murano-dashboard/releasenotes/notes/reload-empty-env-10165198e8384b08.yaml
Valerii Kovalchuk c8832a5492 Reload env components page after deployment of empty environment
This patch adds javascript that reloads the page with environment
components until deployment of empty environment is finished. It
allows to add new components to the page without manual page refresh.
Reload is made with timeout set in horizon config
'ajax_poll_interval'. Currently there is no other way to detect the
moment of empty env deployment finish.

Change-Id: I61c43a1891a43bcb53d2894e11e649607c36b2e0
Closes-bug: #1573540
2016-05-17 13:11:13 +03:00

7 lines
185 B
YAML

---
fixes:
- Environment components page reloads after deployment of
empty environment. It allows to add new components to
the empty environment without manual page refresh.