104 Commits

Author SHA1 Message Date
Jessica Wang
cec16baf8e Create Shared function bindAddPrimaryStorageDialog() to bind event handler to cluster dropdown in Add Primary Storage dialog. 2011-02-09 13:30:34 -08:00
Jessica Wang
7f2d7e4224 change text: “ISCSI” => “iSCSI”. 2011-02-09 10:26:29 -08:00
Jessica Wang
6d7b4e3c7a bug 8440: Add Primary Storage dialog - when PreSetup is selected, change "Path:" to "SR Name-Label:". When NFS is selected, change "SR Name-Label:" back to "Path:". 2011-02-07 17:38:09 -08:00
Jessica Wang
f9c6fed9a2 bug 8422: make dialogs that have cluster dropdown wider. 2011-02-07 15:05:03 -08:00
Jessica Wang
b0d12e8985 Add Primary Storage - KVM hypervisor - change protocol name from "sharedMountPoint” to “SharedMountPoint”. 2011-02-07 09:58:55 -08:00
Jessica Wang
ec6aa13c74 Add Primary Storage dialog - When protocol is PreSetup, compose URL as "presetup://~~~~~~~". 2011-02-04 15:01:43 -08:00
Jessica Wang
5563a571c7 bug 8194: Pod/Cluster/Primary Storage page: Add Primary Storage dialog, add a new protocol "PreSetup" if cluster type is XenServer. 2011-02-03 11:22:41 -08:00
Jessica Wang
222c865975 bug 8244: Pod page - all dialogs - hide info_container when clicking Submit button. 2011-02-02 13:10:52 -08:00
Jessica Wang
8fbc19bfac cluster page, host page, pod page, primary storage page, secondary storage page, zone page - apply new function, bindActionLink(), which solves mouseover issue. 2011-02-01 18:25:45 -08:00
Jessica Wang
3b4965da8a Network page, Pod page - apply new function, bindActionLink(), which solves mouseover issue. 2011-02-01 17:37:46 -08:00
Jessica Wang
5c319bab91 Resource page - Add Primary Storage dialog - add a new protocol "sharedMountPoint" to hypervisor KVM. When "sharedMountPoint" is selected, disable Server input field and hardcode it as "localhost". 2011-01-31 16:00:08 -08:00
Jessica Wang
514cd2df02 pod page, cluster page, primary storage page - Add Primary Storage dialog - add a new protocol "sharedMountPoint" to hypervisor KVM. When "sharedMountPoint" is selected, disable Server input field and hardcode it as "localhost". 2011-01-31 15:29:48 -08:00
Kelven Yang
2b2885cf5e change VmWare to trademarked name VMware 2011-01-31 14:08:27 -08:00
Jessica Wang
332f917d09 Add Cluster dialog - get hypervisor type from ListHypervisor API instead of hardcoding. 2011-01-31 10:55:34 -08:00
Jessica Wang
2e04618c37 bug 4556: localize adding succeeded message for subgrid item. 2011-01-28 15:33:07 -08:00
Jessica Wang
b9b53f4f1b bug 4556: Pod page - localize all actions. 2011-01-27 17:58:53 -08:00
Jessica Wang
6728b33733 bug 8182: zone page - still show Add Cluster/Add Host/Add Primary storage dialog even there is no pod under the zone. 2011-01-25 16:01:55 -08:00
Jessica Wang
89961333c8 bug 7357: pod page - clear tab when pod is deleted and a tab is clicked. 2011-01-24 16:54:48 -08:00
Jessica Wang
9a463172bc pod page - pop up confirmation dialog before execute Delete Pod action. 2011-01-24 10:17:59 -08:00
will
fdbd1c7e66 Cleaned up some capabilities usage in the UI. 2011-01-19 14:03:53 -08:00
Jessica Wang
968d0ec382 bug 7608: zone/pod page- cancel edit mode when clicking on different tab or different middle menu item. 2011-01-19 12:54:43 -08:00
will
604507a013 bug 8078: host page, cluster page, pod page - Add Host dialog - remove hypervisor dropdown field.
merge from master
2011-01-18 19:23:32 -08:00
Jessica Wang
3c6258a0bf Clear right panel after middle menu item is removed from DOM. Otherwise, removed item's content will be populated to right panel again. 2011-01-13 14:27:48 -08:00
Jessica Wang
fb04b04835 pod page, zone page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 09:40:42 -08:00
Jessica Wang
ef66993779 Pod page - cluster dropdown field - no need to specify 1st entry selected. 1st entry is always selected if no entry is set to be selected. 2011-01-04 16:48:37 -08:00
Jessica Wang
215d894414 Pod page - add host dialog, add primary storage dialog - validate cluster dropdown (cluster value is required). 2011-01-04 16:09:16 -08:00
Jessica Wang
d867825e66 resource page - add host dialog, add primary storage dialog - validate cluster dropdown (cluster value is required). 2011-01-04 14:58:30 -08:00
Jessica Wang
3f60e579f7 bug 7823: refresh data binding when clicking each primary storage node (since each primary storage has different cluster info). 2011-01-03 16:30:08 -08:00
Jessica Wang
a9aa592df2 zone page, resource page - expand newly created cluster node automatically after a cluster is created successfully. 2010-12-30 19:30:53 -08:00
Jessica Wang
3b48f866be Cluster page - fix a bug that showed wrong field ("vCenter Datacenter", "vCenter Datastore") in Add Primary Storage dialog. 2010-12-30 18:52:24 -08:00
Jessica Wang
7919c7f938 expand newly created cluster node automatically after created. 2010-12-30 18:02:57 -08:00
Jessica Wang
5c1ceb4bf1 cluster page - after adding a host, cluster node will expand and host node will be clicked automatically. 2010-12-30 17:46:16 -08:00
Jessica Wang
8f67f58058 fix a bug that AddHostDialog/AddPrimaryStorageDialog didn't work when middle menu is empty. 2010-12-30 17:38:54 -08:00
Jessica Wang
0919b54488 Add Cluster - pod node becomes expandable if it's not after adding a cluster. 2010-12-30 17:10:03 -08:00
Jessica Wang
bcab9e5d0d AddCluster API return an array of embedded objects. This is related UI change. 2010-12-30 16:59:50 -08:00
Jessica Wang
f89fb73571 Add host dialog - remove cluster section (new cluster, existing cluster, standalone cluster). 2010-12-30 16:36:28 -08:00
Jessica Wang
1e6c16e294 physical resource - (1) always show host node and storage node even the cluster doesn't have any host/storage. (2) host page - remove Add Primary Storage option. (3) Primary Storage page - remove Add Host option. 2010-12-30 13:13:44 -08:00
Jessica Wang
e6cdb1a93b zonetree - hide storage node if there is no primary storage under a cluster. 2010-12-29 21:21:50 -08:00
Jessica Wang
a73b9dd7fb cluster page - Add Host dialog - fix a bug that Join cluster field didn't have right default value (default value should be the cluster that's currently on) 2010-12-29 21:00:55 -08:00
Jessica Wang
84ffea0599 host page - after adding a primary storage, select storage node to show the newly created storage. 2010-12-29 20:18:32 -08:00
Jessica Wang
b46b3918ef zone page - after adding a host, expand cluster node to show host node. 2010-12-29 19:10:02 -08:00
Jessica Wang
3e70151dad bug 7701: host page - do not switch tab when clicking add primary storage button. 2010-12-29 15:11:06 -08:00
Jessica Wang
9912fe8f09 bug 7701: pod page - after adding primary storage - add new storage node under cluster node. 2010-12-29 15:05:13 -08:00
Jessica Wang
abdd6e7426 bug 7701: pod page - after adding host, cluster node will be added and expanded and host node will be added under cluster node. 2010-12-29 14:36:54 -08:00
Jessica Wang
73194c2484 bug 7701: optimize bindAddClusterButton(). 2010-12-29 12:34:37 -08:00
Jessica Wang
6541c3ba2a bug 7701: optimize bindAddHostButton(), bindAddPrimaryStorageButton(). 2010-12-29 12:27:53 -08:00
Jessica Wang
2eb2024781 bug 7701: primary storage page - fix a bug that Add Host dialog didn't populate cluster dropdown field. 2010-12-29 12:17:04 -08:00
Kelven Yang
870ad08744 Bug 7709, forgot to update host.jsp and also a copule fixes in validation 2010-12-27 18:29:35 -08:00
Kelven Yang
0445358321 Bug 7709: let addPrimaryStorage be aware of hypervisors and do it smartly 2010-12-27 17:53:52 -08:00
Kelven Yang
de1d879008 fix typo in addHost dialog 2010-12-21 16:48:44 -08:00