mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Firewall: Diagnostics: Sessions - fix minor cosmetic issue, rule label empty rendered as "null"
This commit is contained in:
parent
1a282d1184
commit
9929d4e9a1
@ -36,7 +36,7 @@
|
||||
options:{
|
||||
formatters:{
|
||||
rule: function (column, row) {
|
||||
if (row.label !== "") {
|
||||
if (row.label) {
|
||||
return "<a target=\"_blank\" href=\"/firewall_rule_lookup.php?rid=" + row.label + "\">"+row[column.id]+"</a>";
|
||||
} else {
|
||||
return row[column.id];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user