Skip to content

Commit

Permalink
added warning about minio (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor authored Feb 8, 2024
1 parent 96facb4 commit 7239b26
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 serve@scilifelab.se
</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 7239b26

Please sign in to comment.