Abhishek Kumar
cf18549dbb
Merge remote-tracking branch 'apache/4.17' into main
2022-09-07 14:11:09 +05:30
David Jumani
f342cf300e
ui: Fix netowrkid not passed in deployvm ( #6711 )
...
Fixes the issue of the networkid not being passed when deploying a VM
This is caused when the first template selected is a deploy-as-is one and the nicToNetworkSelection not being reset when selecting a new template
2022-09-07 12:25:23 +05:30
Wei Zhou
fe16be0408
UI: fix bulk delete project with cleanup ( #6708 )
2022-09-07 11:13:45 +05:30
Abhishek Kumar
687a21c116
Merge remote-tracking branch 'apache/4.17' into main
2022-09-06 18:47:47 +05:30
Abhishek Kumar
1d20fcfc6e
ui: fix set reservation toggle in add public ip range ( #6707 )
...
Fixes 'Set reservation' toggle not getting updated on value change.
2022-09-06 14:05:01 +05:30
Bryan Lima
c58118148e
Remove unsupported params from API calls on the UI ( #6686 )
2022-08-31 15:34:25 +02:00
Rohit Yadav
201f06697d
Merge remote-tracking branch 'origin/4.17'
2022-08-30 12:52:59 +02:00
Hoang Nguyen
3170338d14
ui: remove incorrect API calls when initializing the deploy VM page ( #6687 )
2022-08-30 16:06:34 +05:30
José Flauzino
9f7e0cc2d5
VM stats history visualization ( #6401 )
...
* Add VM stats view feature
* Add dynamic label to the submit button of the VM stats filtering modal
* Improve CPU info message
* Reduce identation
* Remove missed line
* Fix timestamp when 'Use local timezone' is selected
* Fix bug when filtering for all data
* Support for toggle 'Use local timezone' button
Co-authored-by: joseflauzino <jose@scclouds.com.br>
Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com>
2022-08-29 13:42:03 +02:00
Abhishek Kumar
c526244359
Merge remote-tracking branch 'apache/4.17' into main
2022-08-26 14:22:14 +05:30
Abhishek Kumar
7115e35965
ui: fix update network update in sequence param ( #6675 )
...
Fixes wrong param used in the update network form
2022-08-26 14:21:13 +05:30
Hoang Nguyen
c8494354ca
UI: Fixes suffix icon on project selector not work ( #6671 )
...
* fix the animation suffix icon of select
* move style code
2022-08-25 22:14:31 +05:30
Rohit Yadav
ad0ae83974
ui: Revise Chinese language pack ( #6653 )
...
Co-authored-by: 卢苇 <lw_bk@163.com>
2022-08-22 17:08:34 +05:30
Rohit Yadav
83008e55cf
Merge remote-tracking branch 'origin/4.17'
2022-08-17 16:25:25 +02:00
Abhishek Kumar
052a34c1fb
ui: fix resource tags visibility in infocard ( #6650 )
...
Fixes #6649
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-08-17 15:47:31 +05:30
Rohit Yadav
8e428c7b0c
Merge remote-tracking branch 'origin/4.17'
2022-08-17 10:29:40 +02:00
Abhishek Kumar
780bb2474c
ui: fix gputype in add compute offering ( #6646 )
...
Fixes gpuType value in the add compute offering form during submit
2022-08-17 11:53:22 +05:30
Abhishek Kumar
7ae6fdf053
Merge remote-tracking branch 'apache/4.17' into main
2022-08-16 17:51:09 +05:30
Hoang Nguyen
ef2997c4a8
ui: fix the warning in detail tab ( #6645 )
...
This PR for fixes the warning in detail tab
2022-08-16 16:41:19 +05:30
Abhishek Kumar
a5716d964a
ui: reset disksize param on offering change in scale vm ( #6636 )
...
Fixes #6627
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-08-16 11:44:32 +05:30
Rohit Yadav
4d41b6bc44
Merge remote-tracking branch 'origin/4.17'
2022-08-09 12:33:39 +02:00
Abhishek Kumar
bca60761c5
ui: use ssh keypair uuid for listing ( #6616 )
...
Addresses #6569
Use uuid to list SSH keypair wherever uuid is available.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-08-09 13:29:49 +05:30
Daniel Augusto Veronezi Salvador
b0e780a35e
Enable system VM volume migration for KVM ( #6341 )
...
Release 4.16.0.0 introduced a feature for migrating system VM volumes (#4385 ). However, it was enabled only for VMWare.
This PR intends to enable the feature for KVM too.
Co-authored-by: GutoVeronezi <daniel@scclouds.com.br>
2022-08-09 10:03:03 +05:30
Rohit Yadav
c4ab8fffab
Merge remote-tracking branch 'origin/4.17'
2022-08-08 11:57:37 +02:00
Abhishek Kumar
167cd17d7c
ui: fix hypervisortrafficlabel for phy nw traffic ( #6612 )
...
Fixes : #6593
Before fix UI was setting vlan to 'null' when no value was passed. Now it just leaves the vlan value empty in the trafficlabel.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-08-05 10:42:13 +05:30
Abhishek Kumar
ddb11b1b96
Merge remote-tracking branch 'apache/4.17' into main
2022-08-03 16:45:36 +05:30
Nicolas Vazquez
7d50b65674
UI: Fix delete ISO navigation after job is finished ( #6598 )
...
* UI: Fix delete ISO navigation after job is finished
* Apply suggestion
* Fix redirection
2022-08-03 16:44:31 +05:30
Daniel Augusto Veronezi Salvador
d4d310c790
ui: Close form right after receiving the job id ( #6603 )
...
When restoring and attaching a backup volume, the UI waits for the successfful response of the API to close the formulary. However, letting the form open after sending the command can confuse users, that might try to send the command again.
Note: other formularies (like volume or snapshot creation) always are closed after sending the command to the backend.
With this PR, we intend to close the formulary right after sending the command, as done with others.
Co-authored-by: GutoVeronezi <daniel@scclouds.com.br>
2022-08-03 16:20:23 +05:30
Hoang Nguyen
06ff472906
UI: Fixes notification error can't close when exit config limit tab ( #6607 )
...
* fixed an error that generated incorrect messages when accessing the config limit tab
* removed deep:true
2022-08-03 15:31:16 +05:30
Abhishek Kumar
db2bda313f
ui: fix icon for vr migrate storage ( #6600 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-08-02 16:16:57 +05:30
Abhishek Kumar
3cba4266c8
Merge remote-tracking branch 'apache/4.17' into main
2022-08-01 08:13:43 +05:30
Abhishek Kumar
b0f90fc6fb
ui: fix vpc loadbalancer listing for admins ( #6592 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-08-01 04:24:09 +02:00
Rohit Yadav
c938bae8c6
Merge remote-tracking branch 'origin/4.17'
2022-07-29 14:15:47 +02:00
Abhishek Kumar
2a37897055
ui: fix deploy vm override custom disk offering ( #6586 )
...
Fixes #6585
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-07-29 17:42:35 +05:30
Nicolas Vazquez
82e7e946d6
UI: Fix new network service provider dialog ( #6583 )
2022-07-29 10:08:05 +05:30
nvazquez
e38e175e8d
Merge branch '4.17'
2022-07-28 09:04:24 -03:00
Nicolas Vazquez
b00c507315
UI: Fix account limits values reset after focus is lost on fields ( #6578 )
2022-07-28 09:02:35 -03:00
Rohit Yadav
4baaf736b9
Merge remote-tracking branch 'origin/4.17'
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2022-07-18 19:42:44 +05:30
Hoang Nguyen
c09ee40984
Fix can't select schedule interval type in configure backup schedule ( #6547 )
2022-07-15 17:01:58 +05:30
Rodrigo D. Lopez
7a1401a111
changes logo when risezes the page ( #6504 )
...
Co-authored-by: Lopez <rodrigo@scclouds.com.br>
2022-07-13 10:01:30 +05:30
Rohit Yadav
e1c7a447cc
Merge remote-tracking branch 'origin/4.17'
2022-07-09 22:01:55 +05:30
Abhishek Kumar
764ee30ecc
ui: fix zone icon in vm deploy zone selection ( #6543 )
...
* ui: fix zone icon in vm deploy zone selection
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* unnecessary conditions
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-07-08 20:00:04 +05:30
Hoang Nguyen
600d81e345
UI: Fixes some issues from zone wizard with VMWare hypervisor ( #6480 )
...
* hide html warning in message
* hidden ip address step
* refill value of edit tariff
* close modal when icon-close clicked
* fixes modal not show when error
* check valid traffic label with VMWare
* remove automatic change clustername
2022-07-08 13:53:12 +05:30
Rohit Yadav
7ff3e7f968
Merge remote-tracking branch 'origin/4.17'
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2022-07-06 12:53:45 +05:30
Hoang Nguyen
9e5cda59ce
UI: Add authmethod field allowing to choose password or ssh key when adding host ( #6525 )
...
* add authmethod to addhost in zone wizard
* add a condition for hiding password field
* set default value when switch hypervisor
* add more value for authmethod
2022-07-06 12:16:09 +05:30
Rohit Yadav
e57a0f9980
Merge remote-tracking branch 'origin/4.17'
2022-07-06 09:34:02 +05:30
Abhishek Kumar
f1bce69b5d
ui: allow instances to be filtered by group ( #6495 )
...
Fixes #6428
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2022-07-06 09:26:31 +05:30
Daan Hoogland
a470f3353a
Merge branch '4.17'
2022-07-05 09:11:45 +02:00
Hoang Nguyen
8a229baac5
clear all filter values after the reset button clicked ( #6503 )
2022-07-01 23:38:52 -03:00
Rohit Yadav
3fc825e246
Merge remote-tracking branch 'origin/4.17'
2022-06-30 12:17:29 +05:30