You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/08/12 09:46:40 UTC

[cloudstack-primate] branch master updated (69302ef -> 3e328c1)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git.


    from 69302ef  components: Adding metrics cell coloring based on threshold (#574)
     add 3e328c1  dashboard: Adding onboarding dashboard (#573)

No new revisions were added by this update.

Summary of changes:
 public/assets/bg-what-is-cloudstack.png         | Bin 0 -> 36116 bytes
 src/locales/en.json                             |  28 ++---
 src/views/dashboard/Dashboard.vue               |  29 ++++-
 src/views/dashboard/OnboardingDashboard.vue     | 149 ++++++++++++++++++++++++
 src/views/iam/ChangeUserPassword.vue            |  10 +-
 src/views/infra/zone/ZoneWizardZoneTypeStep.vue |   6 +-
 6 files changed, 199 insertions(+), 23 deletions(-)
 create mode 100644 public/assets/bg-what-is-cloudstack.png
 create mode 100644 src/views/dashboard/OnboardingDashboard.vue