This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new 984b2614 AIRAVATA-3694 Remove data retention message for now
984b2614 is described below

commit 984b2614d671b0199f85d446b6ecf038e9e6ad48
Author: Marcus Christie <[email protected]>
AuthorDate: Thu May 18 14:50:06 2023 -0400

    AIRAVATA-3694 Remove data retention message for now
---
 .../js/components/storage/ExperimentStorageViewContainer.vue          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/storage/ExperimentStorageViewContainer.vue
 
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/storage/ExperimentStorageViewContainer.vue
index 8868ed81..3c106d10 100644
--- 
a/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/storage/ExperimentStorageViewContainer.vue
+++ 
b/django_airavata/apps/workspace/static/django_airavata_workspace/js/components/storage/ExperimentStorageViewContainer.vue
@@ -29,10 +29,10 @@
       Experiment Data Directory does not exist in storage.
     </b-alert>
 
-    <small class="text-muted" v-if="archiveMaxAge > 0">
+    <!-- <small class="text-muted" v-if="archiveMaxAge > 0">
       Data is retained for {{ archiveMaxAge }} days before it is removed and
       archived.
-    </small>
+    </small> -->
   </b-card>
 </template>
 

Reply via email to