sebingel
4c117db463
Fix elementOptions: rename typo 'ordeable' to 'orderable'
...
The key 'ordeable' in elementOptions was a long-standing typo for the
correct English word 'orderable'. Since the JS check in settings_utils.js
used the same misspelled key, the feature appeared to work — but it was
relying on the consistent propagation of a typo across the entire codebase.
Two pre-existing entries in front/plugins/ui_settings/config.json already
used the correct spelling 'orderable', but these had no effect because the
JavaScript check (option.ordeable === 'true') never matched them. As a
result, orderable behavior was silently disabled for those two settings.
Changes:
- front/js/settings_utils.js: renamed option.ordeable → option.orderable
and isOrdeable → isOrderable (6 occurrences, lines 792/823/824/880/1079/
1192/1228). The JS key check is the authoritative definition of the
elementOptions property name, so this must change atomically with all
config files.
- server/initialise.py:245: renamed "ordeable" → "orderable" in the
hardcoded JSON string for LOADED_PLUGINS setting. This string is the
source-of-truth for that setting's elementOptions and is not auto-
generated from the plugin config files.
- front/plugins/*/config.json (33 files, 90 occurrences): renamed all
"ordeable": "true" entries to "orderable": "true" via sed. All plugins
used the typo consistently; they must be updated in the same commit to
avoid a broken intermediate state.
The two formerly broken 'orderable' entries in ui_settings/config.json
are now matched by the corrected JS check and work as intended.
Fixes netalertx/NetAlertX#1584
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-03 18:28:48 +00:00
Jokob @NetAlertX
8e6efc3008
sleeping devices status #1519
2026-03-02 04:35:07 +00:00
jokob-sk
f5e411d5d5
chore: jokob-sk->netalertx
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-28 16:00:37 +11:00
jokob-sk
2559702a6a
BE+FE: better VLAN/SSID handling
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-22 08:08:48 +11:00
jokob-sk
6bbfc0637c
BE+FE: better VLAN/SSID handling
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-21 23:55:53 +11:00
jokob-sk
8a5d3b1548
PLG: NAME_CLEANUP_REGEX . behavior in names
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-03 08:26:26 +11:00
jokob-sk
17e563aa29
BE+FE: new fields handling in views and filters
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-01-30 08:34:55 +11:00
Jokob @NetAlertX
fcbe4ae88a
feat: Implement forced device status updates and enhance related tests
2026-01-21 09:21:55 +00:00
Jokob @NetAlertX
3b203536b8
ALL:Authoritative plugin fields
2026-01-19 11:28:37 +00:00
jokob-sk
5eaeffca04
DOCS: new URL https://docs.netalertx.com/
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-01-13 20:16:43 +11:00
jokob-sk
a1a90daf19
FE: better Device fields docs, fix comments field input in multi-edit
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-01-11 11:49:00 +11:00
jokob-sk
307d39be8b
PLG: ARPSCAN debug, NEWDEVNEWDEV_NAME_CLEANUP_REGEX new addition #1383
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-01-06 07:44:48 +11:00
jokob-sk
b6567ab5fc
BE: NEWDEV setting to disable IP match for names
...
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
Deploy MkDocs / deploy (push) Has been cancelled
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2025-11-13 20:22:34 +11:00
jokob-sk
10a0921e35
plugins columns cleanup, devDetail cleanup, better icon selector CUSTPROP
2025-07-23 22:25:35 +10:00
jokob-sk
5e3365935e
docs
Deploy MkDocs / deploy (push) Has been cancelled
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled
2025-07-17 19:09:56 +10:00
jokob-sk
bfbf70cf1a
colored relationships #724
Code checks / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run
2025-07-14 15:24:38 +10:00
jokob-sk
61de54bc34
net refactor
2025-07-14 11:01:16 +10:00
jokob-sk
393c3fd3b6
nics work 724
Code checks / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run
2025-07-13 09:02:21 +10:00
jokob-sk
6f536f9952
ntfy disable cert #1117 , initial nics work #724
2025-07-12 15:40:08 +10:00
jokob-sk
f4a3717859
FQDN, Dig refactor, docs #1065
2025-06-01 13:59:54 +10:00
Karthik Sankar
84103bb8ed
Fix typo "longet"
...
`longet` should have been `longer`
2025-05-20 21:08:50 -04:00
jokob-sk
a0a14f24cc
docs #1064
2025-05-12 07:10:20 +10:00
jokob-sk
500129c440
removal of default dropdown values on device
2025-02-24 10:13:48 +11:00
jokob-sk
3ba5c70045
docs
2025-02-22 09:54:43 +11:00
jokob-sk
458577e071
mqtt and newdev name regex
2025-02-20 07:57:28 +11:00
jokob-sk
07a7ace5fc
devSyncHubNode on dev details #931 + ICMP not mapped to CurrentScan #934
docker / docker_dev (push) Waiting to run
2025-01-06 10:50:54 +11:00
jokob-sk
4a82ea87f7
devSite to dropdown #930
2025-01-06 09:56:12 +11:00
jokob-sk
90ff2efbfb
devSite to dropdown #930
2025-01-05 09:50:19 +11:00
jokob-sk
729c24029f
docs + fixes to CustomProps
2025-01-02 10:15:58 +11:00
jokob-sk
e52601e062
ENCRYPTION_KEY, docs
2024-12-31 10:14:01 +11:00
jokob-sk
0f474fb884
Custom Device Properties v0.1 #876
2024-12-27 12:42:15 +11:00
jokob-sk
191afdf857
Override init fix of schedules + #913
2024-12-17 21:16:34 +11:00
jokob-sk
daff0ee7f2
📚 Docs
2024-12-07 10:38:34 +11:00
jokob-sk
826bd8f524
NEWDEV_replace_preset_icon
2024-12-02 09:29:13 +11:00
jokob-sk
afaac3277d
Device Edit Rebuild + New Dummy Device
2024-11-30 23:34:20 +11:00
jokob-sk
f1f40021ee
chore:Settings DB table refactor
2024-11-23 09:28:40 +11:00
jokob-sk
0bc8b39cec
🔺 GraphQL v0.1 + Devices table rebuild + removal of backend compatible scripts
2024-11-10 21:22:45 +11:00
jokob-sk
c0bfb0d4e4
✨ Better descriptions
2024-10-31 15:19:18 +11:00
jokob-sk
12c848d3cd
✨ Settins time logging + Saving Location issue #862
2024-10-28 07:56:38 +11:00
jokob-sk
15a7779d6e
Sanitize input #805
docker / docker_dev (push) Waiting to run
2024-09-26 08:08:24 +10:00
jokob-sk
b544734209
NEWDEV_dev_Icon preview #789
docker / docker_dev (push) Waiting to run
2024-09-21 17:40:41 +10:00
jokob-sk
1f7a38593d
🔄 Cache + Settings work
2024-08-03 21:07:12 +10:00
jokob-sk
b45e82b2a0
❌ NEWDEV_LESS_NAME_CLEANUP + Internet ParentNode fix + 📚 Docs
2024-07-16 20:27:15 +10:00
jokob-sk
578b992c5a
⚙ Settings + 🔧 Maintenance improvements
2024-07-10 17:59:51 +10:00
jokob-sk
9f44c0de01
⚙ NAME_CLEANUP_REGEX #735 #728
2024-07-10 11:27:21 +10:00
jokob-sk
6049ba00c7
⚙ Settings rework 3 - json linter
2024-07-09 21:54:55 +10:00
jokob-sk
cac33fde2b
⚙ Settings rework 2
2024-07-09 20:27:48 +10:00
jokob-sk
6ea3d14480
⚙ Settings rework
2024-07-07 23:11:30 +10:00
jokob-sk
eff98257d6
🔌 Omada work #708
2024-07-05 23:53:55 +10:00
jokob-sk
5afc82f33e
🐛 ARPSCAN & INTNT scans could not be disabled #726
2024-07-05 20:32:54 +10:00