diff --git a/manage.html b/manage.html index 9a08c68..9158dfe 100644 --- a/manage.html +++ b/manage.html @@ -61,13 +61,13 @@
- Deployments + Deployments
Loading...
- Services -
Loading...
+ Services +
@@ -326,6 +326,14 @@ jQuery(document).ready(function(){ get_system(); get_services(); + jQuery('#deployments_btn').click(function() { + jQuery('#deployments').toggle(); + }); + + jQuery('#services_btn').click(function() { + jQuery('#services').toggle(); + }); + jQuery('#settings_btn').click(function() { jQuery('#settings').toggle(); jQuery('#default').toggle();