-
Notifications
You must be signed in to change notification settings - Fork 17
Local-only node browser navigation page #214
Copy link
Copy link
Closed
Labels
enhancementAn improvement to existing functionalityAn improvement to existing functionalityfeature requestA request for new functionalityA request for new functionalityinconvenienceA minor inconvenience, not blockingA minor inconvenience, not blockingproposalA feature or update proposal where feedback is sought.A feature or update proposal where feedback is sought.
Metadata
Metadata
Assignees
Labels
enhancementAn improvement to existing functionalityAn improvement to existing functionalityfeature requestA request for new functionalityA request for new functionalityinconvenienceA minor inconvenience, not blockingA minor inconvenience, not blockingproposalA feature or update proposal where feedback is sought.A feature or update proposal where feedback is sought.
Currently this navigation path exists:
$NODE/index.xml) ⟶/nodes.xml) ⟶/diagnostics.xml)Sometimes it can be useful to know exactly what's running on the server you're browsing i.e. local-only nodes. Besides that, sometimes the server is accessed from restricted locations that prevent the entire global list of nodes from being directly browsed and having a local-only list makes it clear and convenient what can be accessed.
To achieve that, I propose another step is added to the navigation path (see step 2. below)
$NODE/index.xml) ⟶/locals.xml) ⟶🟢/nodes.xml) ⟶/diagnostics.xml)For local node browser, only nodes hosted on the current webserver will be shown and relative paths will be used instead of the absolute path the global browser currently provides.
(@mcartmel @scroix @paxofsnax and others - feedback welcome!)