Scanning status should have same color as syncing (ref #449)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -360,6 +360,9 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http, $translate, $loca
|
|||||||
if (state == 'syncing') {
|
if (state == 'syncing') {
|
||||||
return 'primary';
|
return 'primary';
|
||||||
}
|
}
|
||||||
|
if (state == 'scanning') {
|
||||||
|
return 'primary';
|
||||||
|
}
|
||||||
return 'info';
|
return 'info';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user