diff options
author | Ayushman Tripathi <ayushmantripathi7724@gmail.com> | 2023-10-29 17:14:05 +0530 |
---|---|---|
committer | Ayushman Tripathi <ayushmantripathi7724@gmail.com> | 2023-10-29 17:31:01 +0530 |
commit | df70c0d3288d5dcf40b99b5db7f860dc318533ce (patch) | |
tree | 4d5450f07f6cf0692de69d3f00700443f0e24a12 /applications/luci-app-olsr/root/usr/share | |
parent | ebd09332b4330001ecd3a86d1b379e0afc3bafee (diff) |
luci-app-olsr: change menu order and improve etx display for neighbours status view.
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
Diffstat (limited to 'applications/luci-app-olsr/root/usr/share')
-rw-r--r-- | applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-frontend.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-frontend.json b/applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-frontend.json index 2c1f055e2d..34fd703cf0 100644 --- a/applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-frontend.json +++ b/applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-frontend.json @@ -1,7 +1,7 @@ { "olsr": { "title": "OLSR", - "order": 5, + "order": 9, "action": { "type": "firstchild" } |