Jessica Wang
2c1c8045bb
CLOUDSTACK-3286: UI - Add Network Offering dialog - reset provider dropdown to first enabled option only if selected option is diabled.
2013-07-01 15:24:11 -07:00
Brian Federle
41a8cc7c69
Multi-edit: edit rule UI: fix regression and restore functionality
2013-07-01 14:35:10 -07:00
Mike Tutkowski
99227f7b3e
SolidFire plug-in and related changes
...
SolidFire plug-in
SolidFire plug-in related
2013-06-28 16:59:21 -06:00
Jessica Wang
dfb2e1d4f5
CLOUDSTACK-3255: UI > VPC section - IP Address - Load Balancing - autoscale - fix a bug that failed to get zoneid for createAutoScaleVmProfile API.
2013-06-28 12:19:28 -07:00
Jessica Wang
6ea38bff16
reverts commit 7e96bf5f19 which causes regression of CreateAccount dialog.
2013-06-27 09:50:57 -07:00
Brian Federle
7e96bf5f19
CLOUDSTACK-3170: Support editing ACL rule items
2013-06-26 12:28:37 -07:00
Jessica Wang
6fdd0eea1b
CLOUDSTACK-3121: UI > VPC dashboard - fix a bug that showed wrong count number of private gateways.
2013-06-25 16:44:37 -07:00
Jessica Wang
774141a9dc
CLOUDSTACK-3130: UI > VPC section - Enable Static NAT - Select VM for static NAT- show no VMs when no tier is selected.
2013-06-25 16:36:42 -07:00
Jessica Wang
fc93b68738
CLOUDSTACK-3171: UI > VPC > add private gateway dialog - fix ACL dropdown to only show ACL that belong to the VPC.
2013-06-25 15:46:03 -07:00
Jessica Wang
6a711fc682
CLOUDSTACK-3165: UI > VPC page - Configure VPC chart - pass associatednetworkid instead of networkid to listPublicIpAddresses API.
2013-06-25 11:43:53 -07:00
Pranav Saxena
49ab93cd23
Dedication of pod/cluster
2013-06-25 18:19:45 +05:30
Hiroaki KAWAI
09626337ab
CLOUDSTACK-1194: fix that isolation method does not show in Firefox.
...
zoneWizard.js puts field name and value twice where we need only
and css padding overflows in some browser rendering. The result is
that isolation method pull down menu will be pushed down and hidden
under the next box element.
2013-06-25 15:50:30 +09:00
Hiroaki KAWAI
2d6369c826
CLOUDSTACK-2756: Stratosphere SSP plugin
...
Stratosphere SSP is an SDN solution which creates virtual L2
networks backed by vxlan and vlan. SSP will ask hypervisor to set a
specific vlan, then SSP will interact with openflow switches and
put vxlan/vlan translation flow rules.
This plugin provides SSP as "connctivity" service provider.
Signed-off-by: Hiroaki KAWAI <kawai@stratosphere.co.jp>
2013-06-25 15:31:40 +09:00
Jessica Wang
af91a8ac8d
CLOUDSTACK-3166: UI - VPC section - configure VPC - tier - STATIC NATS - fix a bug that listView showed nothing.
2013-06-24 16:37:22 -07:00
Pranav Saxena
388e80efb1
making fields required when adding a vmwareDC to a cloudstack zone
2013-06-25 01:12:42 +05:30
Jessica Wang
0b4e0b307f
BUG-ID: CS-17733 - make detailView widget to pass jsonObj to tagger widget, so dataProvider in tagger widget is able to pass projectid to listTags API.
...
Reviewed-by: Brian
2013-06-24 11:30:35 -07:00
Wei Zhou
aac922450c
CLOUDSTACK-3143: add response in the response string (ui change)
2013-06-24 09:18:41 +02:00
Jessica Wang
8837113abc
CLOUDSTACK-3123: UI > Infrastructure menu > Secondary Storage > Secondary Storage detailView > delete action > fix a JS error "args.context.secondarystorages is undefined" when delete action is clicked.
2013-06-21 15:17:58 -07:00
Jessica Wang
7794e9282b
CLOUDSTACK-3123: UI > Infrastructure menu > Secondary Storage > Cache Storage > detailView: remove Delete action since there is not API for it.
2013-06-21 15:14:33 -07:00
Jessica Wang
cb84e8404d
CLOUDSTACK-3123: UI > Infrastructure menu > Secondary Storage > Cache Storage: implement detailView.
2013-06-21 15:09:26 -07:00
Brian Federle
9e2026a2e2
Create compute offering UI: Use big size for form
2013-06-21 14:33:43 -07:00
Brian Federle
8bd204f771
UI form dialog: Support left-right field columns
...
For larger forms, if 'bigSize' is specified in form options, dialog
will widen to a 2-column layout. This is to prevent the form fields
from going off the bottom of the screen.
2013-06-21 14:33:26 -07:00
Jessica Wang
364f26327e
CLOUDSTACK-3123: UI - remove obsolete dataProvider.
2013-06-21 14:13:48 -07:00
Jessica Wang
08a7b28245
CLOUDSTACK-3123: UI > Infrastructure menu > Secondary Storage > Cache Storage: implement Add NFS Cache Storage action.
2013-06-21 14:04:16 -07:00
Jessica Wang
73c1a56c2a
CLOUDSTACK-3123: Infrastructure menu > Secondary Storage > split it into 2 sections: Secondary Storage, Cache Storage.
2013-06-21 11:54:07 -07:00
Jessica Wang
31b9fea5e7
CLOUDSTACK-2236: UI - Instances menu - migrate instance to another host - get requiresStorageMotion property from selected option instead of first option from host dropdown.
2013-06-21 10:31:23 -07:00
Sheng Yang
041303cc67
Baremetal: Fix typo of BaremetaUserdataProvider
...
Should be "Baremetal" rather than "Baremeta"
2013-06-21 09:48:25 -07:00
Brian Federle
1b62cc1f2d
Dedicate host UI: Fix broken jobid response
...
Conflicts:
ui/scripts/system.js
2013-06-20 15:36:08 -07:00
Brian Federle
60622d7a28
CLOUDSTACK-3045: Fix missing 'array2' from add cluster/add host
2013-06-20 15:29:32 -07:00
Jessica Wang
9ed52fd77d
CLOUDSTACK-2651: UI - Infrastructure menu > zone > physical network > guest > IP Range > Add IP Range dialog: add gateway field, netmask field.
2013-06-20 14:56:54 -07:00
Brian Federle
5b5d3d0be2
Zone chart: Update secondary storage link to show both sub-sections
...
-Show both 'secondary storage' and 'image stores' via dropdown on link
to list view
2013-06-20 14:40:00 -07:00
Edison Su
5f28dcc6bb
merge to master
2013-06-19 22:41:13 -07:00
Isaac Chiang
791eb601b7
CLOUDSTACK-3069: [UI]Quickview of POD is not displaying any info in UI
2013-06-20 10:33:21 +08:00
Edison Su
9aec9c605c
merge to master
2013-06-19 18:16:47 -07:00
Brian Federle
bd84005b4e
Infrastructure UI: Fix list views with sub-sections
2013-06-19 12:24:58 -07:00
Brian Federle
0dd14b1c61
Secondary storage listView: Add image stores dummy section
2013-06-19 12:24:36 -07:00
Jessica Wang
2d10ae7580
CLOUDSTACK-3016: UI - (1) remove obsolete code that pass zonetype to API calls. (2) network menu: use listZones&networktype=Advanced to determine which section to show.
2013-06-19 11:52:18 -07:00
Wei Zhou
5e5bb2cae7
remove duplicate lines of 2d678063fa
2013-06-19 15:46:51 +02:00
Wei Zhou
2d678063fa
Shared networks is only supported in Basic zone and Advanced zone with SG in Infracstructure->Zone->Physical Network->Guest->Network
2013-06-19 15:37:39 +02:00
Pranav Saxena
ffcd693afd
CLOUDSTACK-3056:Intelligence mechanism on the UI in case of addVmwareDC API call failure
2013-06-19 16:30:48 +05:30
Jessica Wang
a16af4380b
CLOUDSTACK-2770: UI - Infrastructure menu - physical netework - network service providers - Baremetal PXE - Add Baremetal PXE Device dialog - add Tftp Root Diectory field.
2013-06-18 15:57:11 -07:00
Jessica Wang
236dc12d8a
CLOUDSTACK-2770: UI - Infrastructure menu - physical netework - network service providers - add Baremetal DHCP, Baremetal PXE.
2013-06-18 15:56:21 -07:00
Brian Federle
643447e78c
UI: Remove excessive fields from disk offering list view
...
Several new fields were causing disk offering list view to
overflow. These were removed from the table listing, and are still
viewable from the detail page.
2013-06-18 15:24:32 -07:00
Brian Federle
231c4b5b10
CLOUDSTACK-2716: Truncate long values
...
For cases such as in global setting values, truncate long text if new
option 'truncate: true' is specified in field properties. This will
reduce td's max-width and add ellipses. Edit field on truncate: true
columns will overflow into action column, to prevent input area from
being too cramped.
2013-06-18 15:16:35 -07:00
Brian Federle
b7def43427
CLOUDSTACK-2080: Fix error handling for multi-edit actions
2013-06-18 13:48:07 -07:00
Wei Zhou
f2e6ababab
CLOUDSTACK-3055: change data transfer rate unit from MB to Mb in service/network offerings
2013-06-18 17:50:07 +02:00
Wei Zhou
882220e802
CLOUDSTACK-1301: VM Disk I/O Throttling
2013-06-18 10:02:55 +02:00
Jessica Wang
a2c7d3a8a7
CLOUDSTACK-869: Add VPC dialog - add Public LB Provider dropdown, remove VPC Offering dropdown. When Public LB Provider is selected as Netscaler, pass "Default VPC offering with Netscaler" to createVPC API. When Public LB Provider is selected as VpcVirtualRouter, pass "Default VPC Offering" to createVPC API.
2013-06-17 10:58:58 -07:00
Isaac Chiang
2fb18db7b1
CLOUDSTACK-2976: At zone level setting same parameter page is getting
...
displayed repeatedly when you scroll down
2013-06-16 23:04:33 +08:00
Edison Su
f41c800d88
merge to master
2013-06-14 19:06:33 -07:00
Jessica Wang
4b2eb18cfc
CLOUDSTACK-2981: UI - create network offering - fix a bug that provider dropdown always bounced back to the first enabled option. It should only bounce back to the first enabled option when the selected option is disabled.
2013-06-14 14:20:58 -07:00
Mice Xia
5e56e43e31
fix CLOUDSTACK-2930, exception while applying ACL rule with protocol as ALL.
...
1) change UI, disable startport and endport when protocol=All
2) validate parameters for API createNetworkACL
2013-06-14 13:19:07 +08:00
Jessica Wang
2630625260
CLOUDSTACK-2360: UI - Infrastructure menu - zone detail - physical network - network service providers - Netscaler - view devices - device detail page - add GSLB Provider enabled or not, GSLB Provider Public IP, GSLB Provider Private IP field.
2013-06-13 15:03:04 -07:00
Jessica Wang
643b3b5066
CLOUDSTACK-2870: UI - Infrastructure menu - add guest network dialog - change label for isolatedvlanid property.
2013-06-13 13:56:22 -07:00
Brian Federle
c37d3d818c
VPC UI / Internal LB: Fix typo
2013-06-13 12:58:20 -07:00
Pranav Saxena
c2b5c98de0
CLOUDSTACK-2977: Update Default NIC for VM alert message
2013-06-13 10:59:30 +05:30
Min Chen
18aeef3ef1
Merge branch 'master' (up to commit
...
c30d9be3ce ) into object_store.
2013-06-12 11:20:32 -07:00
Jessica Wang
02399d9a2a
CLOUDSTACK-2350: UI - Instances menu - change affinity action - list affinity groups that belongs to instance owner.
2013-06-12 10:56:39 -07:00
Pranav Saxena
75d446ccf7
CLOUDSTACK-1726: UI hangs on invalid vlan range - provision of intelligence mechanism to go back and re enter the vlan values
2013-06-12 17:19:18 +05:30
Jessica Wang
4fce6448e6
CLOUDSTACK-2021: UI - Network menu - listView - add IPv6 CIDR field.
2013-06-10 16:59:15 -07:00
Wei Zhou
ecbce6a67f
fix disk IO requests display error
2013-06-10 23:11:48 +02:00
Jessica Wang
a59067e94f
CLOUDSTACK UI - network menu - create guest network dialog - change label.
2013-06-10 13:43:07 -07:00
Brian Federle
1eab817a96
Update projects UI validation
2013-06-10 11:02:08 -07:00
Brian Federle
f15a7c3f8e
Code cleanup
2013-06-10 10:43:31 -07:00
Brian Federle
ce17f856ea
CLOUDSTACK-2811: Default add primary storage dialog to scope=cluster
2013-06-07 11:05:01 -07:00
Pranav Saxena
5233e3216b
CLOUDSTACK-869:Netscaler support as an external LB provider
2013-06-07 16:53:32 +05:30
Pranav Saxena
bcc5baa163
CLOUDSTACK-869:Netscaler support as an external LB provider:front end
2013-06-07 16:23:44 +05:30
Pranav Saxena
c2ac4090d9
Changing URL to vcenter while adding a VmwareDC
2013-06-07 12:22:43 +05:30
Jessica Wang
5541785827
CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - Select VM view - refresh assignedVMs data by API call when popping up Select VM view.
2013-06-06 16:07:49 -07:00
Jessica Wang
9a175f9306
CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - listView will be freshed in widget level after action is done. Therefore, remove refresh from application level.
2013-06-06 11:49:50 -07:00
Jessica Wang
36ed93f8ab
CLOUDSTACK-2880: UI - zone detail - add VMware DC action - replace URL field with vcenter field and make vcenter required.
2013-06-06 11:39:05 -07:00
Jessica Wang
62025632f9
CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - add source port, instance port to listView.
2013-06-06 10:55:12 -07:00
Jessica Wang
bdb5997cfc
CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - fix a bug that select VM view failed to show VMs.
2013-06-06 10:45:29 -07:00
Pranav Saxena
d98289baca
making detail view vlan range uneditable
2013-06-06 17:21:47 +05:30
Pranav Saxena
c0850d4d82
CLOUDSTACK-2873: Passing account name for explicit dedication
2013-06-06 17:14:57 +05:30
Pranav Saxena
9889ead370
Passing number in the create ACL API
2013-06-06 16:17:03 +05:30
Pranav Saxena
96a92a23ec
Code structure problem while filter out lbschemes
2013-06-06 16:15:14 +05:30
Pranav Saxena
4c397da8f6
Adding rule number field to ACL rule to make it AWS compatible
2013-06-06 14:07:12 +05:30
Jessica Wang
bdada27416
CLOUDSTACK-747: Internal LB detailView - Assigned VMs tab - Assign VMs action - trigger a refresh for the listView after action is finished.
2013-06-05 17:20:17 -07:00
Jessica Wang
5a6437749e
CLOUDSTACK-747: UI - Internal LB detailView - remove AssignVM action in Details Tab (which has been replaced with the one in Assigned VMs tab).
2013-06-05 17:07:23 -07:00
Jessica Wang
42a549e420
CLOUDSTACK-747: UI - Internal LB detailView - Assigned VMs tab - Assign VMs action - exclude assigned VMs from custom listView dialog.
2013-06-05 17:00:33 -07:00
Brian Federle
21a6271914
VPC UI, internal LB: Fix assignedVMs actions
2013-06-05 16:20:21 -07:00
Brian Federle
88a62ab890
List view widget: Support 'listView' selection for actions
2013-06-05 16:20:05 -07:00
Jessica Wang
404c7e0dfd
CLOUDSTACK-747: UI - Internal LB detailView - Assigned VMs tab - implement AssignVMs action.
2013-06-05 14:06:59 -07:00
Brian Federle
5c6017e2ec
CLOUDSTACK-2844: VPC UI: Disable LB links if not supported on tier
2013-06-05 13:49:50 -07:00
Jessica Wang
bea3f44144
CLOUDSTACK-747: UI - Internal LB detailView - Assigned VMs tab - implement Remove from LB action.
2013-06-05 13:43:51 -07:00
Jessica Wang
ee5f3d7266
CLOUDSTACK-747: UI - Internal LB detailView - change Assigned VMs tab to a listView.
2013-06-05 13:17:18 -07:00
Pranav Saxena
81d2a70bf3
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack
2013-06-05 23:56:06 +05:30
Pranav Saxena
53fd2ee5dc
fixing a missing bracket
2013-06-05 23:55:43 +05:30
Isaac Chiang
202da411fa
CLOUDSTACK-2855: UI - project view
...
1.Dynamically add newly created project to dropdown list
2.Return to default view if a user deletes the same project in project view
Modified: ui/scripts/projects.js
Modified: ui/scripts/ui-custom/projects.js
2013-06-05 20:14:21 +08:00
Pranav Saxena
11a25b3b9a
Providing acl id option while creating a tier
2013-06-05 16:42:31 +05:30
Pranav Saxena
f4a7f12185
Passing vpcid to the listNetworkACLLists API while replacing an acl list
2013-06-05 16:26:47 +05:30
Pranav Saxena
e8629c00fa
not displaying acl id on the tier detail view
2013-06-05 16:19:05 +05:30
Jessica Wang
402cc917b9
CLOUDSTACK-2782: UI - zone wizard - add cluster step - remove obsolete code.
2013-06-04 16:20:34 -07:00
Jessica Wang
86c0e28c04
CLOUDSTACK-2029: UI - zone wizard - primary storage step - pass args.data.cluster.hypervisor to API when scope is zone-wide.
2013-06-04 16:11:23 -07:00
Brian Federle
dfdb8a967e
CLOUDSTACK-1742: Better text labels for secondary IP UI
2013-06-04 16:06:48 -07:00
Jessica Wang
782bf82744
CLOUDSTACK-2029: UI - zone wizard - primary storage step - scope dropdown - show zone-wide option when hypervisor is VMware or KVM.
2013-06-04 15:42:34 -07:00
Brian Federle
e883526449
CLOUDSTACK-1763: Better confirm message for acquire NIC IP
2013-06-04 15:25:50 -07:00
Brian Federle
317c8e0606
CLOUDSTACK-2185: Display VM IP on PF multi-edit
2013-06-04 15:03:28 -07:00
Jessica Wang
7e8d19963d
CLOUDSTACK-2842: UI - fix a JS error "elems is undefined" when popping up a dialog box that has zone dropdown and there is no zone created yet.
2013-06-04 14:22:47 -07:00