]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/index.tpl
bacula-web: Add last used volumes to main dashboard
[bacula/bacula] / gui / bacula-web / templates / index.tpl
index ae0e06cdd851e22cb803ebe5210f9035de4d1252..5bc4b8bc6351cd2e1f31c6f1fce30ef9835c38c0 100644 (file)
          <img src="{$graph_jobs}" alt="" />
   </div> <!-- end div box -->
   
+  <div class="box">
+       <p class="title">Last used volumes</p>
+         <table>
+               <tr>
+                 <td class="info">Volume</td>
+                 <td class="info">Status</td>
+                 <td class="info">Job Id</td>
+               </tr>
+               {foreach from=$volume_list item=vol}
+               <tr>
+                 <td>{$vol.Volumename}</td>
+                 <td>{$vol.VolStatus}</td>
+                 <td>{$vol.JobId}</td>
+               </tr>
+               {/foreach}
+         </table>
+  </div> <!-- end div box -->
+  
 
   {include file="$last_report"}