BE: CurrentScan table leanup - column rename

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-01-25 16:38:45 +11:00
parent f173325b7b
commit d24411fa53
37 changed files with 450 additions and 450 deletions

View File

@@ -428,7 +428,7 @@
},
{
"column": "Object_PrimaryID",
"mapped_to_column": "cur_MAC",
"mapped_to_column": "scanMac",
"css_classes": "col-sm-2",
"show": true,
"type": "device_mac",
@@ -452,7 +452,7 @@
},
{
"column": "Object_SecondaryID",
"mapped_to_column": "cur_IP",
"mapped_to_column": "scanLastIP",
"css_classes": "col-sm-2",
"show": true,
"type": "device_ip",
@@ -499,7 +499,7 @@
},
{
"column": "DateTimeChanged",
"mapped_to_column": "cur_DateTime",
"mapped_to_column": "scanLastConnection",
"css_classes": "col-sm-2",
"show": true,
"type": "label",
@@ -523,7 +523,7 @@
},
{
"column": "Dummy",
"mapped_to_column": "cur_ScanMethod",
"mapped_to_column": "scanSourcePlugin",
"mapped_to_column_data": {
"value": "VNDRPDT"
},
@@ -550,7 +550,7 @@
},
{
"column": "Watched_Value1",
"mapped_to_column": "cur_Vendor",
"mapped_to_column": "scanVendor",
"css_classes": "col-sm-2",
"show": true,
"type": "label",
@@ -570,7 +570,7 @@
},
{
"column": "Watched_Value2",
"mapped_to_column": "cur_Name",
"mapped_to_column": "scanName",
"css_classes": "col-sm-2",
"show": true,
"type": "label",