Remove redundant License/Peering/Settings quick-links from the account menu (#250 follow-up) #262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/menu-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The account (avatar) menu had License, Peering and Settings entries that were just shortcuts into Administration topics. Now that the Administration shell is the single entry point, they were duplicates — removed. The menu keeps Administration (plus Appearance, App passwords, Help, storage usage, Sign out).
Also fixed the one internal caller of the old License entry: the inert legacy license-refresh handler called
$("um-lic").onclick()to reload the status panel; with the button gone that would throw if ever reached, so it now callsrefreshLic()directly.Presentation-only; no endpoint changes.