[pve-devel] [PATCH manager 2/2] cleanup format.

Wolfgang Link w.link at proxmox.com
Mon Apr 8 08:43:34 CEST 2019


---
 www/manager6/ceph/CephInstallWizard.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js
index b704a39b..93aad7fa 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -311,7 +311,10 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 		onlineHelp: 'pve_ceph_install',
 		html: '<h3>Installation successful!</h3>'+
 		'<p>The basic installation and configuration is completed, depending on your setup some of the following steps are required to start using Ceph:</p>'+
-		'<ol><li>Install Ceph on all other participant Ceph Nodes</li><li>Create additional Ceph Monitors</li><li>Create Ceph OSDs</li><li>Create Ceph Pools</li></ol>'+
+		    '<ol><li>Install Ceph on all other participant Ceph Nodes</li>'+
+		    '<li>Create additional Ceph Monitors</li>'+
+		    '<li>Create Ceph OSDs</li>'+
+		    '<li>Create Ceph Pools</li></ol>'+
 		'<p>To learn more click on the help button below.</p>',
 		listeners: {
 		    activate: function() {
-- 
2.11.0





More information about the pve-devel mailing list