From a01d7fd989a7d2b47eb53685d9556a6e66873ee0 Mon Sep 17 00:00:00 2001 From: deflax Date: Tue, 8 Aug 2017 16:43:31 +0300 Subject: [PATCH] smaller admin buttons --- app/templates/admin/admin_tasks.html | 14 +++++++------- app/templates/admin/list_deployments.html | 4 +--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/app/templates/admin/admin_tasks.html b/app/templates/admin/admin_tasks.html index 7213dfc..3c48381 100644 --- a/app/templates/admin/admin_tasks.html +++ b/app/templates/admin/admin_tasks.html @@ -3,13 +3,13 @@
Admin Pages
- - - - - - - + + + + + + +
diff --git a/app/templates/admin/list_deployments.html b/app/templates/admin/list_deployments.html index 74b7869..e76db00 100644 --- a/app/templates/admin/list_deployments.html +++ b/app/templates/admin/list_deployments.html @@ -17,7 +17,6 @@ Owner - Cube ID Alias CPU Mem @@ -39,8 +38,7 @@ {% endif %} {% endif %} {{ deploy.owner.email }} - {{ deploy.machine_id }} - {{ deploy.machine_alias }} + {% if deploy.protected == True %}{% else %}{% endif %}{{ deploy.machine_alias }} {{ deploy.machine_cpu }} {{ deploy.machine_mem }} MB {{ deploy.machine_hdd }} GB