davidjumani
9454edd0f3
ui: Show memory allocated percentage when migrating vm ( #4784 )
2021-03-11 13:06:11 +05:30
davidjumani
8510344129
ui: Show vm name in info card in deployvm ( #4786 )
2021-03-11 13:04:28 +05:30
davidjumani
c6e8b8c4d5
ui: Show displayname in compute list view ( #4787 )
2021-03-11 13:03:56 +05:30
davidjumani
314baec444
ui: Fix breadcrumb discrepancy ( #4788 )
2021-03-11 13:03:36 +05:30
Hoang Nguyen
54853aa7c5
UI: Fix upload SSL certificate failed in the project view ( #4761 )
2021-03-09 14:52:33 +01:00
Rohit Yadav
41c2e944a6
ui: Remove make redundant option for isolated networks
...
Fixes #4052
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-03-06 15:59:02 +05:30
Hoang Nguyen
03bfe9a2a3
ui: FIX error in "Port forward" and "Load Balancing" ( #4746 )
...
* fix error show in fetching port forwarding tab
* clear all list vm when tier empty
2021-03-06 15:10:07 +05:30
Abhishek Kumar
fef0e66764
ui: fix add Vmware cluster ( #4663 )
...
When adding a cluster from existing host-datacenter UI shoudl list and autofill host, DC name while making addCluster API call.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-02-25 22:04:00 +05:30
Hoang Nguyen
a234501172
ui: Add guest IP ranges ( #4716 )
...
Fixes #4697
2021-02-25 22:01:40 +05:30
Hoang Nguyen
1545bf8dac
ui: add missing antd component use ( #4728 )
...
Fixes #4724
2021-02-25 21:58:42 +05:30
Abhishek Kumar
06c16ac8f4
ui: fix systevmtype for create service offering form ( #4683 )
...
Fixes #4682
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-02-23 09:39:43 +00:00
Rakesh
06b5bd2966
ui: display account name only if its not null ( #4667 )
...
If account is null then "undefined" is displayed in ui
2021-02-19 14:07:38 +05:30
Abhishek Kumar
0d04bd621f
ui: fix tags selection for add disk offering ( #4665 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-02-12 12:50:32 +05:30
Hoang Nguyen
2a7f84eafd
ui: Add quickview to the list of VM Snapshot ( #4614 )
...
This PR is used to fix the Quick access menu bar missing for VM Snapshots
Fixes #4607
2021-01-27 15:33:35 +05:30
Pearl Dsilva
c5b1fec11b
ui: Storage Pool Tags unable to delete last tag ( #4611 )
...
* UI Storage Pool Tags: unable to delete last tag
* add updatePhysicalNetwork to the list
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
2021-01-25 12:23:44 +05:30
Rohit Yadav
95c221d5ae
ui: fix rat checks after import
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 08:25:52 +05:30
Hoang Nguyen
338de72665
Explore Test Automation ( #320 )
...
* config jest and add setup for unittest
* config jest coverage
* example of unit testing a Status widget/component
* add license for test file
* add test/run command in the .travis.yml
* add mock store and i18n for vue jest
* add mock file missing
* add mock router
* add lincence to mock file & decodeHtml to setup file
* add mock axios instance & fix eslint on tests folder
* add test components > views > ActionButton component
* fix for test coverage success
* refactor test file
* add test Views > Autogenview.vue (Navigation Guard, Watchers, Computed)
* history mode mockRouter, refactor test code, test Autogenview > fetchData (routeName)
* test Views > AutogenView.vue (processing 31%)
* add mock router exception & test Views > AutogenView.vue (processing 43%)
* test Views > AutogenView (processing 65%), add test onSearch, closeAction, execAction, listUuidOpts
* refactor and add comment test files
* test Views > AutogenView (processing 91%)
* add comment file AutogenView.spec.js
* test Views > AutogenView.vue (handleSubmit method)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:24 +05:30
Hoang Nguyen
64d95fb6e3
npm: Build and packaging improvements ( #568 )
...
* remove unused plugins and minimizer js
* update dependencies
* fix build, update dependencies
* using lazy_use components
* add additional components
* optimization: lazy loading i18n locales
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
87c1950f4f
ui: Remember tab on page change ( #780 )
...
* Remember tab on page change
* fix for resourceview
* Fix instance tab
* Fix vpc tab
* Fix kubernetes tab
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Pearl Dsilva
1dbbffc412
Show enable field only if paramter is present ( #917 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
fafaf11a15
Using post for uploadSslCert api ( #842 )
...
* Adding post param to actions
* Using post for uploadSslCert api
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Pearl Dsilva
fbb3a7aed5
Allow enabling network/vpc offering at creation ( #911 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Rakesh
e9df682021
Display all data volumes for vm while destroying ( #915 )
...
If a root admin tries to destroy VM of different
domain then the data disks are not displayed and
hence they wont be destroyed.
Make sure that root admin can see all data disks
of a vm while destroying it
Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Hoang Nguyen
31dff52536
FIX - compute - Create snapshot from virtual machine with managed storage ( #808 )
...
* compute: add button and modal `take VM volume snapshot`
* add awesome camera retro plugins
* modified to using component
* fix for quiescevm
* add quiescevm to api params
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
beeb34b007
migratewizard: Fix fetching jobid from api response ( #913 )
...
* migratewizard: Display error and unfreeze form when api call fails
* migratewizard: Fix fetching jobid from api response
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Rohit Yadav
123291fd04
component: remove Primate name from the footer, fix bug report link
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
f0d08c5978
migratewizard: Display error and unfreeze form when api call fails ( #912 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Hoang Nguyen
ecf5e92af9
continue with the Zone deployment without shared primary storage ( #908 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
8430bedd99
ui: Allowing user to use local/browser timezone ( #903 )
...
Allowing user to use local/browser timezone
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Hoang Nguyen
89c9534e14
Handle redirect to sub menu when click parent menu ( #876 )
...
* Handle redirect to sub menu when click parent menu
* renamed the function
* allow click on menu for desktop
* reset cache path when click menu item without submenu
* Fixes click parent menu with full expanded
* removed the expand submenu block segment
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Pearl Dsilva
2c30e27f4e
Fix description for api parameter ( #905 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Pearl Dsilva
240c241ee8
locales: Translation, notification, API request ( #902 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
5ee41a51c9
createnetwork: Show tabs only when supported networks are determined ( #901 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
0e071c2e9c
Displaying time as per user timezone ( #899 )
...
* Displaying time as per user timezone
* Refactor
* Fixing annotation created time
* Adding comments
* Fix typo
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Gabriel Beims Bräscher
e01dd119ff
Fix label on Zone network setup step ( #897 )
...
label: label.zonewizard.traffictype.management
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Hoang Nguyen
2b89141621
locales: Add missing translation labels ( #900 )
...
* add missing translation labels
* add translation for modal button
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Gabriel Beims Bräscher
0cee41dd2a
Add options for OOBM action commands ( #894 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Rohit Yadav
dffbe329b3
config: don't show redudant isrouting when templatetype is show to admin
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Hoang Nguyen
f1ec81a250
Fixes ostype combobox not respond ( #890 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Pearl Dsilva
4e369c67de
Fix empty server details for SharedMountPoint protocol ( #891 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
100251cfa9
compute: startVirtualMachine - Fetching pods, clusters && hosts from the vm's zone ( #887 )
...
Custom component for start VM for admins
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
8fc4839eb1
createnetworkform: Displaying api errors ( #885 )
...
createnetworkform: Displaying 'technical' API error message caused by backend configuration errors.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Pearl Dsilva
3edda6c05d
Disable edit and delete of UI read-only settings ( #886 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Pearl Dsilva
db292da93f
storage: Close snapshot form in case of an error ( #880 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Hoang Nguyen
aba0f56e9c
zone: Update physical network traffic labels ( #884 )
...
* update infra physical network traffic labels
* add translation label
* Use blank traffic label to placeholder instead set value
* fix to reset the traffic label
* Update src/views/infra/network/EditTrafficLabel.vue
Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
ea0802b4c8
phynetworks: Adding tags and zonename to list & detail view ( #883 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
e4b3b73592
createsharednetworkform: Fix for multiple physical networks ( #878 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
9b7f3d620c
Fix showing esxi host label instead of vCentre host ( #879 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
Gabriel Beims Bräscher
f400a4e0b1
Add button to enable/disable storage pool ( #874 )
...
* Add button to enable/disable storage pool
* Disable only if pool state is Up
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30
davidjumani
2998da0995
Showing networks from selected physical network ( #877 )
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:23 +05:30