]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/index.tpl
bacula-web: New Stored bytes graph in main layout
[bacula/bacula] / gui / bacula-web / templates / index.tpl
index f2ff0176192148685037408659bf057873b05a1d..ccb6c1059d957391f9dda6d7c257cf5ade5f160d 100644 (file)
        <p class="title">Pools and volumes status</p>
          <img src="{$graph_pools}" alt="" />
   </div> <!-- end div box -->
+  
+  <div class="box">
+       <p class="title">Total stored bytes (last 7 days)</p>
+         <img src="{$graph_stored_bytes}" alt="" />
+  </div> <!-- end div box -->
 
 {* {include file=volumes.tpl}*}
 
@@ -89,6 +94,7 @@
          <img src="{$graph_jobs}" alt="" />
   </div> <!-- end div box -->
   
+
   {include file="$last_report"}        
 
 </div> <!-- end div main_right -->