mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
Firewall: Rules [new]: Change toggle_log icon to help visibility of enabled/disabled status (#9704)
This commit is contained in:
parent
9aaf675694
commit
0f6d82af34
5 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue