feat(ops-ui): add column filters to operations tables across admin views
This commit is contained in:
@@ -71,6 +71,7 @@ export class OpsViewNetworkTargets extends DeesElement {
|
||||
.heading1=${'Network Targets'}
|
||||
.heading2=${'Reusable host:port destinations for routes'}
|
||||
.data=${targets}
|
||||
.showColumnFilters=${true}
|
||||
.displayFunction=${(target: interfaces.data.INetworkTarget) => ({
|
||||
Name: target.name,
|
||||
Host: Array.isArray(target.host) ? target.host.join(', ') : target.host,
|
||||
|
||||
Reference in New Issue
Block a user