From ab900a267e55ed6b5fe66c84a6b8072f571474eb Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Tue, 21 Apr 2015 11:50:40 +0200 Subject: [PATCH 1/1] Account: delete slice button --- portal/templates/onelab/onelab_account-view.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/portal/templates/onelab/onelab_account-view.html b/portal/templates/onelab/onelab_account-view.html index 985974fb..e0629490 100644 --- a/portal/templates/onelab/onelab_account-view.html +++ b/portal/templates/onelab/onelab_account-view.html @@ -260,6 +260,7 @@ Slice Name Expiration Date Download + Delete {% for row in my_slices %} @@ -270,6 +271,11 @@ Download + + + {%endfor%} -- 2.43.0