[fix] add a question mark icon if state is unkown
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
if (watcher.state === 'FAILURE') {
|
||||
return ['fa-times', 'text-danger']
|
||||
}
|
||||
return []
|
||||
return ['fa-question']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user