]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/DomainPinglogForm.templ
upd: show ping execution date.
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainPinglogForm.templ
index 854f0d1495d6dc0aa1135d4a04c829f48b59cf18..291376b5fdee809e6acf0dc98c1c8308ceb958a9 100644 (file)
@@ -4,6 +4,7 @@
 <th><?=_State?></th>
 <th><?=_Config?></th>
 <th><?=_Result?></th>
+<th><?=_Execution Date?></th>
 <th><?=_Reping?></th></tr>
 <? foreach($pings) { ?>
 <tr>
@@ -11,6 +12,7 @@
 <td><?=$state?></td>
 <td><?=$config?></td>
 <td><?=$result?></td>
+<td><?=$date?></td>
 <td><button name='configId' value="<?=$configId?>"><?=_Re-execute?></button></td>
 </tr>
 <?}?>