diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-10-20 07:42:05 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-10-20 07:42:05 -0600 |
| commit | 5f8a4f197ad3781425822e14fbe1616746504676 (patch) | |
| tree | 84b346ff0a6d15677724bc401616b4a4a6544d7b /lisp/webapps/snow | |
| parent | 58a1ff2ddb976778b6c9a597f61f871d383a040e (diff) | |
[INF-18073] SNOW UI verbiage improvements
Diffstat (limited to 'lisp/webapps/snow')
| -rw-r--r-- | lisp/webapps/snow/clojurescript/snow/src/core.cljs | 8 |
1 files changed, 7 insertions, 1 deletions
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 <code>OLO_PROJECT_HOME</code> environment variable."] + [:h5 {:style "text-align: center"} "Assumes that a working github-cli and a valid <code>GITHUB_TOKEN</code> 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 <code>OLO_AWS_BUILD_PROFILE</code> 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 <code>OLO_AWS_BUILD_PROFILE</code> 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 <code>OLO_AWS_BUILD_PROFILE</code> 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 <code>OLO_AWS_BUILD_PROFILE</code> 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 <code>OLO_AWS_BUILD_PROFILE</code> environment variable set with the name of your build profile."] [:div {:id "content"}] [:div {:id "results"}]) |
