mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
firewall live log, add action as hidden feature for https://github.com/opnsense/core/issues/1788 (search by type)
This commit is contained in:
parent
c62616e856
commit
6a70796a6a
@ -57,7 +57,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
case 'icon':
|
||||
var icon = field_type_icons[record[column_name]];
|
||||
if (icon != undefined) {
|
||||
log_td.html('<i class="fa '+icon+'" aria-hidden="true"></i>');
|
||||
log_td.html('<i class="fa '+icon+'" aria-hidden="true"></i><span style="display:none">'+record[column_name]+'</span>');
|
||||
}
|
||||
break;
|
||||
case 'interface':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user