mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
BE+FE: new fields handling in views and filters
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -1588,6 +1588,38 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "devVlan",
|
||||
"type": {
|
||||
"dataType": "string",
|
||||
"elements": [
|
||||
{
|
||||
"elementType": "input",
|
||||
"elementOptions": [],
|
||||
"transformers": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxLength": 50,
|
||||
"default_value": "",
|
||||
"options": [],
|
||||
"localized": [
|
||||
"name",
|
||||
"description"
|
||||
],
|
||||
"name": [
|
||||
{
|
||||
"language_code": "en_us",
|
||||
"string": "VLAN"
|
||||
}
|
||||
],
|
||||
"description": [
|
||||
{
|
||||
"language_code": "en_us",
|
||||
"string": "The VLAN identifier or name the device belongs to. Database column name: <code>devVlan</code>."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "devSyncHubNode",
|
||||
"type": {
|
||||
@@ -1901,38 +1933,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "devVlan",
|
||||
"type": {
|
||||
"dataType": "string",
|
||||
"elements": [
|
||||
{
|
||||
"elementType": "input",
|
||||
"elementOptions": [],
|
||||
"transformers": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxLength": 50,
|
||||
"default_value": "",
|
||||
"options": [],
|
||||
"localized": [
|
||||
"name",
|
||||
"description"
|
||||
],
|
||||
"name": [
|
||||
{
|
||||
"language_code": "en_us",
|
||||
"string": "VLAN"
|
||||
}
|
||||
],
|
||||
"description": [
|
||||
{
|
||||
"language_code": "en_us",
|
||||
"string": "The VLAN identifier or name the device belongs to. Database column name: <code>devVlan</code>."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "devForceStatus",
|
||||
"type": {
|
||||
|
||||
@@ -441,8 +441,9 @@
|
||||
"Device_TableHead_FQDN",
|
||||
"Device_TableHead_ParentRelType",
|
||||
"Device_TableHead_ReqNicsOnline",
|
||||
"Device_TableHead_IPv6",
|
||||
"Device_TableHead_IPv4"
|
||||
"Device_TableHead_Vlan",
|
||||
"Device_TableHead_IPv4",
|
||||
"Device_TableHead_IPv6"
|
||||
],
|
||||
"localized": ["name", "description"],
|
||||
"name": [
|
||||
|
||||
Reference in New Issue
Block a user