]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/window/CephInstall.js
ui: add edit window for usb mappings
[pve-manager.git] / www / manager6 / window / CephInstall.js
index 1b8abc41f4e341df1b8d1d4d580e3d017e1be0af..432c6719fa7111f2fcfaaf431e6d3878d59ee759 100644 (file)
@@ -34,9 +34,9 @@ Ext.define('PVE.ceph.Install', {
            },
            windowText: function(get) {
                if (get('isInstalled')) {
-                   return '<p class="install-mask">' +
-                   Ext.String.format(gettext('{0} is not initialized.'), 'Ceph') + ' '+
-                   gettext('You need to create a initial config once.') + '</p>';
+                   return `<p class="install-mask">
+                   ${Ext.String.format(gettext('{0} is not initialized.'), 'Ceph')}
+                   ${gettext('You need to create an initial config once.')}</p>`;
                } else {
                    return '<p class="install-mask">' +
                    Ext.String.format(gettext('{0} is not installed on this node.'), 'Ceph') + '<br>' +