]> git.proxmox.com Git - pve-manager.git/commitdiff
fixup trailing whitespaces
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Mar 2019 12:12:11 +0000 (13:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Mar 2019 12:12:11 +0000 (13:12 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/CephInstall.js

index bb5046a697653bc7a616bb23bc20b5755fa90780..a2c19c4256afde3735bf34853123425fd400205b 100644 (file)
@@ -36,11 +36,11 @@ Ext.define('PVE.ceph.Install', {
            },
            windowText: function (get) {
                if (get('isInstalled')) {
-                   return '<p class="install-mask">' + 
+                   return '<p class="install-mask">' +
                    Ext.String.format(gettext('{0} is not initialized.'), 'Ceph') + ' '+
                    gettext('You need to create a initial config once.') + '</p>';
                } else {
-                   return '<p class="install-mask">' + 
+                   return '<p class="install-mask">' +
                    Ext.String.format(gettext('{0} is not installed on this node.'), 'Ceph') + '<br>' +
                    gettext('Would you like to install it now?') + '</p>';
                }