From 5086458336d4dbf63215543c86a8f1855d73eb14 Mon Sep 17 00:00:00 2001 From: Ari Zellner Date: Tue, 18 Jul 2017 15:39:26 +0300 Subject: [PATCH] Add product features for provider disable UI --- db/fixtures/miq_product_features.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 7c1f93e8e4b..5be8237b17b 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -3531,6 +3531,14 @@ :description: Refresh Containers Providers :feature_type: control :identifier: ems_container_refresh + - :name: Resume + :description: Enable Containers Providers + :feature_type: control + :identifier: ems_container_resume + - :name: Pause + :description: Disable Containers Providers + :feature_type: control + :identifier: ems_container_pause - :name: Edit Tags :description: Edit Tags of Containers Providers :feature_type: control @@ -4862,10 +4870,6 @@ :feature_type: admin :identifier: container_admin :children: - - :name: Create Service Dialog from Container Template - :description: Create Service Dialog from Container Template - :identifier: service_dialog_from_ct - :feature_type: admin - :name: Utilization :description: Show Capacity & Utilization data of Containers :feature_type: view