Changed Pop Network Filter to text based because of errors
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user