Fix remote Access remove network
This commit is contained in:
parent
93b8d4cb6f
commit
79b2e7f492
@ -91,7 +91,9 @@
|
|||||||
%= t td => (class => "") => $net
|
%= t td => (class => "") => $net
|
||||||
%= t td => (class => "") => $mask
|
%= t td => (class => "") => $mask
|
||||||
%= t td => (class => "") => $numhosts
|
%= t td => (class => "") => $numhosts
|
||||||
<td class=""><input type='checkbox' name='Remote_nets' value='<%= $net.'/'.$mask %>'> </td>
|
<td class="">
|
||||||
|
<input type='checkbox' name='Remove_nets' value='<%= $net.'/'.$mask %>'>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
% }
|
% }
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name smeserver-manager-AdminLTE
|
%define name smeserver-manager-AdminLTE
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 4
|
%define release 5
|
||||||
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
|
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -26,6 +26,9 @@ AdminLTE is an html framework for admin consoles
|
|||||||
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
|
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 16 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-5.sme
|
||||||
|
- Fix Remote Access remove network
|
||||||
|
|
||||||
* Wed Apr 16 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-4.sme
|
* Wed Apr 16 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-4.sme
|
||||||
- More template cleanign
|
- More template cleanign
|
||||||
- Fix Password syntax errors
|
- Fix Password syntax errors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user