SPDTST increase maximum to 1000000 #854 + sync bugfix

This commit is contained in:
jokob-sk
2024-10-20 21:37:59 +11:00
parent 8b1e4635e6
commit bbb617ebda
4 changed files with 6 additions and 4 deletions

View File

@@ -443,7 +443,7 @@
"column": "Dummy",
"mapped_to_column": "cur_ScanMethod",
"mapped_to_column_data": {
"value": "arp-scan"
"value": "ARPSCAN"
},
"css_classes": "col-sm-2",
"show": true,

View File

@@ -188,7 +188,7 @@
"hexColor": "#7D862D"
},
{
"maximum": 100,
"maximum": 1000000,
"hexColor": "#82a39d"
}
],
@@ -224,7 +224,7 @@
"hexColor": "#7D862D"
},
{
"maximum": 100,
"maximum": 1000000,
"hexColor": "#82a39d"
}
],

View File

@@ -117,6 +117,7 @@
"elements": [
{
"elementType": "input",
"elementHasInputValue": 1,
"elementOptions": [{ "cssClasses": "col-xs-12" }],
"transformers": []
},
@@ -156,6 +157,7 @@
"elements": [
{
"elementType": "input",
"elementHasInputValue": 1,
"elementOptions": [{ "cssClasses": "col-xs-12" }],
"transformers": []
},