new design first version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-05-13 07:10:42 +00:00
parent 4fb0051f95
commit 2b0415fcb1
4 changed files with 212 additions and 29 deletions

View File

@@ -375,7 +375,6 @@ jQuery(document).ready(function(){
get_repositories();
get_system();
get_services();
check_vpn();
jQuery('#deployments_btn').click(function() {
@@ -384,6 +383,7 @@ jQuery(document).ready(function(){
});
jQuery('#services_btn').click(function() {
get_services();
jQuery('#deployments').hide();
jQuery('#services').toggle();
});