This commit is contained in:
committed by
Jakob Borg
parent
0fe4c01a28
commit
ff2cde469e
@@ -769,7 +769,7 @@ angular.module('syncthing.core')
|
||||
if (status === 'stopped' || status === 'outofsync' || status === 'error') {
|
||||
return 'danger';
|
||||
}
|
||||
if (status === 'unshared') {
|
||||
if (status === 'unshared' || status === 'scan-waiting') {
|
||||
return 'warning';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user