Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #671 from mturley/652-plan-details-sort-order
Browse files Browse the repository at this point in the history
[#652] Plan Details: Initially sort by VM name

(cherry picked from commit dc2a707)
  • Loading branch information
michaelkro authored and simaishi committed Oct 1, 2018
1 parent f0a452e commit 767aaa1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -53,8 +53,8 @@ class PlanRequestDetailList extends React.Component {

// sort states
sortFields: ACTIVE_PLAN_SORT_FIELDS,
currentSortType: ACTIVE_PLAN_SORT_FIELDS[0],
isSortNumeric: ACTIVE_PLAN_SORT_FIELDS[0].isNumeric,
currentSortType: ACTIVE_PLAN_SORT_FIELDS[1],
isSortNumeric: ACTIVE_PLAN_SORT_FIELDS[1].isNumeric,
isSortAscending: true,

// pagination default states
Expand Down

0 comments on commit 767aaa1

Please sign in to comment.