]> 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 83047b9fdebbe67f1adb1506f786f970f681a1a8..b7387c5d5e1cd403c7ba16a6961027ee79c748cf 100644 (file)
 
   <!-- Pools and Volumes Status -->
   <div class="box">
-       <p class="title">Pools and volumes status</p>
+       <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="" />
-         <br />
-         <a href="pools.php" title="Show pools and volumes status">Pools and Volumes status</a>
-         <br /> <br />
   </div> <!-- end div box -->
   
   <div class="box">
                                <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>
   </div> <!-- end div box --> 
   
   <div class="box">
-       <p class="title">Job Status Report (last 24 hours)</p>
+       <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="" />
-       <br />
-       <a href="jobs.php" title="Show last 24 hours jobs status">Show last jobs status</a>
-       <br /> <br />
   </div> <!-- end div box -->