mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
Sort power management by type by default
This commit is contained in:
@@ -32,7 +32,7 @@ angular.module('app').controller('OutfitController', ['$window','$rootScope','$s
|
|||||||
$scope.canSave = Persist.isEnabled();
|
$scope.canSave = Persist.isEnabled();
|
||||||
$scope.fuel = 0;
|
$scope.fuel = 0;
|
||||||
$scope.pwrDesc = false;
|
$scope.pwrDesc = false;
|
||||||
$scope.pwrPredicate = null;
|
$scope.pwrPredicate = 'type';
|
||||||
$scope.costDesc = true;
|
$scope.costDesc = true;
|
||||||
$scope.costPredicate = 'c.cost';
|
$scope.costPredicate = 'c.cost';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user