dahn
c86684fbdd
UI: allow new keys for VM details ( #7793 )
2023-08-03 04:58:22 +02:00
Wei Zhou
87f218c68c
UI: decode userdata in EditVM dialog ( #7796 )
2023-08-01 09:10:26 +02:00
dahn
fd13184dda
UI unit test: fix expected values ( #7792 )
2023-07-31 12:46:22 +02:00
dahn
a2eb10304f
UI: Filter templates by zone and hypervisor type when reinstall a VM ( #7739 )
2023-07-31 07:30:24 +02:00
dahn
01e5c25523
search in (too) large result sets ( #7766 )
...
Co-authored-by: Pearl Dsilva <pearl1594@gmail.com>
2023-07-27 15:03:12 +02:00
Wei Zhou
cdf01879ec
ui: fix 404 error when list volumes of system vms ( #7772 )
...
This PR fixes #7662
2023-07-26 15:59:45 +05:30
Wei Zhou
4000fd09f1
UI: fix userdataid or userdata content is passed when userdata append/override is unchecked ( #7758 )
2023-07-25 10:01:53 +02:00
Wei Zhou
6dd2ce86b5
UI: add step to create bearer token for kubernetes dashboard ( #7764 )
...
Since Kubernetes v1.24.0, there is no auto-generation of secret-based service account token due to security reason. see https://github.com/kubernetes/kubernetes/pull/108309
To access kubernetes dashboard, users need to create a service account and an optional long-lived Bearer Token for the service account.
2023-07-25 03:32:58 +02:00
Wei Zhou
90baae3dcd
utils: fix RBD URI if credentials contains slash ( #7708 )
2023-07-24 08:29:01 +02:00
Abhishek Kumar
f057f4b412
ui: fix userdata base64 encoding ( #7749 )
...
* ui: fix userdata abse64 encoding
Fixes #7748
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-07-21 12:38:08 +02:00
Ben
981d74825a
Add L2 networks to Zones with SG ( #7719 )
2023-07-11 09:11:23 +02:00
Wei Zhou
d66f83ba2f
UI: fix wrong vpcid when create network in VPC ( #7707 )
2023-07-05 13:27:59 +02:00
dahn
1275db4081
UI: Zone wizard fix ( #7588 )
...
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-07-03 11:56:52 +02:00
Abhishek Kumar
83dca2bf51
ui: fix vm import for L2 n/w in Setup state ( #7628 )
...
L2 networks created using offerings that allow using custom VLAN can remain in Setup state. Allow importing of VMs with such networks when VLAN matches with unmanaged instance.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-06-27 14:57:42 +05:30
dahn
fb29608f61
consider last host only for root-admin ( #7597 )
2023-06-14 09:35:55 +02:00
Abhishek Kumar
f636580195
cks,ui: allow changing stopped cluster offering, improvements ( #7475 )
...
* cks,ui: allow changing stopped cluster offering, improvements
Fixes #7454
- Allows changing compute offering for a stopped cluster
- Allows compute offering change when the cluster has autoscaling enabled
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-29 15:58:06 +05:30
Rohit Yadav
2b3e2e48a0
ui: show zones and offerings to users ( #7557 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-05-25 13:44:44 +02:00
Abhishek Kumar
22871ad2da
ui: fix infocard tempalte, iso fields ( #7527 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-12 18:40:11 +02:00
Abhishek Kumar
c47554919c
ui: fix tags for security group rules ( #7424 )
...
Fixes #7412
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-12 13:31:57 +02:00
Abhishek Kumar
e613b90fee
ui: set default cpu, memory value for k8s version ( #7513 )
...
By default, use mincpunumber=2 and minmemory=2048 as these are k8s minimum required spec.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-11 12:55:35 +05:30
Wei Zhou
a582b2a5a1
ui: fix sourceIP is not passed when create internal LB ( #7512 )
...
This PR fixes the issue that sourceIP is not passed when create internal LB on UI.
2023-05-11 12:55:01 +05:30
Abhishek Kumar
88ff77dae1
ui: fix action notifications ( #7499 )
...
Some UI actions were missing title and description in pollJob method preventing notification for them to be published.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-08 17:46:17 +05:30
Abhishek Kumar
d147f1cc3b
ui: fix custom offering cpuspeed during vm import ( #7423 )
...
* ui: fix custom offering cpuspeed during import vm
Fixes #7420
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* refactor
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-01 18:53:17 +05:30
Abhishek Kumar
a5676b0d01
ui: syntax fix for build failure
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-19 12:47:20 +05:30
Vishesh
79eae89a87
ui: Add filtering by state in account, systemvms, router and storagepool ( #7368 )
...
This PR allows admin to filter resources by state for systemvms, router & storagepool. This is part of #7366 .
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-04-19 12:22:24 +05:30
kishankavala
fcbcddbcb9
ui: Allow admin/user to filter by state for Pods, Clusters and Hosts ( #7373 )
...
This PR allows admin/user to filter by state for Pods, Clusters and Hosts. This is part of #7366 .
2023-04-19 12:12:29 +05:30
Harikrishna
65512af779
server: Roles search by keyword ( #7384 )
...
This PR fixes #7362 and also other search criteria to use the name as an exact search where keyword is also there.
Made UI changes for roles search to make use of keyword instead of name.
2023-04-11 22:24:29 +05:30
Abhishek Kumar
4c9c1d2d7b
Merge remote-tracking branch 'apache/4.17' into 4.18
2023-04-11 17:15:57 +05:30
Harikrishna
0ad94ce58c
ui: CreateNetwork isolated/L2 form, added accounts list under selected domain ( #7393 )
...
Currently create network form takes account name (manual entry) as one of the parameters. During network creation we check if the given account name is under selected domain.
Here with this PR we are listing accounts under the selected domain.
2023-04-11 17:03:21 +05:30
Abhishek Kumar
d871729970
ui: allow clearing dns during zone update ( #7276 )
...
* ui: allow clearing dns during zone update
Fixes #7273
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* allow internal dns2 clearing
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 17:02:15 +05:30
Abhishek Kumar
965d29a899
ui: show only advanced zones for vmautoscale form ( #7411 )
...
* ui: show only Advance zones for vmautoscale form
Fixes #7409
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* fix non-securitygroupenabled zones
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
---------
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 17:00:48 +05:30
Abhishek Kumar
d1707009f6
Merge remote-tracking branch 'apache/4.17' into 4.18
2023-04-11 15:32:20 +05:30
Abhishek Kumar
55e35c6e0c
ui: show vpn users tab in networks section ( #7277 )
...
Fixes #7248
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 14:15:27 +05:30
Abhishek Kumar
d6b581263f
ui: allow creating account networkdomain ( #7394 )
...
Fixes #7227
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-11 11:55:31 +05:30
kiranchavala
9df1a7bc0e
ui: Fixed the Description coloumn in the UI for Quota traffic page ( #7402 )
...
* added correct description response for quotariff api call
* added correct label for Usage description
2023-04-06 12:09:53 +05:30
Abhishek Kumar
c35d7ac935
ui: show static-nat tag for public ip ( #7395 )
...
Fixes #7246
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-04-04 13:30:05 +05:30
kiranchavala
f11f1956e8
fixed L2 network creation for particular account ( #7382 )
2023-03-31 08:19:00 +02:00
kiranchavala
fcf07f1fb4
Added upper case JPEG extension for icon upload ( #7200 )
2023-03-30 22:05:14 +02:00
Wei Zhou
11ff2d20e8
UI: fix templates/offerings are not listed in autoscale vm profile when login as user ( #7343 )
2023-03-30 09:29:55 +02:00
Daan Hoogland
16694d8bec
Merge branch '4.17' into 4.18
2023-03-29 17:36:55 +02:00
Wei Zhou
9e1c7a2a90
UI: fix default network is not passed to deployvm API ( #7367 )
...
This line was changed in #5080 , but reverted in #5151
2023-03-28 09:23:01 +02:00
Harikrishna
cfee78e07c
ui: Added UEFI support flag in host details view ( #7361 )
2023-03-24 12:05:45 +05:30
Wei Zhou
c4b444d032
UI: fix error message when create load balancer as a normal user ( #7286 )
2023-02-24 12:06:12 +01:00
Daan Hoogland
1a4bf07548
Merge release branch 4.17 to main
...
* 4.17:
Fix select default host option on deployment wizard (#7256 )
2023-02-20 15:32:36 +01:00
Nicolas Vazquez
dd515346d5
Fix select default host option on deployment wizard ( #7256 )
2023-02-20 13:49:53 +01:00
Nicolas Vazquez
3d2fffc425
UI: Fix keyboard options regression ( #7230 )
...
Co-authored-by: Stephan Krug <stekrug@icloud.com>
2023-02-20 10:32:54 +01:00
Nicolas Vazquez
b0d189c3ed
UI: Fix domain admins cannot create service offerings ( #7261 )
2023-02-20 09:56:28 +01:00
Harikrishna
d12e9cbf16
UI missing changes ( #7231 )
2023-02-17 11:48:40 +01:00
Wei Zhou
933970d9da
UI: fix 'Next' button is stuck if no public ip range ( #7198 )
2023-02-13 14:53:25 +01:00
Abhishek Kumar
f2d1a34271
ui: fix add zone dialog for fix errors ( #7201 )
2023-02-13 13:06:41 +01:00