Pearl Dsilva
556f9dac0f
ui: Network offerings not listed if listVPCs not available in the account Role ( #6354 )
2022-05-04 23:14:47 -03:00
Nicolas Vazquez
efb1f2b719
UI: Fix templates page redirection after delete job is finished ( #6345 )
2022-05-03 13:59:47 -03:00
Nicolas Vazquez
365966dd0a
UI: Fix custom unconstrained for a zone does not show CPU speed ( #6285 )
2022-04-19 09:48:26 -03:00
Wei Zhou
bbb4ffa593
UI: fix dedicate public ip range to domain ( #6258 )
2022-04-14 01:19:23 -03:00
Abhishek Kumar
66a6671e0b
ui,refactor: fix missing label in update network form ( #6181 )
...
updateinsequence param for updateNetwork API wasn't have correponding label in UI.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-04-01 13:12:50 -03:00
Wei Zhou
f4b9ab034b
UI: fix create l2 network offering with userdata ( #6174 )
2022-03-28 23:32:10 -03:00
Pearl Dsilva
00c1bdb365
UI: Reload page on closing Bulk Action modal ( #6077 )
2022-03-09 13:31:04 -03:00
David Jumani
c2bcad8571
ui: Set icon to osdisplayname to avoid multiple api calls ( #6075 )
2022-03-09 07:00:09 -03:00
Nicolas Vazquez
7fbfd4c6ea
UI: Fix navigation to domains ( #6072 )
2022-03-09 06:54:55 -03:00
David Jumani
6b913a76cf
ui: Add user initials as avatar if no icon present ( #6070 )
...
* ui: Add user avatar if no icon
* set initials to uppercase
2022-03-08 12:55:00 -03:00
Nicolas Vazquez
e4d70d4214
UI: Fix Autogenview cleared resource ( #6066 )
2022-03-08 07:53:22 -03:00
Wei Zhou
84f19d8f36
UI: update vm with userdata ( #6051 )
...
* UI: update vm with userdata
* Update ui/src/views/compute/EditVM.vue
Co-authored-by: David Jumani <dj.davidjumani1994@gmail.com>
* Update #6051 : small fixes
Co-authored-by: David Jumani <dj.davidjumani1994@gmail.com>
2022-03-07 07:59:52 -03:00
Nicolas Vazquez
c366511294
UI: Missing message on VM import for not found networks ( #6055 )
2022-03-04 14:22:18 -03:00
dahn
19b8da290c
prevent <ctrl>-<enter> handler from <space> from toggling checkboxes ( #6027 )
...
* prevent <ctrl>-<enter> handler from <space> from toggling checkboxes
* enter vs ctrl-enter issue remaining: toggles active switch on submit
* some fixes by hook on containing div
* other identified forms
Co-authored-by: Daan Hoogland <dahn@onecht.net>
2022-02-23 21:21:44 +05:30
Wei Zhou
ca12ef31ac
ui: add VXLAN network identifiers (VNIs) in message.guest.traffic.in.advanced.zone ( #6034 )
2022-02-23 18:32:52 +05:30
Nicolas Vazquez
36d3f434d1
UI: Reword the setting panel warning ( #6020 )
2022-02-23 14:15:48 +05:30
Wei Zhou
ac794a0c85
ui: minor change with help text on dashboard ( #6003 )
2022-02-17 21:48:37 -03:00
Pearl Dsilva
e0a5df50ce
CKS Enhancements and SystemVM template upgrade improvements ( #5863 )
...
* This PR/commit comprises of the following:
- Support to fallback on the older systemVM template in case of no change in template across ACS versions
- Update core user to cloud in CKS
- Display details of accessing CKS nodes in the UI - K8s Access tab
- Update systemvm template from debian 11 to debian 11.2
- Update letsencrypt cert
- Remove docker dependency as from ACS 4.16 onward k8s has deprecated support for docker - use containerd as container runtime
* support for private registry - containerd
* Enable updating template type (only) for system owned templates via UI
* edit indents
* Address comments and move cmd from patch file to cloud-init runcmd
* temporary change
* update k8s test to use k8s version 1.21.5 (instead of 1.21.3 - due to https://github.com/kubernetes/kubernetes/pull/104530 )
* support for private registry - containerd
* Enable updating template type (only) for system owned templates via UI
* smooth upgrade of cks clusters
* update pom file with temp download.cloudstack.org testing links
* fix pom
* add cgroup config for containerd
* add systemd config for kubelet
* add additional info during image registry config
* update to official links
2022-02-15 18:27:14 +05:30
davidjumani
bc93163eec
ui: Allow domain admin to configure subdomain limits ( #5978 )
2022-02-10 07:55:45 -03:00
Hoang Nguyen
b275c29709
UI - Add Network: shows "Offering for Isolated networks with no Source Nat service" on Network Offering for normal users ( #5904 )
...
* shows "Offering for Isolated networks with no Source Nat service" for normal users
* fixes roles
* fix selected tabs
2022-02-09 14:13:31 +05:30
davidjumani
453aeb02f0
Add ID search capability to sshkeypairs ( #5963 )
2022-02-09 09:34:00 +05:30
Wei Zhou
6495bc1a47
packaging: display First Install and Onboarding Message ( #5851 )
...
* packaging: display First Install and Onboarding Message
* Update #5851 : Update as per Rohit's comments
* Update #5851 : display package name in help message
* Update #5851 : display links of installed cloudstack version on UI
* Update #5851 : fix vue warnings
2022-02-08 16:11:03 +01:00
Abhishek Kumar
81b49b835a
ui: fix select networks for template nic ( #5933 )
...
* ui: fix select networks for template nic
Fixes #5927
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-02-07 16:30:40 +05:30
dahn
0f1cd6009d
add logging to deployment planners ( #5859 )
...
Co-authored-by: sureshanaparti <12028987+sureshanaparti@users.noreply.github.com>
Co-authored-by: Daan Hoogland <dahn@onecht.net>
Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com>
Co-authored-by: sureshanaparti <12028987+sureshanaparti@users.noreply.github.com>
2022-02-04 17:02:32 +01:00
Abhishek Kumar
966b32c234
ui: fix ssh keypair navigation ( #5931 )
...
Fixes #5930
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-02-04 18:29:47 +05:30
Abhishek Kumar
f458964e52
ui: fix related key for section ( #5929 )
...
Fixes #5928
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-02-04 10:27:01 +05:30
Abhishek Kumar
8adb8df2fe
server: find suitable disk offering for volume upload ( #5852 )
...
* server: find suitable disk offering for volume upload
Fixes #5696
* fix npe check
* fixes, refactor, rename method and handle custom iops
* ui: allow offering selection
* list only disk offerings
* show name
* revert error check
* use checkaccess
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-02-02 16:35:47 +05:30
dahn
c1bba2a308
Do not restart VPC tiers with cleanup ( #5873 )
...
* do not restart VPC tiers with cleanup
* no option for cleanup for VPC tiers
* Update server/src/main/java/com/cloud/network/NetworkServiceImpl.java
* paramNames
* remove superfluent parameter
Co-authored-by: Daan Hoogland <dahn@onecht.net>
Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com>
2022-01-31 17:59:26 +05:30
Abhishek Kumar
5f07e4daaf
ui: fix filtering readonly details while VM update ( #5887 )
...
* ui: fix filtering readonly details while VM update
* refactor
* error on add
Fixes #5724
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-31 17:19:31 +05:30
davidjumani
6fa8538666
Adding placeholders for custom NSP vues ( #5620 )
...
* Adding placeholders for custom NSP vues
* Fix decorator
* Fixing gslbproviderprivateip description
2022-01-27 20:11:35 +05:30
Hoang Nguyen
ee9c05b5fa
UI - Added option to allow users to select volumes when doing destroy the list of VMs ( #5893 )
...
* added option to allow users to select volumes when doing destroy list of VMs
* fixes
2022-01-27 11:09:48 +05:30
Hoang Nguyen
065847e6af
UI: Fixes asynchronous when destroying wrong item VM ( #5884 )
...
* fix asynchronous error when deleting VMs one by one
* fixes error open modal
2022-01-27 11:05:35 +05:30
Abhishek Kumar
d18ef1c0fd
ui: add custom form for update template ( #5434 )
...
* ui: add custom form for update template
* label fix
* changes and fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-25 10:47:41 +05:30
Abhishek Kumar
68a5e5aa77
ui: show password with success notification ( #5889 )
...
Fixes #5888
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-24 17:05:07 +05:30
sureshanaparti
4996b800b5
Now correct values are shown when configuring limits for a domain. ( #5874 ) ( #5880 )
...
Now correct values are shown when configuring limits for a domain. (#5874 ) (#5880 )
Co-authored-by: JoaoJandre <48719461+JoaoJandre@users.noreply.github.com>
Co-authored-by: Joao <JoaoJandre@gitlab.com>
2022-01-20 14:37:51 +05:30
dahn
fb35f46a96
Delete ldap config from UI ( #5871 )
...
* add params to delete command
* pass known params
Co-authored-by: Daan Hoogland <dahn@onecht.net>
2022-01-18 10:21:51 +01:00
Hoang Nguyen
0e2c09baca
UI - Fixes Pod, Cluster selected is incorrect on addHost dialog ( #5869 )
...
* fix pod selected is incorrect
* fixes fetch cluster with podid empty
* clear clusterid field
2022-01-18 14:35:28 +05:30
Abhishek Kumar
f5b0d2f056
ui: fix create user domain, account selection ( #5487 )
...
* ui: fix create user domain, account selection
* fetch accounts only after domains
* refresh on saml configure
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-17 16:30:29 +05:30
Hoang Nguyen
a42ed1fb89
add a setting to config.json that allows users to set theme ( #5584 )
2022-01-17 11:30:56 +05:30
Abhishek Kumar
59a615cf21
ui: fix deploy vm in basic zone ( #5856 )
...
* ui: fix deploy vm in basic zone
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-14 16:29:35 +05:30
Hoang Nguyen
619c754903
Clear cache APIs when the switch domain with SAML user ( #5855 )
2022-01-14 16:20:56 +05:30
Abhishek Kumar
c86b98e682
ui: show account configure limits tab for domain-admin ( #5858 )
...
Fixes #5676
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-13 14:08:02 +01:00
Hoang Nguyen
4746509c82
[UI] Cancel all requests api, async jobs in UI when user logs out ( #5663 )
...
* cancel requests in UI when user logs out
* clear notification, message from UI after logout
2022-01-13 17:44:49 +05:30
Hoang Nguyen
001f4213c8
UI - Deploy VM with params from the template, iso, network pages ( #5653 )
...
* deploy VM with params from the template, iso, network pages
* remove default-checked not necessary
2022-01-13 16:59:41 +05:30
Abhishek Kumar
c17ae740f4
ui: fix getDiagnosticsData files field ( #5853 )
...
Fixes #5707
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-12 13:52:01 +05:30
Abhishek Kumar
223bc11d2a
ui: fix paging in enable static NAT form ( #5849 )
...
Fixes #5715
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-11 22:31:02 +05:30
Gabriel Beims Bräscher
2e2d328cde
Add toggle button on the UI for list including elements in projects. ( #5790 )
...
* Allow to use projectid=-1 and list all resources (e.g. VMs) regardless of their project.
2022-01-11 21:30:30 +05:30
Abhishek Kumar
c08592cad8
ui: update vm haenable only for supported vms ( #5847 )
...
For VMs which have service offering that does not allow HA, haenable option will be not shown in the UpdateVM UI form.
Fixes #5743
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-01-11 14:55:11 +05:30
Hoang Nguyen
4916f3c90d
UI - Fix Locked "Override Root Disk Size" switch ( #5843 )
...
* Fix Locked "Override Root Disk Size" switch
* fixes ut
2022-01-10 19:04:46 +05:30
Hoang Nguyen
0f926b5d68
UI: Add s3 provider option to create secondary storage ( #5726 )
...
* add s3 provider option to create secondary storage
* fixes label name
* add storagepolicy for swift provider
2022-01-10 19:01:53 +05:30