feat(xo-web/home): add current page in url (#3999)

Fixes #3993
This commit is contained in:
Enishowk
2019-03-13 08:54:30 +01:00
committed by Julien Fontanet
parent 2f9284c263
commit e15cadc863
2 changed files with 23 additions and 17 deletions
+1
View File
@@ -9,6 +9,7 @@
- [New/Vm] SR section: Display warning message when the selected SRs aren't in the same host [#3911](https://github.com/vatesfr/xen-orchestra/issues/3911) (PR [#3967](https://github.com/vatesfr/xen-orchestra/pull/3967))
- Enable compression for HTTP requests (and initial objects fetch)
- [VDI migration] Display same-pool SRs first in the selector [#3945](https://github.com/vatesfr/xen-orchestra/issues/3945) (PR [#3996](https://github.com/vatesfr/xen-orchestra/pull/3996))
- [Home] Save the current page in url [#3993](https://github.com/vatesfr/xen-orchestra/issues/3993) (PR [#3999](https://github.com/vatesfr/xen-orchestra/pull/3999))
### Bug fixes