fix(network-ui): enable flashing table updates for network activity, remote ingress, and VPN views

This commit is contained in:
2026-04-08 15:26:12 +00:00
parent ed52a3188d
commit 36a2ebc94e
6 changed files with 37 additions and 33 deletions

View File

@@ -220,6 +220,8 @@ export class OpsViewRemoteIngress extends DeesElement {
.heading1=${'Edge Nodes'}
.heading2=${'Manage remote ingress edge registrations'}
.data=${this.riState.edges}
.rowKey=${'id'}
.highlightUpdates=${'flash'}
.showColumnFilters=${true}
.displayFunction=${(edge: interfaces.data.IRemoteIngress) => ({
name: edge.name,