This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 749ddb975f1 Support ApiServer to enforce POST requests for state
changing APIs and requests with timestamps (#10899)
add 8e4fe1c370e Allow configuring Announcement banner by admin (#10951)
No new revisions were added by this update.
Summary of changes:
ui/package-lock.json | 14 +++
ui/package.json | 1 +
ui/public/config.json | 12 +-
ui/src/components/header/AnnouncementBanner.vue | 145 ++++++++++++++++++++++++
ui/src/components/page/GlobalLayout.vue | 9 +-
ui/src/main.js | 57 +++++++---
6 files changed, 223 insertions(+), 15 deletions(-)
create mode 100644 ui/src/components/header/AnnouncementBanner.vue