forked from p15670423/monkey
UI: Use single quotes instead of double quotes in AWSInstanceTable.js
This commit is contained in:
parent
70ae745a52
commit
25cfa58c69
|
@ -74,7 +74,7 @@ function AWSInstanceTable(props) {
|
||||||
if (isSelected(instId)) {
|
if (isSelected(instId)) {
|
||||||
color = '#ffed9f';
|
color = '#ffed9f';
|
||||||
} else if (runResult) {
|
} else if (runResult) {
|
||||||
color = runResult.status === "error" ? '#f00000' : '#00f01b'
|
color = runResult.status === 'error' ? '#f00000' : '#00f01b'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue