* add a class for checking pod connectivity * extend pod model to handle new functionality * add an admin frontend to list pods and re-trigger checks manually * add a daily worker to run through all the pods * add unit tests for most of the new code
14 lines
403 B
Handlebars
14 lines
403 B
Handlebars
|
|
<table class="table">
|
|
<thead>
|
|
<tr>
|
|
<th><i title="{{t 'admin.pods.ssl'}}" class="glyphicon glyphicon-lock"></i></th>
|
|
<th>{{t 'admin.pods.pod'}}</th>
|
|
<th class="added">{{t 'admin.pods.added'}}</th>
|
|
<th>{{t 'admin.pods.status'}}</th>
|
|
<th><i title="{{t 'admin.pods.actions'}}" class="entypo-tools pull-right"></i></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|