Plugin tweaks

This commit is contained in:
Jokob-sk
2023-07-22 12:28:27 +10:00
parent d723b37622
commit c56c7609cc
5 changed files with 12 additions and 11 deletions

View File

@@ -5,10 +5,10 @@
"data_source": "pialert-db-query",
"data_filters": [
{
"compare_column" : "Object_PrimaryID",
"compare_column" : "ForeignKey",
"compare_operator" : "==",
"compare_field_id": "txtMacFilter",
"compare_js_template": "'{value}'.toString()",
"compare_js_template": "'{value}.toString()'",
"compare_use_quotes": true
}
],
@@ -58,13 +58,13 @@
"column": "Object_PrimaryID",
"css_classes": "col-sm-2",
"show": true,
"type": "devicemac",
"type": "label",
"default_value":"",
"options": [],
"localized": ["name"],
"name":[{
"language_code":"en_us",
"string" : "Device MAC"
"string" : "Device name"
}]
},
{