]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Some html code cleaning in index template
authorDavide Franco <bacula-dev@dflc.ch>
Fri, 11 Mar 2011 10:38:37 +0000 (11:38 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 2 Aug 2011 09:56:14 +0000 (11:56 +0200)
gui/bacula-web/templates/index.tpl

index 655b36e235fbbc260ff50f7b4ad17a7e31bb8fc7..47c26f3985d01f3d0b1b16bc9d0822554a5f7bfe 100644 (file)
 
   <!-- Last 24 hours job Status -->
   <div class="box">
-       <p class="title">Last 24 hours status
-               <!-- <a href="jobs.php" title="Show last 24 hours jobs status">View report</a> -->
-       </p>
+       <p class="title">Last 24 hours status</p>
                <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">Waiting jobs</td> 
                                <td class="info">{$waiting_jobs}</td>
-                               <!-- <td class="info"> <a href="jobs.php" title="View last completed jobs">View</a> </td> -->
                        </tr> 
+                       <tr>
+                               <td colspan="2" class="label"><hr></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> 
+                       </tr>
                </table>
   </div> <!-- end div box -->