diaspora/app/views/admins/pods.html.haml
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
226 B
Text

.container
.row
.col-md-3
= render partial: "admins/admin_bar"
.col-md-9
%h2
= t(".pod_network")
#pod-alerts
/ filled by backbonejs
#pod-list
/ filled by backbonejs