Compare commits

...

2 Commits

Author SHA1 Message Date
John Crisp
0811200222 Update AdminLTE to 4.0.0-rc4 2025-07-23 17:26:22 +02:00
John Crisp
8e17b87a2f Update AdminLTE to 4.0.0-rc4 2025-07-23 16:16:54 +02:00
14 changed files with 1949 additions and 1048 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -206,7 +206,7 @@
<div id="adminlte-version"></div>
%# Specific panel js code
%# Specific panel general js code
% $controller = stash('controller');
% if ($controller) {
% my $js_path = "js/$controller.js";
@@ -216,6 +216,17 @@
% }
% }
%# Specific panel general js code
% $controller = stash('controller');
% if ($controller) {
% my $js_path = "smanager/koozali/$controller.js";
%# Use the url_for helper to generate the correct static file URL
% if (app->static->file($js_path)) {
<script src="<%= url_for("smanager/koozali/$js_path") %>"></script>
% }
% }
</body>
</html>

View File

@@ -1,6 +1,6 @@
%define name smeserver-manager-AdminLTE
%define version 11.0.0
%define release 47
%define release 48
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
Name: %{name}
@@ -29,6 +29,9 @@ AdminLTE is an html framework for admin consoles
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
%changelog
* Wed Jul 23 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-48.sme
- Update to AdminLTE 4.0.0-rc4
* Tue Jul 08 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-47.sme
- Working on multipassword show/hide