From 7239b26c858bf7180e6657dbef31dbc0a5de815d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sandstr=C3=B6m?= Date: Thu, 8 Feb 2024 11:37:31 +0100 Subject: [PATCH] added warning about minio (#147) --- templates/apps/create.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/templates/apps/create.html b/templates/apps/create.html index 6daa2804..9509b07c 100644 --- a/templates/apps/create.html +++ b/templates/apps/create.html @@ -39,13 +39,20 @@

Create {{ app.name }}

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

Important information

-

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.

-

Click 'Activate' to activate file manager

+ -
+

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.

+

Click 'Activate' to activate file manager

+ + +
{% else %}