X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Ftemplates%2Fpools.tpl;h=1422663aedc75a755c63701d43f720c5dbce0b5c;hb=48ee741b057af7afa63127d1d1135008a6fda9ef;hp=75d655215d8d0b48c5a44cd31ce71d35c14367d5;hpb=055710823622907641d145df5255e474eabceaf6;p=bacula%2Fbacula diff --git a/gui/bacula-web/templates/pools.tpl b/gui/bacula-web/templates/pools.tpl index 75d655215d..1422663aed 100644 --- a/gui/bacula-web/templates/pools.tpl +++ b/gui/bacula-web/templates/pools.tpl @@ -4,17 +4,8 @@ bacula-web -{literal} - -{/literal} - -{popup_init src='./external_packages/js/overlib.js'} {include file=header.tpl}
+ +{foreach from=$pools item=pool key=pool_name}
-

Pools

- - - {foreach from=$pools item=pool key=pool_name} - - - - - - - - - - - - {foreach from=$pool item=volume} - - - - - - - - {foreachelse} +

{$pool_name}

+
- {$pool_name} -
Name{t}Bytes{/t}{t}Media Type{/t}{t}Expire{/t}{t}Last written{/t}{t}Status{/t}
{$volume.volumename}{$volume.volbytes}{$volume.mediatype}{$volume.expire}{$volume.lastwritten}{$volume.volstatus}
- - {/foreach} + + + + + + - {/foreach} -
- No volume in this pool - Name{t}Bytes{/t}{t}Media Type{/t}{t}Expire{/t}{t}Last written{/t}{t}Status{/t}
+ + +
+ + {foreach from=$pool item=volume} + + + + + + + + + {foreachelse} + + + + {/foreach} +
{$volume.volumename}{$volume.volbytes}{$volume.mediatype}{$volume.expire}{$volume.lastwritten}{$volume.volstatus}
+ No volume(s) in this pool +
+
+
+{/foreach} -