* 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
226 B
Text
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
|