From 3de1c425e15b02428a8d54f0eb4524f7228a43cc Mon Sep 17 00:00:00 2001 From: zhurong Date: Sat, 7 May 2016 05:52:42 -0400 Subject: [PATCH] Trival: Add icons for DeployEnvironment and DeployThisEnvironment Trival fix: Add icons for DeployEnvironment and DeployThisEnvironment Closes-Bug: #1583867 Change-Id: I805c9969a7999d47efb7e276d83e8354ecf3b371 --- muranodashboard/environments/tables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/muranodashboard/environments/tables.py b/muranodashboard/environments/tables.py index 75b55f86a..4971a9a99 100644 --- a/muranodashboard/environments/tables.py +++ b/muranodashboard/environments/tables.py @@ -208,6 +208,7 @@ class DeleteService(tables.DeleteAction): class DeployEnvironment(tables.BatchAction): name = 'deploy' classes = ('btn-launch',) + icon = "play" @staticmethod def action_present(count): @@ -257,6 +258,7 @@ class DeployThisEnvironment(tables.Action): verbose_name = _('Deploy This Environment') requires_input = False classes = ('btn-launch',) + icon = "play" def allowed(self, request, service): """Limit when 'Deploy Environment' button is shown