Firewall: Rules [new]: Change toggle_log icon to help visibility of enabled/disabled status (#9704)

This commit is contained in:
Monviech 2026-02-02 16:14:33 +01:00 committed by GitHub
parent 9aaf675694
commit 0f6d82af34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -159,7 +159,7 @@
title="${row.log == '1'
? '{{ lang._("Disable Logging") }}'
: '{{ lang._("Enable Logging") }}'}">
<i class="fa fa-exclamation-circle fa-fw ${row.log == '1' ? 'text-info' : 'text-muted'}"></i>
<i class="fa fa-fw ${row.log == '1' ? 'fa-bell' : 'fa-bell-slash'}"></i>
</button>
<button type="button" class="btn btn-xs btn-default command-edit

View file

@ -268,7 +268,7 @@
title="${row.log == '1'
? '{{ lang._("Disable Logging") }}'
: '{{ lang._("Enable Logging") }}'}">
<i class="fa fa-exclamation-circle fa-fw ${row.log == '1' ? 'text-info' : 'text-muted'}"></i>
<i class="fa fa-fw ${row.log == '1' ? 'fa-bell' : 'fa-bell-slash'}"></i>
</button>
<button type="button" class="btn btn-xs btn-default command-edit

View file

@ -145,7 +145,7 @@
title="${row.log == '1'
? '{{ lang._("Disable Logging") }}'
: '{{ lang._("Enable Logging") }}'}">
<i class="fa fa-exclamation-circle fa-fw ${row.log == '1' ? 'text-info' : 'text-muted'}"></i>
<i class="fa fa-fw ${row.log == '1' ? 'fa-bell' : 'fa-bell-slash'}"></i>
</button>
<button type="button" class="btn btn-xs btn-default command-edit

View file

@ -145,7 +145,7 @@
title="${row.log == '1'
? '{{ lang._("Disable Logging") }}'
: '{{ lang._("Enable Logging") }}'}">
<i class="fa fa-exclamation-circle fa-fw ${row.log == '1' ? 'text-info' : 'text-muted'}"></i>
<i class="fa fa-fw ${row.log == '1' ? 'fa-bell' : 'fa-bell-slash'}"></i>
</button>
<button type="button" class="btn btn-xs btn-default command-edit

View file

@ -145,7 +145,7 @@
title="${row.log == '1'
? '{{ lang._("Disable Logging") }}'
: '{{ lang._("Enable Logging") }}'}">
<i class="fa fa-exclamation-circle fa-fw ${row.log == '1' ? 'text-info' : 'text-muted'}"></i>
<i class="fa fa-fw ${row.log == '1' ? 'fa-bell' : 'fa-bell-slash'}"></i>
</button>
<button type="button" class="btn btn-xs btn-default command-edit