Skip to content

Commit 577169d

Browse files
authored
Merge pull request #47348 from abrennan89/SRVCOM-1918
[SRVCOM-1918] Update instances of drop-down to list
2 parents 5168440 + 7982fc7 commit 577169d

8 files changed

+8
-8
lines changed

modules/olm-deleting-operators-from-a-cluster-using-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif::[]
2323

2424
. Scroll or enter a keyword into the *Filter by name* field to find the Operator that you want to remove. Then, click on it.
2525

26-
. On the right side of the *Operator Details* page, select *Uninstall Operator* from the *Actions* drop-down menu.
26+
. On the right side of the *Operator Details* page, select *Uninstall Operator* from the *Actions* list.
2727
+
2828
An *Uninstall Operator?* dialog box is displayed.
2929

modules/serverless-connect-sink-source-odc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ When you create an event source by using the {product-title} web console, you ca
2020

2121
. Create an event source of any type, by navigating to *+Add* -> *Event Source* and then selecting the event source type that you want to create.
2222

23-
. In the *Sink* section of the *Create Event Source* form view, select *Resource*. Then use the drop-down list to select your sink.
23+
. In the *Sink* section of the *Create Event Source* form view, select your sink in the *Resource* list.
2424

2525
. Click *Create*.
2626

modules/serverless-create-channel-odc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Using the {product-title} web console provides a streamlined and intuitive user
1717
.Procedure
1818

1919
. In the *Developer* perspective, navigate to *+Add* -> *Channel*.
20-
. Select the type of `Channel` object that you want to create from the *Type* drop-down.
20+
. Select the type of `Channel` object that you want to create in the *Type* list.
2121
. Click *Create*.
2222

2323
.Verification

modules/serverless-create-trigger-odc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Using the {product-title} web console provides a streamlined and intuitive user
2020
. In the *Developer* perspective, navigate to the *Topology* page.
2121
. Hover over the broker that you want to create a trigger for, and drag the arrow. The *Add Trigger* option is displayed.
2222
. Click *Add Trigger*.
23-
. Select your sink as a *Subscriber* from the drop-down list.
23+
. Select your sink in the *Subscriber* list.
2424
. Click *Add*.
2525

2626
.Verification

modules/serverless-creating-channel-admin-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif::[]
2626

2727
. In the *Administrator* perspective of the {product-title} web console, navigate to *Serverless* -> *Eventing*.
2828
. In the *Create* list, select *Channel*. You will be directed to the *Channel* page.
29-
. Select the type of `Channel` object that you want to create from the *Type* drop-down.
29+
. Select the type of `Channel` object that you want to create in the *Type* list.
3030
+
3131
[NOTE]
3232
====

modules/serverless-creating-subscriptions-odc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After you have created a channel and an event sink, you can create a subscriptio
2525
+
2626
image::create-sub-ODC.png[Create a subscription for the channel]
2727
+
28-
... Select your sink as a subscriber from the drop-down list.
28+
... Select your sink in the *Subscriber* list.
2929
... Click *Add*.
3030
.. If the service is available in the *Topology* view under the same namespace or project as the channel, click on the channel that you want to create a subscription for, and drag the arrow directly to a service to immediately create a subscription from the channel to that service.
3131

modules/serverless-domain-mapping-odc-developer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Your custom domain must point to the IP address of the {product-title} cluster.
2828
. Right-click on the service that you want to map to a domain, and select the *Edit* option that contains the service name. For example, if the service is named `example-service`, select the *Edit example-service* option.
2929

3030
. In the *Advanced options* section, click *Show advanced Routing options*.
31-
.. If the domain mapping CR that you want to map to the service already exists, you can select it from the *Domain mapping* drop-down.
31+
.. If the domain mapping CR that you want to map to the service already exists, you can select it in the *Domain mapping* list.
3232
.. If you want to create a new domain mapping CR, type the domain name into the box, and select the *Create* option. For example, if you type in `example.com`, the *Create* option is *Create "example.com"*.
3333

3434
. Click *Save* to save the changes to your service.

modules/serverless-installing-cli-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ kn: No such file or directory
2525
2626
.Procedure
2727
28-
. Download the Knative (`kn`) CLI from the *Command Line Tools* page. You can access the *Command Line Tools* page by clicking the image:../images/question-circle.png[title="Help"] icon in the top right corner of the web console and selecting *Command Line Tools* in the drop-down menu.
28+
. Download the Knative (`kn`) CLI from the *Command Line Tools* page. You can access the *Command Line Tools* page by clicking the image:../images/question-circle.png[title="Help"] icon in the top right corner of the web console and selecting *Command Line Tools* in the list.
2929
3030
. Unpack the archive:
3131
+

0 commit comments

Comments
 (0)