Changed Pop Network Filter to text based because of errors

This commit is contained in:
Luca Haid
2025-03-04 08:04:05 +00:00
parent 034906a3f0
commit 1740e8d125

View File

@@ -50,9 +50,12 @@ Vue.component('Pop', {
defaultPageSize: 25,
headers: [
{text: 'Name', key: 'name', priority: 10},
{text: 'Netzgebiet', key: 'networkArea', class: 'text-center', filter: 'autocomplete',
filterOptions: window['TT_CONFIG']['NETWORKS'],
priority: 8},
{text: 'Netzgebiet', key: 'networkArea', class: 'text-center',
// TODO: fix autocomplete Filter
// filter: 'autocomplete',
// filterOptions: window['TT_CONFIG']['NETWORKS'],
// priority: 8
},
{text: 'Zutritt', key: 'location', class: 'text-center', priority: 1},
{text: 'Standort', key: 'gps', class: 'text-center', priority: 2},
{text: 'Vlan Public/Nat/ipv6', key: 'vlan', class: 'text-center', priority: 7},