This is an automated email from the ASF dual-hosted git repository.
harikrishna pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 67250d99d44 ui: fix add host form state on submit (#11815)
add df49c4f14bf UI: Move Backup Repository to Infrastructure (from
Configuration) (#11738)
No new revisions were added by this update.
Summary of changes:
.../cloudstack/metrics/MetricsServiceImpl.java | 4 ++
.../response/InfrastructureResponse.java | 8 +++
ui/src/config/section/config.js | 46 ----------------
ui/src/config/section/infra.js | 2 +
ui/src/config/section/infra/backupRepositories.js | 63 ++++++++++++++++++++++
ui/src/views/infra/InfraSummary.vue | 9 ++--
6 files changed, 82 insertions(+), 50 deletions(-)
create mode 100644 ui/src/config/section/infra/backupRepositories.js