diff --git a/src/sunstone/public/app/tabs/hosts-tab/panels/wilds/html.hbs b/src/sunstone/public/app/tabs/hosts-tab/panels/wilds/html.hbs
index 77cb5dcc8b..ee4e699ba7 100644
--- a/src/sunstone/public/app/tabs/hosts-tab/panels/wilds/html.hbs
+++ b/src/sunstone/public/app/tabs/hosts-tab/panels/wilds/html.hbs
@@ -16,7 +16,7 @@
-
+
diff --git a/src/sunstone/public/app/tabs/users-tab/panels/info/html.hbs b/src/sunstone/public/app/tabs/users-tab/panels/info/html.hbs
index a8bd2232af..ef80af7f47 100644
--- a/src/sunstone/public/app/tabs/users-tab/panels/info/html.hbs
+++ b/src/sunstone/public/app/tabs/users-tab/panels/info/html.hbs
@@ -42,8 +42,8 @@
{{tr "Password"}} |
- |
diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/actions.js b/src/sunstone/public/app/tabs/vms-tab/panels/actions.js
index 343da7c904..124aa5f98e 100644
--- a/src/sunstone/public/app/tabs/vms-tab/panels/actions.js
+++ b/src/sunstone/public/app/tabs/vms-tab/panels/actions.js
@@ -70,7 +70,7 @@ define(function(require) {
' + Locale.tr("DONE") + ' | \
' + Locale.tr("MESSAGE") + ' | \
' + Locale.tr("Actions") + ' | \
- ' + Locale.tr("Add action") + ' | \
+ ' + Locale.tr("Add action") + ' | \
\
' +
fromJSONtoActionsTable(that.element.USER_TEMPLATE.SCHED_ACTION) +
diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/capacity/html.hbs b/src/sunstone/public/app/tabs/vms-tab/panels/capacity/html.hbs
index 55530fa6ce..14dc6b6c07 100644
--- a/src/sunstone/public/app/tabs/vms-tab/panels/capacity/html.hbs
+++ b/src/sunstone/public/app/tabs/vms-tab/panels/capacity/html.hbs
@@ -41,9 +41,9 @@
{{#isTabActionEnabled "vms-tab" "VM.resize"}}
{{#if resizeStateEnabled}}
- {{tr "Resize"}}
+ {{tr "Resize"}}
{{else}}
- {{tr "Resize"}}
+ {{tr "Resize"}}
{{/if}}
{{/isTabActionEnabled}}
|
diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/network.js b/src/sunstone/public/app/tabs/vms-tab/panels/network.js
index 84d873b167..b3a0f383c3 100644
--- a/src/sunstone/public/app/tabs/vms-tab/panels/network.js
+++ b/src/sunstone/public/app/tabs/vms-tab/panels/network.js
@@ -91,10 +91,10 @@ define(function(require) {
that.element.LCM_STATE) &&
OpenNebulaVM.isNICAttachSupported(that.element)) {
html += '\
- ' + Locale.tr("Attach nic") + ''
+ ' + Locale.tr("Attach nic") + ''
} else {
html += '\
- ' + Locale.tr("Attach nic") + ''
+ ' + Locale.tr("Attach nic") + ''
}
}
diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/snapshots.js b/src/sunstone/public/app/tabs/vms-tab/panels/snapshots.js
index 169e7fcfb6..4150c13d62 100644
--- a/src/sunstone/public/app/tabs/vms-tab/panels/snapshots.js
+++ b/src/sunstone/public/app/tabs/vms-tab/panels/snapshots.js
@@ -78,10 +78,10 @@ define(function(require) {
// If VM is not RUNNING, then we forget about the attach disk form.
if (that.element.STATE == OpenNebulaVM.STATES.ACTIVE && that.element.LCM_STATE == OpenNebulaVM.LCM_STATES.RUNNING) {
html += '\
- ' + Locale.tr("Take snapshot") + ''
+ ' + Locale.tr("Take snapshot") + ''
} else {
html += '\
- ' + Locale.tr("Take snapshot") + ''
+ ' + Locale.tr("Take snapshot") + ''
}
}
diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/storage/html.hbs b/src/sunstone/public/app/tabs/vms-tab/panels/storage/html.hbs
index 01ab58791f..6644fed3f7 100644
--- a/src/sunstone/public/app/tabs/vms-tab/panels/storage/html.hbs
+++ b/src/sunstone/public/app/tabs/vms-tab/panels/storage/html.hbs
@@ -29,7 +29,7 @@
{{tr "Actions"}}
{{#isTabActionEnabled "vms-tab" "VM.attachdisk"}}
-
+
{{tr "Attach disk"}}
diff --git a/src/sunstone/public/app/tabs/vrouters-tab/panels/info/html.hbs b/src/sunstone/public/app/tabs/vrouters-tab/panels/info/html.hbs
index 26fcb89ace..ee77099c0b 100644
--- a/src/sunstone/public/app/tabs/vrouters-tab/panels/info/html.hbs
+++ b/src/sunstone/public/app/tabs/vrouters-tab/panels/info/html.hbs
@@ -49,7 +49,7 @@
| {{tr "Actions"}} |
{{#isTabActionEnabled "vrouters-tab" "VirtualRouter.attachnic"}}
-
+
{{tr "Attach nic"}}
{{/isTabActionEnabled}}
|