It may not be necessary to be logged in to use Argo Workflows, it depends on how it is configured.
- Learn more. + Learn more.
If your organisation has configured client authentication, get your token following this instructions from{' '} - here and paste in this box: + here and paste in this box:
diff --git a/ui/src/app/modals/new-version/new-version-modal.tsx b/ui/src/app/modals/new-version/new-version-modal.tsx index b89dbe7915c4..79c4fe379bbe 100644 --- a/ui/src/app/modals/new-version/new-version-modal.tsx +++ b/ui/src/app/modals/new-version/new-version-modal.tsx @@ -31,7 +31,7 @@ export const NewVersionModal = ({version, dismiss}: {version: string; dismiss: (
kubectl get cm -l workflows.argoproj.io/configmap-type=ExecutorPlugin
- Learn more. + Learn more.
diff --git a/ui/src/app/reports/components/reports.tsx b/ui/src/app/reports/components/reports.tsx index 0c11867beb03..2e7244bb8e68 100644 --- a/ui/src/app/reports/components/reports.tsx +++ b/ui/src/app/reports/components/reports.tsx @@ -93,12 +93,12 @@ export function Reports({match, location, history}: RouteComponentPropsUse this page to find costly or time consuming workflows. You must label workflows you want to report on. If you use workflow templates or{' '} cron workflows, your workflows will be automatically labelled. You'll probably need to enable the{' '} - workflow archive to get long term data. Only the {limit} most recent + workflow archive to get long term data. Only the {limit} most recent workflows are shown.
Select a namespace and at least one label to get a report.
- Learn more about cost optimization + Learn more about cost optimization
) : ( diff --git a/ui/src/app/shared/components/chat-button.tsx b/ui/src/app/shared/components/chat-button.tsx index 1adce277af3b..53a6b976fb14 100644 --- a/ui/src/app/shared/components/chat-button.tsx +++ b/ui/src/app/shared/components/chat-button.tsx @@ -10,7 +10,7 @@ export function ChatButton() { services.info .getInfo() .then(info => info.links) - .then(links => (links || []).concat({name: 'Get help', scope: 'chat', url: 'https://argo-workflows.readthedocs.io/en/stable/'}).filter(x => x.scope === 'chat')) + .then(links => (links || []).concat({name: 'Get help', scope: 'chat', url: 'https://argo-workflows.readthedocs.io/en/latest/'}).filter(x => x.scope === 'chat')) .then(links => { setLink(links[0]); }); diff --git a/ui/src/app/shared/components/cost-optimisation-nudge.tsx b/ui/src/app/shared/components/cost-optimisation-nudge.tsx index 6e8d65101057..f6466c728f59 100644 --- a/ui/src/app/shared/components/cost-optimisation-nudge.tsx +++ b/ui/src/app/shared/components/cost-optimisation-nudge.tsx @@ -4,6 +4,6 @@ import {Nudge} from './nudge'; export const CostOptimisationNudge = (props: {name: string; children: ReactNode}) => (- These widgets can be embedded inside other applications. Learn more + These widgets can be embedded inside other applications. Learn more
{[ { @@ -60,7 +60,7 @@ export const WidgetGallery = ({namespace, name, label}: {namespace: string; name > ))}- Widgets not loading? Check for solutions in the docs. + Widgets not loading? Check for solutions in the docs.