Remove the Docker tab and stop overwriting folder.view3's file, which destroyed folders made in its own UI
This commit is contained in:
@@ -122,8 +122,11 @@ const VV_UI_SECTION_SURFACES = [
|
||||
// to go for a setting named after the page you are already looking at.
|
||||
['match' => 'arr|sonarr|radarr|lidarr|media|play state|emby|jellyfin|plex', 'tab' => 'Media Stack',
|
||||
'route' => 'Media Stack tab → Media settings'],
|
||||
['match' => 'docker', 'tab' => 'Docker',
|
||||
'route' => 'Docker tab → Docker settings'],
|
||||
// No 'docker' route: the Docker tab was removed. Its one job was folder grouping, which
|
||||
// folder.view3 does better, and Varaverk's copy overwrote folder.view3's docker.json
|
||||
// wholesale on every write — so a folder created in that plugin's own UI was destroyed by
|
||||
// the next Varaverk save. Docker settings fall through to the Settings catch-all rather
|
||||
// than routing to a tab that no longer exists.
|
||||
// NPM, lldap and Authelia are the three services the Auth tab drives, and Certificate Monitor
|
||||
// is what its Certs panel reports. The credentials in particular belong on the page that fails
|
||||
// without them: a blank NPM_USER surfaces there as a refused login, and the fix is two panels
|
||||
|
||||
Reference in New Issue
Block a user