Jessica Wang
9176d13246
cloudstack 3.0 UI - VPC - infrasture page - network service providers - add "VPC Virtual Router".
2012-07-20 15:59:05 -07:00
bfederle
4e9a97177f
CS-15290: Fix 'Path' field validation
...
Original patch by: olga.smola
reviewed-by: brian
2012-06-26 13:43:30 -07:00
David Nalley
9687520712
applying Chip Childer's patches for license headers in the ui directory
2012-06-26 10:46:53 -04:00
bfederle
e442e3a7cf
CS-12478: Add cluster name to primary storage list view
...
Original patch by: olga.smola
reviewed-by: brian
2012-06-22 10:50:04 -07:00
Jessica Wang
a00c21686f
(1) CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions.
...
(2) CS-14604: cloudstack 3.0 UI - Add Zone Wizard - skip Guest Traffic step if OVS tunnel manager is enabled.
(3) CS-15311: cloudstack 3.0 UI - Add Zone Wizard - add physical network step - no isolation method dropdown if network type is Basic.
(4) CS-14769: Don't pass subdomainaccess param when scope=project.
(5) CS-15157: cloudstack 3.0 UI - infrastructure page - physical network - network service providers - reset nspMap before populating listNetworkServiceProviders response to nspMap.
2012-06-21 12:13:41 -07:00
bfederle
9e9b2cbdcc
cs-15286: incorrect result when edit pod
...
Original patch by: olga.smola
reviewed-by: brian
2012-06-20 14:21:05 -07:00
Brian Federle
e5db0ebc0f
CS-15148 : Delete Nexus dvSwitch UI option is not Functional so removing this functionality
...
reviewed-by: brian
2012-06-19 11:11:11 -07:00
Brian Federle
920eadffd5
CS-15126: Removing the zone field for now
...
Conflicts:
ui/scripts/system.js
2012-06-19 11:11:11 -07:00
Brian Federle
073829638f
CS-14769
...
-Don't pass subdomainaccess param when scope=project
-Fix guest network detail view by passing projectid=-1, due to project
details not returning response for project-level guest networks
2012-06-19 11:11:11 -07:00
Brian Federle
7c1698fb15
CS-15126
...
-Hide 'type' field, as dvSwitch doesn't return a type
-Get zone name from the cluster's data
reviewed-by: jessica
2012-06-19 11:11:11 -07:00
Pranav Saxena
52c8feb670
CS-15202: Rename all references in UI of Nexus VSM/dvswitch to Nexus 1000v
2012-06-13 11:24:09 -07:00
Devdeep Singh
1593900402
CS-9919: Changes to integrate UI changes for nexus feature.
...
Reviewed by: Sateesh, Pranav.
Conflicts:
ui/scripts/system.js
2012-05-25 18:33:53 -07:00
Brian Federle
0753b1035f
CS-13091: Remove enable/disable physical network actions
...
Due to limitations in the API, for now the enable/disable
functionality for physical networks will be removed.
2012-05-25 11:01:57 -07:00
Sanjay Tripathi
835afec6b9
Nexus Vswitch UI development modified enable disable and list vswitch response
2012-05-25 11:52:48 +05:30
Brian Federle
9f2a823d6e
CS-13091: Enable/disable physical network UI actions
2012-05-24 12:17:58 -07:00
Pranav Saxena
28b0df590e
CS-15078:Standard name for vSwitch
2012-05-25 00:00:37 +05:30
Brian Federle
7eb9977b86
Don't send VSM details if vSwitch isn't enabled
2012-05-23 13:09:50 -07:00
Brian Federle
8a5211f62c
vSwitch UI fixes
...
commit 531ebe165de441fdf8e8bb86c76056504cf3aadb
Author: Brian Federle <brian.federle@citrix.com>
Date: Wed May 23 10:27:51 2012 -0700
Fix vSwitch password field
commit e51a0bd5e198483704d6d7f2dc4cb4c74e7c9167
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date: Wed May 23 19:40:13 2012 +0530
CS-9919: Changes to integrate UI changes for nexus feature
2012-05-23 11:15:42 -07:00
Brian Federle
e8e3698e4e
Add cluster: conditionally hide vSwitch fields
...
-When in add cluster screen, show the add vSwitch fields when
hypervisor == VMware and 'vmware.use.nexus.vswitch' configuration
flag is enabled.
-Remove 'add Nexus vSwitch' checkbox, as the vSwitch fields will
always be shown for VMware if the above config flag is set.
2012-05-22 13:45:35 -07:00
Pranav Saxena
d800c4474f
Nexus UI development nexusActionfilter
2012-05-21 10:03:20 -07:00
Pranav Saxena
f2f7de5295
CS-14978 Clusterstate is empty from CloudStack UI
...
reviewed-by: brian
2012-05-21 09:59:58 -07:00
Brian Federle
23ef4bf7ae
Nexus vSwitch UI support
...
Implement ability to add and modify Nexus vSwitches at the cluster
level:
-Add new fields to add cluster form, to allow addition of a vSwitch
-Add new tab to VMware clusters to list cluster's vSwitch
-Add details panel to vSwitch allowing enable, disable, and removal of
vSwitch from cluster
2012-05-16 14:59:30 -07:00
Edison Su
bafc3f2a5a
CS-14521
...
Remove CLVM, due to license issue
2012-05-15 15:13:15 -07:00
Jessica Wang
25957ab372
CS-14737: cloudstack 3.0 UI - state column in Volume/Snapshot/Instance/SecondaryStorage/Project page - should display state value as is (i.e. as returned in API call). Shouldn't localize value returned in API call.
2012-05-04 16:37:26 -07:00
Jessica Wang
d6edced466
CS-14116: cloudstack 3.0 UI - add guest network dialog: make vlan/gateway/netmask required when network offering is Isolated with no SourceNat.
2012-05-04 15:58:31 -07:00
Jessica Wang
b8058e7a5e
CS-14116: cloudstack 3.0 UI - (1) add guest network dialog: make vlan/gateway/netmask required when network offering is "Shared". (2) dialog widget: be able to change field to required or not-required after createForm is rendered.
2012-05-04 15:20:27 -07:00
Jessica Wang
90ec0a6300
cloudstack 3.0 UI - dialog widget - add new function cloudStack.dialog.createFormField.validation.required.add(), cloudStack.dialog.createFormField.validation.required.remove()
2012-05-02 14:03:13 -07:00
bfederle
898952479e
CS-14461: Add more infrastructure page shortcuts
...
-Add additional shortcuts for:
-Primary storage
-Secondary storgage
-Virtual routers
-System VMs
-Replace host stats with the new shortcuts
-Add 'zone' dropdown to create form for the newly added-shortcuts'
sections, to support creating these items without a zone context
2012-04-30 10:32:43 -07:00
Jessica Wang
b8cb55bca1
cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView.
2012-04-26 16:53:06 -07:00
Jessica Wang
a244fb6d42
CS-14385: cloudstack UI - Host page - add "HA Enabled" column which only shows When ha.tag global configuration is not empty.
2012-04-25 10:40:39 -07:00
Jessica Wang
f86e9f9eea
cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView.
2012-04-24 12:19:03 -07:00
Jessica Wang
bab65c8a29
CS-14297: cloudstack 3.0 UI - Delete Primary Storage dialogbox - add "Force Remove" checkbox.
2012-04-24 11:52:39 -07:00
Jessica Wang
8e3fc39b67
CS-12407: cloudstack 3.0 UI - Add F5 device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API.
2012-04-24 10:56:29 -07:00
Jessica Wang
71c9c6337b
CS-12407: cloudstack 3.0 UI - Add Netscaler device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API.
2012-04-24 10:56:03 -07:00
Pranav Saxena
8b35987b8d
CS-13830 : Zone's guest CIDR field is not modifiable in the UI
2012-04-19 15:17:40 -07:00
Pranav Saxena
26b4d180d1
CS-13830 : Zone's guest CIDR field is not modifiable in the UI
2012-04-19 15:17:27 -07:00
Jessica Wang
c446c46cb7
cloudstack 3.0 UI - host page - list view - add State column with color and icon.
2012-04-18 14:12:12 -07:00
Jessica Wang
e6d064952d
cloudstack 3.0 UI - statistics tab in Instance page, Host page - Network Read, Network Write - if API returns 0, show 0 instead of N/A.
2012-04-18 13:31:11 -07:00
Pranav Saxena
582e62c204
Bug 14632 : CS-14393 3.0.1 Hosts' Statistics page show memory values as TB
...
Conflicts:
ui/scripts/system.js
reviewed-by: brian
2012-04-12 15:02:31 -07:00
Jessica Wang
53ca91024a
cloudstack 3.0 UI - infrastructure - physical network - network service providers - F5, Netscaler, SRX - devices - (1) correct section id. (2) After remove action completes, close detailView and remove the row from listView.
2012-04-11 14:56:05 -07:00
Jessica Wang
cd9c24a978
cloudstack 3.0 UI - infrastructure - physical network - network service providers - Netscaler/F5/SRX - devices - change breadcrumb to show Devices instead of Netscaler/F5/SRX (to distinguish between provider and devices).
2012-04-11 11:38:51 -07:00
Jessica Wang
66cdfcec3f
cloudstack 3.0 UI - infrastructure - physical network - network service providers - when clicking Netscaler/F5/SRX, get fresh data from API call instead of cache.
2012-04-11 10:52:32 -07:00
Jessica Wang
b6eae2855f
cloudstack 3.0 UI - Secondary Storage page - detail view - implement Refresh button.
2012-04-10 16:58:13 -07:00
Jessica Wang
3ae0ecb0eb
cloudstack 3.0 UI - Primary Storage page - detail view - implement Refresh button.
2012-04-10 16:42:55 -07:00
Jessica Wang
3c79f45994
cloudstack 3.0 UI - Host page - detail view - implement Refresh button.
2012-04-10 16:23:59 -07:00
Jessica Wang
ed7066c587
cloudstack 3.0 UI - Pod page - detail view - implement Refresh button.
2012-04-10 15:53:14 -07:00
Jessica Wang
f1af23d88d
cloudstack 3.0 UI - physical network page - Network Service Providers - SRX - devices - detailView - implement Refresh button.
2012-04-10 15:43:28 -07:00
Jessica Wang
b2a0b33c84
cloudstack 3.0 UI - physical network page - Network Service Providers - F5 - devices - detailView - implement Refresh button.
2012-04-10 15:02:27 -07:00
Jessica Wang
ac0e2c314e
cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - detailView - implement Refresh button.
2012-04-10 14:47:50 -07:00
Jessica Wang
e27537f51b
cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - implement Refresh button.
2012-04-10 12:33:25 -07:00