diff -urN smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2024-03-01 10:25:55.733840835 +0000 +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2024-03-01 11:05:02.388917439 +0000 @@ -1,9 +1,9 @@ package SrvMngr::Controller::Webhosting; #---------------------------------------------------------------------- -# heading : Collaboration +# heading : Network # description : Webhosting -# navigation : 2000 2500 +# navigation : 6000 150 # # name : webhosting, method : get, url : /webhosting, ctlact : webhosting#main # name : webhostingu, method : post, url : /webhosting, ctlact : webhosting#do_action diff -urN smeserver-webhosting-0.0.9.old/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep smeserver-webhosting-0.0.9/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep 2024-03-01 10:25:55.715840298 +0000 +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep 2024-03-01 10:36:47.079258594 +0000 @@ -9,7 +9,7 @@ % if ($numIbays == 0){ %=l 'wh_NO_IBAYS' % } else { - +
+ % foreach my $ibay (@$ibays) % { % my $modifiable = $ibay->prop('Modifiable') || 'yes';
%=l 'NAME' @@ -21,6 +21,7 @@ %=l 'ACTION'