From 31ec898b15360cced4679032e2f1ff8b6d088422 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 21 Aug 2019 17:48:31 -0700 Subject: [PATCH] Image for the access the page --- website/source/guides/web-ui/access.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/guides/web-ui/access.html.md b/website/source/guides/web-ui/access.html.md index e28fc0861..049adb02d 100644 --- a/website/source/guides/web-ui/access.html.md +++ b/website/source/guides/web-ui/access.html.md @@ -14,7 +14,7 @@ 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 +[![Jobs List][img-jobs-list]][img-jobs-list] The entire Web UI sitemap is [documented as an API](/api/ui.html). @@ -37,3 +37,5 @@ http://127.0.0.1:4646/ui/jobs/redis-job $ nomad ui d4005969 Opening URL "http://127.0.0.1:4646/ui/allocations/d4005969-b16f-10eb-4fe1-a5374986083d" ``` + +[img-jobs-list]: /assets/images/guide-ui-jobs-list.png