diff --git a/images/cluster-configuration-general-tab.png b/images/cluster-configuration-general-tab.png new file mode 100644 index 0000000000..ff333d4888 Binary files /dev/null and b/images/cluster-configuration-general-tab.png differ diff --git a/images/cluster-settings-console.png b/images/cluster-settings-console.png new file mode 100644 index 0000000000..206559d5f7 Binary files /dev/null and b/images/cluster-settings-console.png differ diff --git a/modules/disable-quickstarts-admin-console.adoc b/modules/disable-quickstarts-admin-console.adoc new file mode 100644 index 0000000000..24b0b14c26 --- /dev/null +++ b/modules/disable-quickstarts-admin-console.adoc @@ -0,0 +1,30 @@ +// Module included in the following assemblies: +// +// * web_console/configuring-web-console.adoc + +[id="disable-quickstarts-admin-console_{context}"] += Disabling quick starts in the web console + +You can use the *Administrator* perspective of the web console to disable one or more quick starts. + +.Prerequisites + +* You have cluster administrator permissions and are logged in to the web console. + +.Procedure + +. In the *Administrator* perspective, navigate to *Administation* -> *Cluster Settings*. +. On the *Cluster Settings* page, click the *Configuration* tab. +. On the *Configuration* page, click the *Console* configuration resource with the description *operator.openshift.io*. ++ +image::cluster-settings-console.png[Image of the Configuration page showing the correct Console configuration resource to select] + +. From the *Action* drop-down list, select *Customize*, which opens the *Cluster configuration* page. ++ +image::cluster-configuration-general-tab.png[Cluster configuration page open on the General tab] + +. On the *General* tab, in the *Quick starts* section, you can select items in either the *Enabled* or *Disabled* list, and move them from one list to the other by using the arrow buttons. + +** To enable or disable a single quick start, click the quick start, then use the single arrow buttons to move the quick start to the appropriate list. +** To enable or disable multiple quick starts at once, press Ctrl and click the quick starts you want to move. Then, use the single arrow buttons to move the quick starts to the appropriate list. +** To enable or disable all quick starts at once, click the double arrow buttons to move all of the quick starts to the appropriate list. diff --git a/web_console/configuring-web-console.adoc b/web_console/configuring-web-console.adoc index 1bfa6a30bb..4f139a0679 100644 --- a/web_console/configuring-web-console.adoc +++ b/web_console/configuring-web-console.adoc @@ -14,3 +14,4 @@ or disable the console. * Deploy an {product-title} cluster. include::modules/web-console-configuration.adoc[leveloffset=+1] +include::modules/disable-quickstarts-admin-console.adoc[leveloffset=+1]