Power management default sort order is power usage in descending order

This commit is contained in:
Cmdr McDonald
2017-02-22 10:44:56 +00:00
parent 069959dabb
commit a5df542aa2
2 changed files with 5 additions and 2 deletions

View File

@@ -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
};
}