From b3c0f6a8525eba1e322025e657bd3a1657ef0802 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Mon, 5 Aug 2013 11:06:28 +0200 Subject: [PATCH] bug #2255: Add RAW tab to views conf --- src/sunstone/etc/sunstone-views/admin.yaml | 1 + src/sunstone/etc/sunstone-views/cloud.yaml | 1 + src/sunstone/etc/sunstone-views/vdcadmin.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/src/sunstone/etc/sunstone-views/admin.yaml b/src/sunstone/etc/sunstone-views/admin.yaml index 6536750b40..4d4fc77898 100644 --- a/src/sunstone/etc/sunstone-views/admin.yaml +++ b/src/sunstone/etc/sunstone-views/admin.yaml @@ -182,6 +182,7 @@ tabs: input_output: true context: true scheduling: true + other: true images-tab: panel_tabs: image_info_panel: true diff --git a/src/sunstone/etc/sunstone-views/cloud.yaml b/src/sunstone/etc/sunstone-views/cloud.yaml index e726cfe8eb..1e5bf5b7f0 100644 --- a/src/sunstone/etc/sunstone-views/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/cloud.yaml @@ -183,6 +183,7 @@ tabs: input_output: true context: true scheduling: false + other: false images-tab: panel_tabs: image_info_panel: true diff --git a/src/sunstone/etc/sunstone-views/vdcadmin.yaml b/src/sunstone/etc/sunstone-views/vdcadmin.yaml index d5a6a1b4b5..dccafc9e96 100644 --- a/src/sunstone/etc/sunstone-views/vdcadmin.yaml +++ b/src/sunstone/etc/sunstone-views/vdcadmin.yaml @@ -183,6 +183,7 @@ tabs: input_output: true context: true scheduling: false + other: true images-tab: panel_tabs: image_info_panel: true