Skip to content

Commit

Permalink
Merge pull request #247 from dhapati2/bugfix/ucsm-gui-url
Browse files Browse the repository at this point in the history
bugfix/ucsm-gui-url Updated UCSM GUI URL
  • Loading branch information
t-raghu authored Apr 10, 2024
2 parents d060c90 + f373d87 commit 5531255
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 5531255

Please sign in to comment.