From 5f8a4f197ad3781425822e14fbe1616746504676 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Mon, 20 Oct 2025 07:42:05 -0600 Subject: [INF-18073] SNOW UI verbiage improvements --- lisp/webapps/snow/clojurescript/snow/src/core.cljs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/webapps/snow/clojurescript/snow/src/core.cljs b/lisp/webapps/snow/clojurescript/snow/src/core.cljs index 1f6fe21..304e5ec 100644 --- a/lisp/webapps/snow/clojurescript/snow/src/core.cljs +++ b/lisp/webapps/snow/clojurescript/snow/src/core.cljs @@ -199,7 +199,8 @@ (hiccups/defhtml template-git-update [jsonobj] [:h3 {:style "text-align: center"} "Update the Olo git checkouts on your workstation."] - [:h5 {:style "text-align: center"} "(Assumes that a working github-cli is present.)"] + [:h5 {:style "text-align: center"} "Clones all repos in ololabs, ololabs-geo and omnivore under the directory specified in your OLO_PROJECT_HOME environment variable."] + [:h5 {:style "text-align: center"} "Assumes that a working github-cli and a valid GITHUB_TOKEN environment variable are present."] [:div {:id "content"}] [:div {:id "results"}]) @@ -406,6 +407,7 @@ (hiccups/defhtml template-octopus-machines-with-roles [jsonobj] [:h3 {:style "text-align: center"} "Find the Octopus machines and their environments containing the roles."] + [:h5 {:style "text-align: center"} "Assumes that you have the OLO_AWS_BUILD_PROFILE environment variable set with the name of your build profile."] [:div {:id "content"}] [:div {:id "results"}]) @@ -457,6 +459,7 @@ (hiccups/defhtml template-octopus-environments-with-roles [jsonobj] [:h3 {:style "text-align: center"} "Find the octopus ODE environments with machines containing the roles."] + [:h5 {:style "text-align: center"} "Assumes that you have the OLO_AWS_BUILD_PROFILE environment variable set with the name of your build profile."] [:div {:id "content"}] [:div {:id "results"}]) @@ -509,6 +512,7 @@ (hiccups/defhtml template-octopus-projects-with-roles [jsonobj] [:h3 {:style "text-align: center"} "Find all octopus projects containing the supplied roles."] + [:h5 {:style "text-align: center"} "Assumes that you have the OLO_AWS_BUILD_PROFILE environment variable set with the name of your build profile."] [:div {:id "content"}] [:div {:id "results"}]) @@ -561,6 +565,7 @@ (hiccups/defhtml template-octopus-ode-deploy-release [jsonobj] [:h3 {:style "text-align: center"} "Deploy an octopus release to one or more ODEs."] + [:h5 {:style "text-align: center"} "Assumes that you have the OLO_AWS_BUILD_PROFILE environment variable set with the name of your build profile."] [:div {:id "content"}] [:div {:id "results"}]) @@ -615,6 +620,7 @@ (hiccups/defhtml template-octopus-latest-deployments [jsonobj] [:h3 {:style "text-align: center"} "Find the latest octopus deployments in each environment."] + [:h5 {:style "text-align: center"} "Assumes that you have the OLO_AWS_BUILD_PROFILE environment variable set with the name of your build profile."] [:div {:id "content"}] [:div {:id "results"}]) -- cgit v1.3