Skip to content

Commit 52e8c4c

Browse files
committed
Fix bug in field monitor template.
1 parent 17d0bf9 commit 52e8c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/field_monitor_display.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<span class="badge badge-status" id="switchStatus"> <i class="bi bi-hdd-network"></i> Switch</span>
3030
</div>
3131
{{end}}
32-
{{if !.EventSettings.NetworkSecurityEnabled}}
32+
{{if not .EventSettings.NetworkSecurityEnabled}}
3333
<div id="matchName" class="text-start" style="width: 45%; padding-left: 1%;"></div>
3434
{{end}}
3535
<div id="matchTime" class="text-center" style="width: 10%;"></div>

0 commit comments

Comments
 (0)