diff --git a/src/sunstone/etc/sunstone-views/admin.yaml b/src/sunstone/etc/sunstone-views/admin.yaml index e89a9f97ba..994161361e 100644 --- a/src/sunstone/etc/sunstone-views/admin.yaml +++ b/src/sunstone/etc/sunstone-views/admin.yaml @@ -1,4 +1,5 @@ small_logo: images/opennebula-sunstone-v4.0-small.png +provision_logo: images/one_small_logo.png enabled_tabs: dashboard-tab: true system-tab: true diff --git a/src/sunstone/etc/sunstone-views/cloud.yaml b/src/sunstone/etc/sunstone-views/cloud.yaml index 0ea88cb303..ab52b736f6 100644 --- a/src/sunstone/etc/sunstone-views/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/cloud.yaml @@ -1,4 +1,5 @@ small_logo: images/opennebula-sunstone-v4.0-small.png +provision_logo: images/one_small_logo.png enabled_tabs: dashboard-tab: false system-tab: false diff --git a/src/sunstone/etc/sunstone-views/user.yaml b/src/sunstone/etc/sunstone-views/user.yaml index 16a1e96a7d..89724bd34c 100644 --- a/src/sunstone/etc/sunstone-views/user.yaml +++ b/src/sunstone/etc/sunstone-views/user.yaml @@ -1,4 +1,5 @@ small_logo: images/opennebula-sunstone-v4.0-small.png +provision_logo: images/one_small_logo.png enabled_tabs: dashboard-tab: true system-tab: false diff --git a/src/sunstone/etc/sunstone-views/vdcadmin.yaml b/src/sunstone/etc/sunstone-views/vdcadmin.yaml index 0f51d94d16..71d1ab9336 100644 --- a/src/sunstone/etc/sunstone-views/vdcadmin.yaml +++ b/src/sunstone/etc/sunstone-views/vdcadmin.yaml @@ -1,4 +1,5 @@ small_logo: images/opennebula-sunstone-v4.0-small.png +provision_logo: images/one_small_logo.png enabled_tabs: dashboard-tab: false system-tab: false diff --git a/src/sunstone/public/js/plugins/config-tab.js b/src/sunstone/public/js/plugins/config-tab.js index e2896bd2e8..a16b0b164e 100644 --- a/src/sunstone/public/js/plugins/config-tab.js +++ b/src/sunstone/public/js/plugins/config-tab.js @@ -92,7 +92,8 @@ Config = { return false; } } - } + }, + "logo": (config['view']["provision_logo"] || "images/one_small_logo.png") } } diff --git a/src/sunstone/public/js/plugins/provision-tab.js b/src/sunstone/public/js/plugins/provision-tab.js index 98db67237c..273be07ee5 100644 --- a/src/sunstone/public/js/plugins/provision-tab.js +++ b/src/sunstone/public/js/plugins/provision-tab.js @@ -847,7 +847,7 @@ var provision_user_info = '