Skip to content

Commit

Permalink
bugfix/ucsm-gui-url Updated UCSM GUI URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aapatwa committed Mar 20, 2024
1 parent ff6db28 commit f373d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucsmsdk/utils/ucsguilaunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def ucs_gui_launch(handle, need_url=False):

jnlp_file = None
try:
ucsm_gui_url = "%s/ucsm/ucsm.jnlp" % handle.uri
ucsm_gui_url = "%s/app/ucsm/index.html" % handle.uri
if handle:
auth_token = handle.get_auth_token()
log.debug("AuthToken: <%s>" % auth_token)
Expand Down

0 comments on commit f373d87

Please sign in to comment.