mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Power management default sort order is power usage in descending order
This commit is contained in:
@@ -34,8 +34,8 @@ export default class PowerManagement extends TranslatedComponent {
|
||||
this._sort = this._sort.bind(this);
|
||||
|
||||
this.state = {
|
||||
predicate: 'n',
|
||||
desc: true,
|
||||
predicate: 'pwr',
|
||||
desc: false,
|
||||
width: 0
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user