mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
SPDTST increase maximum to 1000000 #854 + sync bugfix
This commit is contained in:
2
front/php/templates/language/it_it.json
Normal file → Executable file
2
front/php/templates/language/it_it.json
Normal file → Executable 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."
|
||||||
}
|
}
|
||||||
@@ -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,
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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": []
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user