@@ -3,6 +3,7 @@
|
|||||||
### Enhancements
|
### 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))
|
- [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
|
### Bug fixes
|
||||||
|
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ const messages = {
|
|||||||
homeFilterTags: 'Tags',
|
homeFilterTags: 'Tags',
|
||||||
homeSortBy: 'Sort by',
|
homeSortBy: 'Sort by',
|
||||||
homeSortByCpus: 'CPUs',
|
homeSortByCpus: 'CPUs',
|
||||||
|
homeSortByStartTime: 'Start time',
|
||||||
homeSortByName: 'Name',
|
homeSortByName: 'Name',
|
||||||
homeSortByPowerstate: 'Power state',
|
homeSortByPowerstate: 'Power state',
|
||||||
homeSortByRAM: 'RAM',
|
homeSortByRAM: 'RAM',
|
||||||
|
|||||||
@@ -206,6 +206,11 @@ const OPTIONS = {
|
|||||||
sortBy: 'container.name_label',
|
sortBy: 'container.name_label',
|
||||||
sortOrder: 'asc',
|
sortOrder: 'asc',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
labelId: 'homeSortByStartTime',
|
||||||
|
sortBy: 'startTime',
|
||||||
|
sortOrder: 'desc',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
pool: {
|
pool: {
|
||||||
|
|||||||
Reference in New Issue
Block a user