mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
frewall live log, missing break for https://github.com/opnsense/core/issues/1788
This commit is contained in:
parent
37d462fbd9
commit
e81005fbe0
@ -75,6 +75,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
break;
|
||||
case 'info':
|
||||
log_td.html('<button class="act_info btn btn-xs fa fa-info-circle" aria-hidden="true"></i>');
|
||||
break;
|
||||
default:
|
||||
if (record[column_name] != undefined) {
|
||||
log_td.text(record[column_name]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user