mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Scanning status should have same color as syncing (ref #449)
This commit is contained in:
parent
25f4fd5a19
commit
e8fe1590b6
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';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user