Skip to content

Commit

Permalink
Merge pull request #2836 from 2i2c-org/add-hub-admin-link
Browse files Browse the repository at this point in the history
docs: Add an admin link to the hubs table
  • Loading branch information
Pris Nasrat authored Jul 19, 2023
2 parents 5059076 + 6b323d6 commit 53f83f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/scripts/render_hubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
"cluster": cluster["name"],
"provider": provider,
"data center location": datacentre_loc, # Americanising for you ;)
"UI console link": f"[Use with **{account}** account]({cluster_console_url})"
"UI console link": f"[Use with **{account}** account]({cluster_console_url})",
"admin_url": f"[admin](https://{hub['domain']}/hub/admin)"
if cluster_console_url
else None,
}
Expand Down

0 comments on commit 53f83f5

Please sign in to comment.