Fixed styling
This commit is contained in:
parent
70d8644ead
commit
d4acc497f1
2 changed files with 8 additions and 8 deletions
|
@ -93,7 +93,7 @@ export default function FailingBox(props) {
|
||||||
default:
|
default:
|
||||||
return retryTest;
|
return retryTest;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
function jobIcon() {
|
function jobIcon() {
|
||||||
switch (testJobStatus) {
|
switch (testJobStatus) {
|
||||||
|
@ -104,9 +104,9 @@ export default function FailingBox(props) {
|
||||||
case jobStatus.PENDING:
|
case jobStatus.PENDING:
|
||||||
return <PendingIcon color="info" />;
|
return <PendingIcon color="info" />;
|
||||||
case jobStatus.ACTIVE:
|
case jobStatus.ACTIVE:
|
||||||
return <VisibilityIcon color="primary"/>;
|
return <VisibilityIcon color="primary" />;
|
||||||
case jobStatus.CANCELED:
|
case jobStatus.CANCELED:
|
||||||
return <DoNotDisturbIcon color="warning"/>;
|
return <DoNotDisturbIcon color="warning" />;
|
||||||
case jobStatus.QUEUED:
|
case jobStatus.QUEUED:
|
||||||
return <ViewColumnIcon color="secondary" />;
|
return <ViewColumnIcon color="secondary" />;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue