You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow use short url provide because they don't work using fragment.
This can be expanded for many resources inside portainer UI to help link direct without boilerplate query params, this also allow portainer change the url in future without breaking the url.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
In docs for some stack we need to add the full url (https://example.com/#!/52/docker/stacks/shlink?id=875&type=2®ular=true&orphaned=false&orphanedRunning=false) to the a UI working, using https://example.com/#!/52/docker/stacks/shlink will return a partial UI.
Describe the solution you'd like
Add short url feature inside some portainer url endpoint to redirect direct to resources:
From: https://example.com/stack?endpoint=52&id=875
To: https://example.com/#!/52/docker/stacks/shlink?id=875&type=2®ular=true&orphaned=false&orphanedRunning=false
This will allow use short url provide because they don't work using fragment.
This can be expanded for many resources inside portainer UI to help link direct without boilerplate query params, this also allow portainer change the url in future without breaking the url.
Describe alternatives you've considered
Build a short url for every stack
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions