]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/pools.tpl
bacula-web: Link to backup job report page in jobs page
[bacula/bacula] / gui / bacula-web / templates / pools.tpl
index db836ea471a6a628d68e8d8076057d8f34a9ec95..e2932ff042d3d8c1a05c048e948af63f6cb58afd 100644 (file)
                <table class="list" border="0">
                        {foreach from=$pool item=volume}
                        <tr>
-                               <td width="120">{$volume.volumename}</td>
-                               <td width="120">{$volume.volbytes}</td>
-                               <td width="120">{$volume.mediatype}</td>
-                               <td width="140">{$volume.expire}</td>
-                               <td width="140">{$volume.lastwritten}</td>
-                               <td>{$volume.volstatus}</td>
+                               <td width="120" class="{$volume.class}">{$volume.volumename}</td>
+                               <td width="120" class="{$volume.class}">{$volume.volbytes}</td>
+                               <td width="120" class="{$volume.class}">{$volume.mediatype}</td>
+                               <td width="140" class="{$volume.class}">{$volume.expire}</td>
+                               <td width="140" class="{$volume.class}">{$volume.lastwritten}</td>
+                               <td class="{$volume.class}">{$volume.volstatus}</td>
                        </tr>
                        {foreachelse}
                        <tr>