diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/html.hbs b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/html.hbs
index 6caf9a0ee0..67f4fa9f38 100644
--- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/html.hbs
+++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/hybrid/html.hbs
@@ -18,7 +18,7 @@
-
+
diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network/html.hbs b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network/html.hbs
index a17ba96176..8c6fbd7c39 100644
--- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network/html.hbs
+++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/network/html.hbs
@@ -18,7 +18,7 @@
-
+
diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage.js
index 2f7702231b..ec4ca89528 100644
--- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage.js
+++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage.js
@@ -235,7 +235,7 @@ define(function(require) {
function _renameTabLinks(context) {
$("#" + LINKS_CONTAINER_ID + " li", context).each(function(index) {
- $("a", this).html(Locale.tr("Disk") + ' ' + index + " ");
+ $("a", this).html(Locale.tr("DISK") + ' ' + index + " ");
})
if(this.listener != undefined){
diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage/html.hbs b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage/html.hbs
index 512e955790..76de0144d7 100644
--- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage/html.hbs
+++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/storage/html.hbs
@@ -39,12 +39,12 @@
-
+
diff --git a/src/sunstone/public/app/tabs/vnets-tab/form-panels/create.js b/src/sunstone/public/app/tabs/vnets-tab/form-panels/create.js
index d7154027b6..d36cd0e6df 100644
--- a/src/sunstone/public/app/tabs/vnets-tab/form-panels/create.js
+++ b/src/sunstone/public/app/tabs/vnets-tab/form-panels/create.js
@@ -300,7 +300,7 @@ define(function(require) {
// Append the new div containing the tab and add the tab to the list
var a = $("" +
"" +
- Locale.tr("Address Range") + " "
+ Locale.tr("AR") + " "
).appendTo($("ul#vnet_wizard_ar_tabs", context));
$(html_tab_content).appendTo($("#vnet_wizard_ar_tabs_content", context));
diff --git a/src/sunstone/public/app/tabs/vnets-tab/form-panels/create/wizard.hbs b/src/sunstone/public/app/tabs/vnets-tab/form-panels/create/wizard.hbs
index 3fad15581a..be226ddda4 100644
--- a/src/sunstone/public/app/tabs/vnets-tab/form-panels/create/wizard.hbs
+++ b/src/sunstone/public/app/tabs/vnets-tab/form-panels/create/wizard.hbs
@@ -235,7 +235,7 @@
-
+
diff --git a/src/sunstone/public/css/custom.css b/src/sunstone/public/css/custom.css
index 55efe5229d..9090a378b0 100644
--- a/src/sunstone/public/css/custom.css
+++ b/src/sunstone/public/css/custom.css
@@ -160,7 +160,7 @@ table .markrow,table .markrowchecked{
text-align: center;
border: 3px solid #f8f8f8;
}
-meter{
+meter {
height: .9rem !important;
}
.dashboard-div-titles{
@@ -179,4 +179,20 @@ meter{
.dashboard-fieldset{
background-color: #f8f8f8;
border: 1px solid #eaeaea;
+}
+
+.tabs.vertical .tabs-title.is-active {
+ border: .1538461538rem solid #4DBBD3;
+ border-right: 0px;
+ border-radius: 15px 0px 0px 15px;
+ padding-left: 10px;
+}
+
+.tabs-content.vertical {
+ border-left: .1538461538rem solid #4DBBD3;
+ min-height: 200px;
+}
+
+.tabs-content.vertical.disks-container {
+ min-height: 400px;
}
\ No newline at end of file