From e16d9bb4a751aff1737f2e408dcd9834b900516f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 21 Jul 2017 18:11:08 -0400 Subject: [PATCH] Add colored output to make Alex happy --- website/source/assets/stylesheets/_home.scss | 13 +++++++++++++ website/source/index.html.erb | 16 ++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 53820600e..f3dc43869 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -254,9 +254,22 @@ white-space: pre; } + &.text-bold { + font-weight: bold; + } + + &.text-green { color: lighten($nomad-green, 20%); } + + &.text-blue { + color: #71A4F5; + } + + &.text-orange { + color: #F5BF49; + } } } diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 127cc1fde..a71109e54 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -326,19 +326,19 @@ description: |- admin@hashicorp.com: nomad plan example.nomad - +/- Job: "example" - +/- Task Group: "cache" (2 create, 1 in-place update) - +/- Count: "1" => "3" (forces create) - Task: "redis" + +/- Job: "example" + +/- Task Group: "cache" (2 create, 1 in-place update) + +/- Count: "1" => "3" (forces create) + Task: "redis"   - Scheduler dry-run: - - All tasks successfully allocated. + Scheduler dry-run: + - All tasks successfully allocated.   - Job Modify Index: 7 + Job Modify Index: 7   admin@hashicorp.com: - nomad run -check-index=7 example.nomad + nomad run -check-index 7 example.nomad ==> Monitoring evaluation "e338a6ae" Evaluation triggered by job "example"