luci-base: ui.js: order menu entries with the same weight by name
authorJo-Philipp Wich <jo@mein.io>
Fri, 3 Jul 2020 12:30:30 +0000 (14:30 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 4 Jul 2020 22:11:59 +0000 (00:11 +0200)
commit0c479891ae31bbe308c4d6e181c118ec3d65c05f
tree0d94e34e9abd17a27087e29473deb23ded004970
parentdcea4e84f4990b473a6b6dd24f69abb9ac061f71
luci-base: ui.js: order menu entries with the same weight by name

The previous server side menu rendering ordered items first by their order
weight value, then by their internal name.

Do the same for client side menu rendering.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/htdocs/luci-static/resources/ui.js