]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/templates/index.tpl
bacula-web: Removed useless last 24 hours elapsed time info in main dashboard
[bacula/bacula] / gui / bacula-web / templates / index.tpl
index 38bcd304e6921f94a889473349b6b4860c32187d..b7387c5d5e1cd403c7ba16a6961027ee79c748cf 100644 (file)
 
 </head>
 <body>
-{popup_init src='./js/overlib.js'}
+{popup_init src='./external_packages/js/overlib.js'}
 {include file=header.tpl}
 
 <div id="main_left">
-{include file=volumes.tpl}
-</div>
-
-<div id="main_right">
   <!-- General information -->
   <div class="box">
-       <p class="title">General informations</p>
-       <table width="90%">
+       <p class="title">Overall status</p>
+       <table>
          <tr>
            <td class="label">{t}Clients{/t}</td> <td class="info">{$clientes_totales}</td>
          </tr>
          <tr>
-               <td class="label">{t}Total bytes stored{/t}:</td> <td class="info">{$bytes_stored}</td>
-         </tr>
-         <tr>
-               <td class="label">{t}Total files:{/t}</td> <td class="info">{$files_totales} file(s)</td>
-         </tr>
-         <tr>
-               <td class="label">{t}Database size{/t}:</td> <td class="info">{$database_size}</td>
+               <td class="label">{t}Total bytes stored{/t}</td> <td class="info">{$stored_bytes}</td>
          </tr>
          <tr>
-               <td colspan=2 align=center>
-                 <a href="javascript:OpenWin('index.php?pop_graph1=yes','600','400')">{t}Last month, bytes transferred{/t}</a>
-               </td>
+               <td class="label">{t}Total files{/t}</td> <td class="info">{$files_totales} file(s)</td>
          </tr>
          <tr>
-               <td colspan=2 align=center>
-                 <a href="javascript:OpenWin('index.php?pop.graph2=yes','600','400')">{t}Last month, bytes transferred (pie){/t}</a>
-               </td>
+               <td class="label">{t}Database size{/t}</td> <td class="info">{$database_size}</td>
          </tr>
        </table>
   </div>
-       
-  {include file="$last_report"}        
+
+  <!-- Pools and Volumes Status -->
+  <div class="box">
+       <p class="title">
+       Pools and volumes status
+       <a href="pools.php" title="Show pools and volumes report">View report</a>
+       </p>
+         <img src="{$graph_pools}" alt="" />
+  </div> <!-- end div box -->
   
   <div class="box">
-       <p class="title">General report</p>
-       {if $server==""} 
-         <img src="stats.php?server={$server}&amp;tipo_dato=69&amp;title=General%20report&amp;modo_graph=bars&amp;sizex=420&amp;sizey=250&amp;MBottom=20&amp;legend=1" alt="" />
-       {else}
-         <img src="stats.php?server={$server}&amp;tipo_dato=3&amp;title={$server}&amp;modo_graph=bars" alt="" />
-       {/if}
+       <p class="title">Stored Bytes (GB / Last 7 days)</p>
+         <img src="{$graph_stored_bytes}" alt="" />
   </div> <!-- end div box -->
 
+{* {include file=volumes.tpl}*}
+
+</div>
+
+<!-- To be removed -->
+{if $server==""} 
+  <!-- <img class="report" src="stats.php?server={$server}&amp;tipo_dato=69&amp;title=General%20report&amp;modo_graph=bars&amp;sizex=420&amp;sizey=250&amp;MBottom=20&amp;legend=1" alt="" /> -->
+{else}
+  <!-- <img class="report" src="stats.php?server={$server}&amp;tipo_dato=3&amp;title={$server}&amp;modo_graph=bars" alt="" /> -->
+{/if} 
+
+<div id="main_right">
+  <!-- Last job Status -->
+  <div class="box">
+       <p class="title">Last 24 hours status</p>
+               {* {if $mode == "Lite" && $smarty.get.Full_popup != "yes"} *}
+               <table>
+                       <tr>
+                               <td class="label">Failed jobs</td> 
+                               <td class="info">{$failed_jobs}</td>
+                               <td class="info"> <a href="jobs.php" title="View last failed jobs">View</a> </td>
+                       </tr>
+                       <tr>
+                               <td class="label">Completed jobs</td> 
+                               <td class="info">{$completed_jobs}</td>
+                               <td class="info"> <a href="jobs.php" title="View last completed jobs">View</a> </td>
+                       </tr> 
+                       <!--
+                       <tr>
+                               <td class="label">Elapsed time</td> 
+                               <td class="info">{$elapsed_jobs}</td>
+                               <td class="info"> <a href="#" title="View report">View</a> </td>
+                       </tr>
+                       -->
+                       <tr>
+                               <td class="label">Transferred Bytes</td> 
+                               <td class="info">{$bytes_totales}</td>
+                               <td class="info"> <a href="#" title="View report">View</a> </td>
+                       </tr> 
+               </table>
+
+  </div> <!-- end div box --> 
+  
+  <div class="box">
+       <p class="title">
+       Job Status Report
+       <a href="jobs.php" title="Show last 24 hours jobs status">View report</a>
+       </p>
+         <img src="{$graph_jobs}" alt="" />
+  </div> <!-- end div box -->
+  
+
+  {include file="$last_report"}        
+
 </div> <!-- end div main_right -->
 
-{include file="footer.tpl"}
\ No newline at end of file
+{include file="footer.tpl"}