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') {
|
||||
return 'primary';
|
||||
}
|
||||
if (state == 'scanning') {
|
||||
return 'primary';
|
||||
}
|
||||
return 'info';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user