]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/DomainDetails.templ
UPD: Factor out PingConfig objects and pingconfig-form.
[gigi.git] / src / org / cacert / gigi / pages / account / DomainDetails.templ
index 650f87adcba55369213ee96b8f89fb9169709039..a07841850cdf51f120bb304dff2aaaf6b587edc2 100644 (file)
@@ -3,13 +3,17 @@
 <tr><th><?=_Type?></th>
 <th><?=_State?></th>
 <th><?=_Config?></th>
-<th><?=_Result?></th></tr>
+<th><?=_Result?></th>
+<th><?=_Reping?></th></tr>
 <? foreach($pings) { ?>
 <tr>
 <td><?=$type?></td>
 <td><?=$state?></td>
 <td><?=$config?></td>
 <td><?=$result?></td>
+<td><?=$configId?></td>
 </tr>
 <?}?>
-</table>
\ No newline at end of file
+</table>
+<br/>
+<?=$pingconfig?>
\ No newline at end of file