Fix up user and localnetwork panels and stop menu moving betweek proxy and reboot

This commit is contained in:
2024-12-18 12:08:00 +00:00
parent 8db1279a3e
commit b58f82a332
4 changed files with 40 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2
%define name smeserver-manager
Name: %{name}
%define version 11.0.0
%define release 31
%define release 32
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -115,6 +115,10 @@ true
%defattr(-,root,root)
%changelog
* Wed Dec 18 2024 Brian Read <brianr@koozali.org> 11.0.0-32.sme
- Fix for User and localnetwork panel [SME: 6278]
- Fix menu entry for proxy to stop it moving
* Tue Dec 17 2024 Brian Read <brianr@koozali.org> 11.0.0-31.sme
- Edit html to avoid w3c html validation warnings [SME: 6278]