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

2
front/php/templates/language/it_it.json Normal file → Executable file
View File

@@ -703,4 +703,4 @@
"settings_update_item_warning": "Aggiorna il valore qui sotto. Fai attenzione a seguire il formato precedente. <b>La convalida non viene eseguita.</b>", "settings_update_item_warning": "Aggiorna il valore qui sotto. Fai attenzione a seguire il formato precedente. <b>La convalida non viene eseguita.</b>",
"test_event_icon": "fa-vial-circle-check", "test_event_icon": "fa-vial-circle-check",
"test_event_tooltip": "Salva le modifiche prima di provare le nuove impostazioni." "test_event_tooltip": "Salva le modifiche prima di provare le nuove impostazioni."
} }

View File

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

View File

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

View File

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