-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|