]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/DomainPinglogForm.templ
Merge "Update notes about password security"
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainPinglogForm.templ
index 854f0d1495d6dc0aa1135d4a04c829f48b59cf18..19c078a14f1ef62ee6c96d06d68657ec0ed1be0d 100644 (file)
@@ -1,9 +1,10 @@
-<h2><?=_Ping log for?> '<?=$domainname?>'</h2>
-<table class="wrapper dataTable">
+<h2><?=_Ping log for '${domainname}'?></h2>
+<table class="table">
 <tr><th><?=_Type?></th>
 <th><?=_State?></th>
 <th><?=_Config?></th>
 <th><?=_Result?></th>
+<th><?=_Execution Date?></th>
 <th><?=_Reping?></th></tr>
 <? foreach($pings) { ?>
 <tr>
@@ -11,8 +12,9 @@
 <td><?=$state?></td>
 <td><?=$config?></td>
 <td><?=$result?></td>
-<td><button name='configId' value="<?=$configId?>"><?=_Re-execute?></button></td>
+<td><?=$date?></td>
+<td><button name='configId' class='form-control' value="<?=$configId?>"><?=_Re-execute?></button></td>
 </tr>
 <?}?>
 </table>
-<br/>
+