From 841a654d2c51454c43ecc1142ce647790f9db207 Mon Sep 17 00:00:00 2001 From: Alberto Bellotti Date: Thu, 1 Mar 2018 07:13:52 -0500 Subject: [PATCH] Adding missing Product Feature for viewing a single container --- db/fixtures/miq_product_features.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 1395fb093fb..3b0180403fc 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -4552,6 +4552,10 @@ :description: Display Lists of Containers :feature_type: view :identifier: container_show_list + - :name: Show + :description: Display Individual Containers + :feature_type: view + :identifier: container_show - :name: Timeline :description: Display Timelines for Containers :feature_type: view