From 443cb6d78cc04adbb0b2913ef70c5a2ea9d25315 Mon Sep 17 00:00:00 2001 From: Tim Marx Date: Thu, 28 Mar 2019 12:16:05 +0100 Subject: [PATCH] ui: ceph installer: adapt wording of further instructions Signed-off-by: Tim Marx --- www/manager6/ceph/CephInstallWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js index 71192173..a6c7b9bc 100644 --- a/www/manager6/ceph/CephInstallWizard.js +++ b/www/manager6/ceph/CephInstallWizard.js @@ -236,7 +236,7 @@ Ext.define('PVE.ceph.CephInstallWizard', { onlineHelp: 'pve_ceph_install', html: '

Installation successful!

'+ '

The basic installation and configuration is completed, depending on your setup some of the following steps are required to start using Ceph:

'+ - '
  1. Creating Ceph Monitors
  2. Creating Ceph OSDs
  3. Creating Ceph Pools
'+ + '
  1. Create additional Ceph Monitors
  2. Create Ceph OSDs
  3. Create Ceph Pools
'+ '

To learn more click on the help button below.

', listeners: { activate: function() {