Format line length
This commit is contained in:
parent
692095996f
commit
b3cd3b095a
|
@ -9,17 +9,20 @@ description: |-
|
|||
# Accessing the Web UI
|
||||
|
||||
The Nomad Web UI is served alongside the API. If you visit the Nomad server address in a web
|
||||
browser, you will be redirected to the Web UI, which is served under `/ui`. If you are unsure what port the Nomad HTTP API is running on, try the default port: `4646`.
|
||||
browser, you will be redirected to the Web UI, which is served under `/ui`. If you are unsure what
|
||||
port the Nomad HTTP API is running on, try the default port: `4646`.
|
||||
|
||||
The first page you will see is a listing of all Jobs for the default namespace.
|
||||
|
||||
~> Screenshot!!
|
||||
~> Screenshot
|
||||
|
||||
The entire Web UI sitemap is [documented as an API](/api/ui.html).
|
||||
|
||||
## Getting to the Web UI from the CLI
|
||||
|
||||
In order to make it as seamless as possible to jump between the CLI and UI, the Nomad CLI has a [`ui` subcommand](/docs/commands/ui.html). This command can take any identifier and open the appropriate web page.
|
||||
In order to make it as seamless as possible to jump between the CLI and UI, the Nomad CLI has a
|
||||
[`ui` subcommand](/docs/commands/ui.html). This command can take any identifier and open the
|
||||
appropriate web page.
|
||||
|
||||
**Open the UI directly to look at a job:**
|
||||
|
||||
|
|
|
@ -8,7 +8,9 @@ description: |-
|
|||
|
||||
# Using Nomad with the Web UI
|
||||
|
||||
The Nomad Web UI offers an easy to use web experience for inspecting a Nomad cluster. It's built into the Nomad binary and is served alongside the API. With zero additional configuration, you can use the Web UI instead of the CLI to inspect cluster state and submit and manage jobs.
|
||||
The Nomad Web UI offers an easy to use web experience for inspecting a Nomad cluster. It's built
|
||||
into the Nomad binary and is served alongside the API. With zero additional configuration, you can
|
||||
use the Web UI instead of the CLI to inspect cluster state and submit and manage jobs.
|
||||
|
||||
1. [Accessing the Web UI](/guides/web-ui/access.html)
|
||||
1. [Submitting a Job](/guides/web-ui/submitting-a-job.html)
|
||||
|
|
Loading…
Reference in New Issue