1 |
diff -urN smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm |
2 |
--- smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm 2020-01-22 00:33:11.000000000 +0400 |
3 |
+++ smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm 2020-01-23 12:35:27.595000000 +0400 |
4 |
@@ -53,7 +53,6 @@ |
5 |
my $q = shift; |
6 |
#my $c = shift; |
7 |
my $config = shift; |
8 |
- my $mode = shift; |
9 |
|
10 |
my $navig_script = "themes/".$config->{theme}."/public/js/navigation.js"; |
11 |
my $navig_div = "themes/".$config->{theme}."/templates/partials/_navig.html.ep"; |
12 |
@@ -213,8 +212,6 @@ |
13 |
}; |
14 |
} |
15 |
|
16 |
- if ( $mode eq 9 ) { return \%nav; } |
17 |
- |
18 |
#-------------------------------------------------- |
19 |
# generate list of headings sorted by average weight |
20 |
#-------------------------------------------------- |
21 |
diff -urN smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js |
22 |
--- smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js 1970-01-01 04:00:00.000000000 +0400 |
23 |
+++ smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js 2020-01-23 12:49:12.356000000 +0400 |
24 |
@@ -0,0 +1 @@ |
25 |
+temporary |