diff -urN smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep --- smeserver-manager-AdminLTE-0.1.3.old/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep 2022-02-15 11:58:05.000381547 +0000 +++ smeserver-manager-AdminLTE-0.1.3/root/usr/share/smanager/themes/AdminLTE/templates/layouts/default.html.ep 2022-02-15 11:41:00.000000000 +0000 @@ -33,6 +33,8 @@ %= stylesheet "/css/adminlte-header-and-footer.css" %= stylesheet "/css/adminlte-content.css" %= content_for 'head_contrib' + %= include 'partials/_js_imports' + %= include 'common_js' %= content_for 'refresh' @@ -252,9 +254,8 @@ %= javascript "/plugins/jquery/jquery.min.js" - + %= javascript "/plugins/bootstrap/js/bootstrap.bundle.min.js" @@ -262,14 +263,17 @@ + %= include 'common_js' - %= content 'js_swapClass' + %= content 'js_swapClass' + %= content 'js_togglePassword'