You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: front/php/templates/language/en_us.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -807,6 +807,7 @@
807
807
"settings_publishers_label": "Publishers",
808
808
"settings_readonly": "Can't READ or WRITE <code>app.conf</code>. Try restarting the container and read the <a href=\"https://docs.netalertx.com/FILE_PERMISSIONS\" target=\"_blank\">file permissions documentation</a>",
Copy file name to clipboardExpand all lines: front/plugins/ui_settings/config.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -264,11 +264,13 @@
264
264
"localized": [],
265
265
"name": [
266
266
{
267
+
"language_code": "en_us",
267
268
"string": "Default page size"
268
269
}
269
270
],
270
271
"description": [
271
272
{
273
+
"language_code": "en_us",
272
274
"string": "Default number of items shown in tables per page, for example in teh Devices lists."
273
275
}
274
276
]
@@ -704,6 +706,34 @@
704
706
"string": "Based on which value should the network topology view be ordered."
705
707
}
706
708
]
709
+
},
710
+
{
711
+
"function": "WAIT_FOR_SETTINGS",
712
+
"type": {
713
+
"dataType": "boolean",
714
+
"elements": [
715
+
{
716
+
"elementType": "input",
717
+
"elementOptions": [{ "type": "checkbox" }],
718
+
"transformers": []
719
+
}
720
+
]
721
+
},
722
+
"default_value": false,
723
+
"options": [],
724
+
"localized": ["name", "description"],
725
+
"name": [
726
+
{
727
+
"language_code": "en_us",
728
+
"string": "Wait for settings reload"
729
+
}
730
+
],
731
+
"description": [
732
+
{
733
+
"language_code": "en_us",
734
+
"string": "When enabled, the UI blocks after saving settings until the backend finishes reloading. When disabled (default), the UI returns immediately for most changes and only waits when plugin configuration changes."
write_notification("[Important] Please take a screenshot of the Console tab in the browser (F12) and next error. Submit it (with the nginx and php error logs) as a new issue here: https://github.com/netalertx/NetAlertX/issues", 'interrupt')
0 commit comments