This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 69be0af32d3 Allow admin/users to add comments to Management Servers
(#7379)
add fcbcddbcb96 ui: Allow admin/user to filter by state for Pods, Clusters
and Hosts (#7373)
add 79eae89a87e ui: Add filtering by state in account, systemvms, router
and storagepool (#7368)
add fb51504dff0 server: dedicate vxlan range to account (#7215)
add 41bbedb530e Merge remote-tracking branch 'apache/4.17' into 4.18
add a5676b0d013 ui: syntax fix for build failure
add e035d736413 Merge remote-tracking branch 'apache/4.18' into main
No new revisions were added by this update.
Summary of changes:
api/src/main/java/com/cloud/storage/ScopeType.java | 15 ++++
.../java/com/cloud/storage/StoragePoolStatus.java | 15 ++++
.../command/admin/storage/ListStoragePoolsCmd.java | 9 ++-
.../java/com/cloud/api/query/QueryManagerImpl.java | 88 ++++------------------
.../cloud/api/query/dao/StoragePoolJoinDao.java | 6 ++
.../api/query/dao/StoragePoolJoinDaoImpl.java | 75 ++++++++++++++++++
.../java/com/cloud/network/NetworkServiceImpl.java | 8 +-
ui/public/locales/en.json | 24 +++++-
ui/src/config/section/account.js | 4 +
ui/src/config/section/infra/clusters.js | 4 +
ui/src/config/section/infra/hosts.js | 4 +
ui/src/config/section/infra/pods.js | 4 +
ui/src/config/section/infra/primaryStorages.js | 4 +
ui/src/config/section/infra/routers.js | 4 +
ui/src/config/section/infra/systemVms.js | 4 +
ui/src/views/AutogenView.vue | 35 ++++++++-
ui/src/views/dashboard/UsageDashboard.vue | 4 +-
17 files changed, 220 insertions(+), 87 deletions(-)