Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static Links to Dashboards and Browser Routes #1378

Open
itsdaveit opened this issue Jun 28, 2022 · 1 comment
Open

Static Links to Dashboards and Browser Routes #1378

itsdaveit opened this issue Jun 28, 2022 · 1 comment

Comments

@itsdaveit
Copy link

Is your feature request related to a problem? Please describe.
I would like to be able to link to specific Dashboards or Browser Routes from external applications.

Describe the solution you'd like
I would like to have static links:
Instead of opening
https://oitc/#!/dashboards/index
then navigating to the dashboard, i would like to have a static link like
https://oitc/#!/dashboards/myspecialdashboard1

Same goes for browser routes:
Instead of opening
https://oitc/#!/browsers/index
and klicking through the tree i would like to be able to directly access like this
https://oitc/#!/browsers/customer/someaditionalcontainer/lastcontainer

Describe alternatives you've considered
Doing aditional clicks again and again :-)

@nook24
Copy link
Member

nook24 commented Jul 25, 2022

Same goes for browser routes:
Instead of opening
https://oitc/#!/browsers/index
and klicking through the tree i would like to be able to directly access like this
https://oitc/#!/browsers/customer/someaditionalcontainer/lastcontainer

Hi @itsdaveit,

at least for the Browser, this is already possible. The id of the current active container gets automatically append to the URL so you can send this link to your colleagues. Like so:
https://demo.openitcockpit.io/#!/browsers/index?containerId=11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants