Skip to content

Commit

Permalink
Merge branch 'develop' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Feb 8, 2024
2 parents 4545a8e + 7239b26 commit 26c0f8d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions templates/apps/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,20 @@ <h1 class="h3 mb-3">Create {{ app.name }}</h1>

{% if app.slug == "minio" %}


<div class="p-3 mb-3">
<h4>Important information</h4>
<p>You are about to activate file manager on SciLifeLab Serve. You can use it to upload or download files to a volume associated with this project. This service will be active for 24 hours and automatically terminated afterwards. The uploaded files will stay on the volume even after this service has been terminated. All credentials needed to use the service will be provided after activation.</p>
<p>Click 'Activate' to activate file manager</p>

<div role="alert" class="alert alert-warning text-center">
<h4><i class="bi bi-exclamation-triangle px-2"></i>Important information</h4>
This is an experimental feature.<br>
If you experience issues, please contact us at [email protected]
</div>

</div>
<p>You are about to activate file manager on SciLifeLab Serve. You can use it to upload or download files to a volume associated with this project. This service will be active for 24 hours and automatically terminated afterwards. The uploaded files will stay on the volume even after this service has been terminated. All credentials needed to use the service will be provided after activation.</p>
<p>Click 'Activate' to activate file manager</p>


</div>
<div class="card-body d-none">
{% else %}
<div class="card-body">
Expand Down

0 comments on commit 26c0f8d

Please sign in to comment.