@@ -3,6 +3,7 @@
|
||||
### Enhancements
|
||||
|
||||
- [VM migration] Display same-pool hosts first in the selector [#3262](https://github.com/vatesfr/xen-orchestra/issues/3262) (PR [#3890](https://github.com/vatesfr/xen-orchestra/pull/3890))
|
||||
- [Home/VM] Sort VM by start time [#3955](https://github.com/vatesfr/xen-orchestra/issues/3955) (PR [#3970](https://github.com/vatesfr/xen-orchestra/pull/3970))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
||||
@@ -182,6 +182,7 @@ const messages = {
|
||||
homeFilterTags: 'Tags',
|
||||
homeSortBy: 'Sort by',
|
||||
homeSortByCpus: 'CPUs',
|
||||
homeSortByStartTime: 'Start time',
|
||||
homeSortByName: 'Name',
|
||||
homeSortByPowerstate: 'Power state',
|
||||
homeSortByRAM: 'RAM',
|
||||
|
||||
@@ -206,6 +206,11 @@ const OPTIONS = {
|
||||
sortBy: 'container.name_label',
|
||||
sortOrder: 'asc',
|
||||
},
|
||||
{
|
||||
labelId: 'homeSortByStartTime',
|
||||
sortBy: 'startTime',
|
||||
sortOrder: 'desc',
|
||||
},
|
||||
],
|
||||
},
|
||||
pool: {
|
||||
|
||||
Reference in New Issue
Block a user