ImagesTable: Clean up possible statuses
- building should be running - registering and uploading aren't separate statuses
This commit is contained in:
parent
7b696ac766
commit
a6938b9f23
1 changed files with 1 additions and 17 deletions
|
|
@ -26,7 +26,7 @@ const ImageBuildStatus = (props) => {
|
|||
text: 'Image build, Upload, Cloud registration pending'
|
||||
}
|
||||
],
|
||||
building: [
|
||||
running: [
|
||||
{
|
||||
icon: <Spinner size="md" />,
|
||||
text: 'Image build in progress'
|
||||
|
|
@ -35,22 +35,6 @@ const ImageBuildStatus = (props) => {
|
|||
icon: <PendingIcon />,
|
||||
text: 'Upload, Cloud registration pending'
|
||||
}
|
||||
],
|
||||
uploading: [
|
||||
{
|
||||
icon: <Spinner size="md" />,
|
||||
text: 'Upload in progress'
|
||||
},
|
||||
{
|
||||
icon: <PendingIcon />,
|
||||
text: 'Cloud registration pending'
|
||||
}
|
||||
],
|
||||
registering: [
|
||||
{
|
||||
icon: <Spinner size="md" />,
|
||||
text: 'Cloud registration in progress'
|
||||
}
|
||||
]
|
||||
};
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue