1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(edge): kubernetes WaitForStatus support (#85)

This commit is contained in:
LP B 2024-11-11 14:02:20 +01:00 committed by GitHub
parent fd2b00bf3b
commit 6bc52dd39c
6 changed files with 34 additions and 8 deletions

View file

@ -22,7 +22,7 @@ export function DeploymentCounterLink({
<Link
className="hover:no-underline"
to="edge.stacks.edit"
params={{ stackId, tab: 1, status: type }}
params={{ stackId, tab: 'environments', status: type }}
data-cy="deployment-counter-link"
>
<DeploymentCounter count={count} type={type} total={total} />

View file

@ -104,7 +104,7 @@ export const columns = _.compact([
to="edge.stacks.edit"
params={{
stackId: row.original.Id,
tab: 1,
tab: 'environments',
status: StatusType.Error,
}}
data-cy={`edge-stacks-error-${row.original.Id}`}