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:
parent
fd2b00bf3b
commit
6bc52dd39c
6 changed files with 34 additions and 8 deletions
|
@ -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} />
|
||||
|
|
|
@ -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}`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue