-
Notifications
You must be signed in to change notification settings - Fork 18
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
cylc gui
should use the hub (if available)
#382
Comments
Note for implementation: In The pid file (if selected) will need its url adapting as the currently created file will direct to a 404. |
cylc hub
command for subsequent cylc gui
commandscylc gui
should use the hub (if available)
Duplicate of #238 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #370, functionality was added so a uiserver launched by cylc gui would be reused by default on subsequent
cylc gui
commands.cylc hub
also launches a uiserver when the user visits the stated url. It would be ideal if cylc gui could detect (and open with) an already launched uiserver from the cylc hub command.In order for implementation, we will need to add functionality for the site to configure the hub url.
cylc gui
logic will need updating to redirect to this hub if it is running. Authentication in this case will need consideration.The text was updated successfully, but these errors were encountered: