Show alert when workspace is new
This commit is contained in:
@@ -5,12 +5,11 @@
|
||||
|
||||
{% block workspace_content %}
|
||||
|
||||
{% if True %}
|
||||
{% if request.args.get("newWorkspace") %}
|
||||
{{ Alert('Workspace created!',
|
||||
message="\
|
||||
<p>You are now ready to create projects and environments within the JEDI Cloud.</p>
|
||||
",
|
||||
actions='',
|
||||
level='success'
|
||||
) }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user