1 |
brianr |
1.1 |
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 |
2 |
|
|
--- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2024-03-01 10:25:55.733840835 +0000 |
3 |
|
|
+++ smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2024-03-01 11:05:02.388917439 +0000 |
4 |
|
|
@@ -1,9 +1,9 @@ |
5 |
|
|
package SrvMngr::Controller::Webhosting; |
6 |
|
|
|
7 |
|
|
#---------------------------------------------------------------------- |
8 |
|
|
-# heading : Collaboration |
9 |
|
|
+# heading : Network |
10 |
|
|
# description : Webhosting |
11 |
|
|
-# navigation : 2000 2500 |
12 |
|
|
+# navigation : 6000 150 |
13 |
|
|
# |
14 |
|
|
# name : webhosting, method : get, url : /webhosting, ctlact : webhosting#main |
15 |
|
|
# name : webhostingu, method : post, url : /webhosting, ctlact : webhosting#do_action |
16 |
|
|
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 |
17 |
|
|
--- 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 |
18 |
|
|
+++ 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 |
19 |
|
|
@@ -9,7 +9,7 @@ |
20 |
|
|
% if ($numIbays == 0){ |
21 |
|
|
%=l 'wh_NO_IBAYS' |
22 |
|
|
% } else { |
23 |
|
|
- <table class="sme-border"><tbody> |
24 |
|
|
+ <table class="sme-border TableSort"><thead> |
25 |
|
|
<tr> |
26 |
|
|
<th class='sme-border'> |
27 |
|
|
%=l 'NAME' |
28 |
|
|
@@ -21,6 +21,7 @@ |
29 |
|
|
%=l 'ACTION' |
30 |
|
|
</th> |
31 |
|
|
</tr> |
32 |
|
|
+ </thead><tbody> |
33 |
|
|
% foreach my $ibay (@$ibays) |
34 |
|
|
% { |
35 |
|
|
% my $modifiable = $ibay->prop('Modifiable') || 'yes'; |