kthcloud / console

kthcloud web console
https://cloud.cbh.kth.se
MIT License
3 stars 3 forks source link

Link to MAIA registration page #206

Closed SimoneBendazzoli93 closed 3 months ago

SimoneBendazzoli93 commented 3 months ago

Now we have a running MAIA Web Interface: https://maia.cloud.cbh.kth.se. From there, users can request to register and get access to the MAIA resources. We are working on the users instructions on how to register in the MAIA system ( for now it's something super simple, only including e-mail and workspace name to be created, we are working on extending the options in the registration form also).

Can we add a link to this page in the KTHCloud console menu ? image

pierrelefevre commented 3 months ago

Sure thing :) Would you like to submit a PR?

You can branch off beta, which will appear on https://beta.app.cloud.cbh.kth.se/

pierrelefevre commented 3 months ago

You can find the menu component here: https://github.com/kthcloud/console/blob/main/src%2Flayouts%2Fdashboard%2FMenu.jsx

SimoneBendazzoli93 commented 3 months ago

Ok, I will do that then!