mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
feat: add warning events count next to the status badge (#828)
This commit is contained in:
parent
f4df51884c
commit
1332f718ae
18 changed files with 120 additions and 37 deletions
|
@ -28,6 +28,7 @@ const tests: NamespaceTestData[] = [
|
|||
Status: {
|
||||
phase: 'Active',
|
||||
},
|
||||
UnhealthyEventCount: 0,
|
||||
Annotations: null,
|
||||
CreationDate: '2024-10-17T17:50:08+13:00',
|
||||
NamespaceOwner: 'admin',
|
||||
|
@ -118,6 +119,7 @@ const tests: NamespaceTestData[] = [
|
|||
Status: {
|
||||
phase: 'Active',
|
||||
},
|
||||
UnhealthyEventCount: 0,
|
||||
Annotations: {
|
||||
asdf: 'asdf',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue