diff options
Diffstat (limited to 'applications/luci-app-diag-core/root')
-rw-r--r-- | applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json b/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json new file mode 100644 index 0000000000..2fe2a267f2 --- /dev/null +++ b/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json @@ -0,0 +1,10 @@ +{ + "admin/network/diag_config": { + "title": "Configure Diagnostics", + "order": 120, + "action": { + "type": "template", + "path": "diag/network_config_index" + } + } +} |