From c031d57fb30b53674fbc955031bc6561429d321f Mon Sep 17 00:00:00 2001 From: Yasin Rahman <yasin.upmc@gmail.com> Date: Mon, 12 Oct 2015 16:30:41 +0200 Subject: [PATCH] Slice delete/renew button removed --- portal/templates/slice-tab-info.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portal/templates/slice-tab-info.html b/portal/templates/slice-tab-info.html index 7dfddc97..96e9fc85 100644 --- a/portal/templates/slice-tab-info.html +++ b/portal/templates/slice-tab-info.html @@ -79,7 +79,9 @@ </script> +<!-- <div> <button id="renewslices" type="button" class="btn btn-primary"><span class="glyphicon glyphicon-refresh"></span> Renew slice</button> <button id="deleteslices" type="button" class="btn btn-danger"><span class="glyphicon glyphicon-remove"></span> Delete slice</button> -</div> +</div> +--> -- 2.47.0