davidjumani
9ee6a57311
ui: deployvm - Add option to stay on page ( #4843 )
...
* ui: deployvm - Add option to stay on page
* Moving option to a dropdown
2021-07-01 12:28:39 +02:00
Pearl Dsilva
a4448b4409
ui: Notify users of new VM password on resetting VM's SSH key ( #5153 )
2021-06-24 19:22:55 +05:30
Abhishek Kumar
b9712c65ca
ui: fix missing component in SearchView ( #5123 )
...
TooltipButton was not added as Vue component. It was leading to error in page load.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-06-24 11:07:58 +05:30
Hoang Nguyen
0eeb094949
ui: watch the systemVM for enabling quickview when newly resource ( #5137 )
2021-06-24 11:06:05 +05:30
Gabriel Beims Bräscher
53c2e19d5f
ui: Fix UI issue when deploying VM with rootdisksize (GB now, not in bytes) ( #5150 )
2021-06-24 11:03:46 +05:30
Pearl Dsilva
3a51540c24
ui: Notify vm password on reinstall of VM (for password enabled templates) ( #5129 )
...
* ui: Notify vm password on reinstall of VM (for password enabled templates)
* refactor
2021-06-18 15:57:22 +02:00
Pearl Dsilva
326e03bc9c
ui: Fix typo in error message on login page ( #5118 )
2021-06-16 17:58:46 +05:30
Abhishek Kumar
006d0fe4c4
ui: show read from ova only for ova format ( #5108 )
...
Fixes #5107
Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
2021-06-15 16:58:38 +05:30
fermosan
b6e4329aa3
ui: Greek (Hellenic) translation ( #5109 )
...
Modifications in TranslationMenu.vue as well
2021-06-15 15:31:49 +05:30
Abhishek Kumar
9dd0acf8c9
ui: add action syncStoragePool ( #5098 )
...
Added action in UI for syncStoragePool API for DatastoreCluster type primary storages.
Fixes #5086
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-06-11 20:07:07 +05:30
Abhishek Kumar
da382993c3
ui: fix focus in deployvm form ( #5089 )
...
Fixes #5087
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-06-09 12:10:01 +05:30
Gabriel Beims Bräscher
1afcd823e0
server: Root disk size should be listed in GB at listServiceOffering ( #5085 )
...
* Root disk size should be listed in GB at listServiceOffering
* Update UI to handle rootdisk size in GB instead of Bytes
2021-06-09 11:14:18 +05:30
Pearl Dsilva
8fe0ff854b
ui: remove redundant columns in list VMs view ( #5084 )
2021-06-08 13:00:10 +05:30
davidjumani
d0e3745797
ui: Fix error when no ipv6 address ( #5081 )
2021-06-07 15:34:33 +05:30
Abhishek Kumar
937def533a
ui: fix adduser form ( #5063 )
...
AddUser form wrongly shows the account dropdown when adding a user for an account. Account dropdown remains empty in the form.
When an account is not selected prior to opening the form, the account input should be required.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-06-02 13:48:59 +05:30
Pearl Dsilva
d04fa0201d
server: usage generated for destroyed VMs with no backups ( #5017 )
...
Fixes : #4990
When a VM associated with a backup offering is destroyed/expunged, the backup offering isn't unassigned, and despite the VM having no backups present, backup usage is generated. This PR prevent usage record generation when there are no backups present for a VM with a backup offering associated to it. This is done by ensuring that usage event for backups is generated only when a the backup size > 0
2021-05-31 18:59:48 +05:30
Abhishek Kumar
4ec337fd2a
ui: pass requireshvm param for register/upload template API ( #5050 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-05-29 16:15:40 +05:30
Wei Zhou
c6ba3d1bea
ui: Make 'ACL' field as mandatory and add warning message for default_allow and default_deny ( #5003 )
...
Co-authored-by: Wei Zhou <weizhouapache@gmail.com>
2021-05-21 15:15:54 +05:30
Spaceman1984
5f734f718e
vmware: Disk controller vmware deploy as is ( #5006 )
...
Fixes #4344
2021-05-19 14:33:16 +05:30
Pearl Dsilva
cc7f426564
ui: Allow IP range creation for Physical Network - Guest Traffic in Basic Zones ( #5020 )
...
* ui: Allow IP range creation for Physical Network - Guest Traffic
* get guest network only for basic zone
2021-05-14 23:14:12 +05:30
Abhishek Kumar
57c8286602
ui: pass podid for basic zone createvlaniprange ( #5022 )
...
While add IP range for a basic zone, podid parameter must be passed with createVlanIpRange.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-05-14 23:13:43 +05:30
Abhishek Kumar
4ecef4bfb4
ui: prevent same string docHelp override ( #5014 )
...
Prevent same string docHelp suffix override.
List all existing docHelp suffixes in the config file during the build process.
Updated apache/cloudstack-documentation#199
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-05-12 16:20:17 +05:30
Pearl Dsilva
493d6a08d2
ui: Display Zone Name instead of Zone UUID in list view ( #5011 )
2021-05-10 20:48:44 +05:30
Abhishek Kumar
1eea9c5939
ui: add tooltips for actions in tab ( #4842 )
...
Adds tooltips for buttons in tabs
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-05-07 16:28:16 +05:30
DK101010
21b0b0f84e
allow zero as cpu speed value in service offerings ( #4986 )
...
Co-authored-by: DK101010 <dirk.klahre@itelligence.de>
2021-05-06 16:13:36 +05:30
Hoang Nguyen
1654391309
ui: update treeview when clicking the refresh button ( #4999 )
...
Fixes #4975
When a domain is generated by another client, the treeview is modified when clicking the refresh button.
2021-05-06 15:00:25 +05:30
Pearl Dsilva
bc80815cf5
server: Adding VPN options for IKE version and IKE split connections ( #4953 )
...
IKE version allows selecting ike (autoselect), ikev1, or ikev2.
Split connections gives an option of separating the first right subnet from the rest, and kicking out individual statements for each right subnet for better cross-compatibility.
Backported from PR: #4137
update per PR suggestion
Fixes #3138
Co-authored-by: Greg Goodrich <ggoodrich@ippathways.com>
Co-authored-by: Daan Hoogland <dahn@onecht.net>
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
2021-05-05 12:54:23 +05:30
Pearl Dsilva
4df8d7ade3
ui: Prevent reset of port-forward rules on cancelling a form ( #4981 )
...
* ui: Prevent reset of port-forward rules on cancelling a form
* add check for undefined value
2021-05-04 19:34:53 +05:30
davidjumani
1cb8ca69d9
ui: Adding success message for DomainActionForm ( #4987 )
2021-05-04 19:34:11 +05:30
davidjumani
eb2e5f73d3
ui: show VR offering when provider is VR ( #4988 )
...
* ui: show VR offering when provider is VR
* send serviceofferingid not index
2021-05-04 19:33:45 +05:30
Pearl Dsilva
5b6ab3d248
ui: fix for filtering network offering for VPC tiers ( #4989 )
2021-05-04 19:33:23 +05:30
Pearl Dsilva
d92022ee5c
ui: Hide reset password button for a running VM ( #4991 )
2021-05-04 19:33:13 +05:30
Pearl Dsilva
155636902c
ui: Close Create network form from Zones -> Physical Network (Guest) -> Traffic Types view ( #4993 )
2021-05-04 19:33:00 +05:30
Abhishek Kumar
0c47d4efd2
ui: show domain paths for offering domain selection ( #4979 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-04-30 16:37:24 +05:30
davidjumani
603a83066d
ui: rename acl reason to description ( #4980 )
2021-04-30 13:17:14 +05:30
Pearl Dsilva
92f9c9922c
ui: Fix Settings Tab view ( #4964 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
2021-04-30 11:51:28 +05:30
Nicolas Vazquez
9349d20dd3
vmware: Make deploy-as-is optional ( #4901 )
...
* [Vmware] Make deploy-as-is optional
* Do not use deployasis on create volume test
* Update api/src/main/java/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* Update api/src/main/java/org/apache/cloudstack/api/command/user/template/RegisterTemplateCmd.java
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
* Review comments
* Refactor condition to select suitable template
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2021-04-30 09:47:50 +05:30
Pearl Dsilva
39cb2bf0af
ui: Display 'Add LDAP Account' button when LDAP configuration is added ( #4971 )
...
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
2021-04-29 15:52:12 +05:30
Pearl Dsilva
98e2ed3c4f
vmware: Add force parameter to iso attach/detach operations ( #4907 )
...
Fixes : #4808 , #4941
This PR adds a force flag to the attachIso / detachIso commands, especially for VMware where it is noticed that when trying to either detach an iso or attach an iso when there already exists another present it fails to do the necessary operation as from ACS end we either answer the question returned by Esxi for CDRom disconnect operation as No (for detach operation) or do not answer the question at all (for Attach operation).
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
2021-04-28 13:46:03 +05:30
Hoang Nguyen
73f82ae9dd
ui: Save the tab and re-activate it after submitting the form. ( #4962 )
...
* save the tab and reactivate it after submitting the form.
* fix for quota resource
Fixes #4961
2021-04-28 12:15:42 +05:30
Hoang Nguyen
d68b098a43
UI: Show IPv6 address of Instance ( #4948 )
...
* vm: show IPv6 address
* show ipv6 address on listview
2021-04-27 21:47:49 +05:30
davidjumani
96ccd6d3e3
ui: Show traffic type in physical networks tab ( #4952 )
2021-04-26 14:24:20 +05:30
davidjumani
f9ca881ebe
ui: Show domain path instead of name ( #4949 )
2021-04-26 13:03:27 +05:30
davidjumani
bc2a6e82a7
ui: Fix error in adduser ( #4950 )
2021-04-26 13:03:14 +05:30
Abhishek Kumar
a5e53dc5c7
ui: fix autogen form exec with action mapping options ( #4909 )
...
For an auto-generated form, with list mapping of action, mapped API parameter was not getting added to the request when first index from the list is selected. Change added to fix this.
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-04-21 13:01:29 +05:30
Hoang Nguyen
8edd709cad
ui: disabled root disk size customization if Service Offering has a fixed size ( #4933 )
2021-04-20 17:17:30 +05:30
slavkap
0bbf114c79
ui: Support to update disk/network offering tags from UI ( #4923 )
...
added support to update tags of disk and network offerings from UI
fix deletion of the last tag
2021-04-16 12:37:24 +05:30
davidjumani
90fc5acda4
ui: Show diskoffering for create volume from ROOT volume snaps ( #4912 )
...
Fixes the issue of not being able to select the diskofferingid while creating volumes from snapshots of ROOT volumes
2021-04-16 12:36:38 +05:30
Hoang Nguyen
8fec222af0
ui: fix not find tab name due to language other than English ( #4920 )
...
Fixes #4919
2021-04-15 13:01:11 +05:30
Hoang Nguyen
6200ac8431
ui: Search view - Fixes the color style of the filter icon ( #4917 )
...
* fixes the color style of the filter icon
* fixes for router leave/enter
2021-04-13 18:10:39 +05:30