diaspora/app/assets/templates/pod_table_tpl.jst.hbs
Florian Staudacher ea397ffdfb Add connection test for pods in the network
* 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
2015-08-24 22:04:53 +02:00

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>