From 23ccb5f29b62bb086dc2eb78c4676225624f50ff Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 27 Nov 2017 18:05:18 +0100 Subject: [PATCH] gcube-app.xml: the persistence location lable is 'persistence' by default, but can be changed if we want it different. See https://support.d4science.org/issues/10444 --- smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 b/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 index c83c8224..5e417252 100644 --- a/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 +++ b/smartgears/gcubeapp-setup/templates/gcube-app.xml.j2 @@ -7,7 +7,7 @@ {{ item.description }} {% endif %} {% if item.persistence_location is defined %} - + <{{ item.persistence_label | default ('persistence') }} location="{{ item.persistence_location }}"/> {% endif %} {% if item.exclude_handlers is defined %} {% for eh in item.exclude_handlers %}