Skip to content

Commit 204742d

Browse files
Semantic labels for UI (#33475)
* (idea) semantic labels for UI * wip
1 parent 036d399 commit 204742d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.ui {
2+
font-weight: bold;
3+
}

assets/styles/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ $baseImgURL: '{{.Site.Params.img_url}}';
8181
@import "components/multifilter-search";
8282
@import "components/filter-search";
8383

84+
// UI labels
85+
@import "components/ui-label";
8486

8587
// for now just include ie fixes
8688
@import 'ie';

content/en/actions/action_interface/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ You can perform an action using the Action Interface. Let's look at an example w
4545

4646
1. Go to the [Action Interface][8].
4747
{{< img src="/service_management/action_interface/action_interface_landing.png" alt="Action Interface home page" >}}
48-
2. Enter the prompt, `List ECS clusters`, and press **Enter**.
48+
2. Enter the prompt, `List ECS clusters`, and press <span class="ui">Enter</span>.
4949
Bits AI responds a request for the AWS region.
5050
3. Enter a region.
5151
Bits AI responds with something like, `Here's a Datadog Action to address your request. Review and click 'Execute Action' to proceed.`
52-
4. Click the **List ECS cluster** action.
53-
5. In the action, in **Connection**, select the connection to the AWS account you want to use. Connections are set up in [Action Catalog][1].
52+
4. Click the <span class="ui">List ECS cluster</span> action.
53+
5. In the action, in <span class="ui">Connection</span>, select the connection to the AWS account you want to use. Connections are set up in [Action Catalog][1].
5454
Bits AI will continue to use the same connection for the duration of the chat session.
55-
6. In **Region**, select the AWS region where the clusters are hosted.
56-
7. In **Limit**, enter `5`.
57-
8. Click **Run**.
55+
6. In <span class="ui">Region</span>, select the AWS region where the clusters are hosted.
56+
7. In <span class="ui">Limit</span>, enter `5`.
57+
8. Click <span class="ui">Run</span>.
5858
Bits AI runs the action. In this example, it responds with a list of the custer names and ARNs.
5959

6060
Bits AI also suggests additional prompts related to the clusters it retrieved.

0 commit comments

Comments
 (0)