Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
  • Loading branch information
tgross and lgfa29 committed Nov 24, 2021
1 parent 912207f commit 6ac6d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/configuration/ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |-

<Placement groups={['ui']} />

The `ui` stanza configures the Nomad agent's [web UI]..
The `ui` stanza configures the Nomad agent's [web UI].

```hcl
ui {
Expand All @@ -29,7 +29,7 @@ ui {
A default `ui` stanza is automatically merged with all Nomad agent
configurations. Note that the UI can be served from any Nomad agent,
and the configuration is individual to each agent.

## `ui` Parameters
- `enabled` `(bool: true)` - Specifies whether the web UI is
enabled. If disabled, the `/ui/` path will return an empty web page.

Expand Down

0 comments on commit 6ac6d56

Please sign in to comment.