Jessica Wang
f08ef8c6d4
fix a bug - Zones page - Direct VLAN IP Range - account field appears twice in view mode.
2010-09-28 15:07:36 -07:00
Jessica Wang
1bb4eeafd9
new UI - implement new API listInstanceGroups to list instance groups on left menu.
2010-09-28 12:07:26 -07:00
Jessica Wang
9a4ceb64c0
fix bug 6287 - decode string before displaying on UI.
2010-09-28 10:46:14 -07:00
Jessica Wang
e46306b5d7
new UI - sepereate action link template into middle menu one and details panel one.
2010-09-27 11:57:58 -07:00
Jessica Wang
4a305631f9
fix a bug - showXXXXXXXTab() is not defined.
2010-09-27 10:50:27 -07:00
Jessica Wang
0a03ca6721
new UI - dashboard - implement Hosts Alerts section.
2010-09-26 14:48:46 -07:00
Jessica Wang
bea86479d8
new UI - dashboard - implement General Alert section.
2010-09-26 14:37:32 -07:00
Jessica Wang
23641a4398
new UI - dashboard - implement bar chart.
2010-09-26 11:57:32 -07:00
Jessica Wang
75499ab393
new UI - dashboard page - system wide capacity - reset to default everytime pod field or zone field is changed.
2010-09-25 23:40:50 -07:00
Jessica Wang
84a2cea56d
new UI - dashboard page - implement system wide capacity area.
2010-09-25 23:20:21 -07:00
Jessica Wang
9163ffea67
new UI - dashboard page - populate zone field and pod field.
2010-09-25 17:52:02 -07:00
Jessica Wang
fc6a551ac7
new UI - slowly slide up snapshot after deleting it.
2010-09-25 15:41:56 -07:00
Jessica Wang
e2114b1950
new UI - accounts page - implement Lock Account action.
2010-09-25 10:28:46 -07:00
Jessica Wang
13181b79f8
new UI - accounts page - implement Enable Account action.
2010-09-25 10:15:53 -07:00
Jessica Wang
ae453b2961
new UI - accounts page - implement Disable account action.
2010-09-25 09:57:48 -07:00
Jessica Wang
461149a390
new UI - accounts page - implement Resource limits action.
2010-09-24 23:43:38 -07:00
Jessica Wang
e6c2f7fa0b
new UI - volumes page - snapshot tab - implement create volume action.
2010-09-23 20:49:20 -07:00
Jessica Wang
5e36d7ed35
new UI - volumes page - snapshot tab - implement delete snapshot action.
2010-09-23 20:32:19 -07:00
Jessica Wang
8604f70d71
new UI - volumes page - snapshot tab - build action list.
2010-09-23 20:21:19 -07:00
Jessica Wang
96fd242feb
new UI - Volumes page - add Snapshot tab that list all snapshots under this volume.
2010-09-23 19:48:51 -07:00
Jessica Wang
c3abad736c
new UI - after subgrid item action is finished, show message in 1st grid row in the subgrid.
2010-09-23 18:45:25 -07:00
NIKITA
4ba08d0fa4
UI change for Actions dropdown
2010-09-23 18:40:11 -07:00
Jessica Wang
97eeee7677
new UI - after details tab action is finished, show success/fail message on the top of right panel instead of showing a dialog covering action panel.
2010-09-23 18:03:23 -07:00
Kris McQueen
2a4ddac41a
Change getResponse() to return a ResponseObject so that the caller can choose how to serialize. This in in preparation for serializing the async commands to the database with class information and deserializing them into the ResponseObject itself when queryAsyncJobResult is called. Once the ResponseObject is deserialized, the proper string can be returned to the caller.
...
The previous behavior had the JSON response from the command embedded into the queryAsyncJobResult response as a string rather than a JSON object which prevented the client from being able to read the response. With this new behavior an actual JSON object should be returned which can then be parsed on the client side.
2010-09-23 17:34:28 -07:00
Jessica Wang
5999da510c
new UI - fix a bug - instances page's middle menu action list is empty.
2010-09-23 17:32:17 -07:00
NIKITA
ea1c90388e
Left menu icons added for IP Address, Network Group, Snapshots and Volume
2010-09-23 17:19:31 -07:00
Jessica Wang
ea5d33315d
new UI - snapshots page - implement create template from snapshot action.
2010-09-23 17:15:49 -07:00
Jessica Wang
e8a16e052c
new UI - snapshots page - implement delete snapshot action.
2010-09-23 16:59:19 -07:00
Jessica Wang
e583473252
new UI - snapshots page - implement create volume action.
2010-09-23 16:44:20 -07:00
Jessica Wang
a6ca920452
for bug 6163 - change direct tagged IP range to no longer restrict it to an account.
2010-09-23 15:25:42 -07:00
Jessica Wang
87fb6acd05
new UI - templates page - create VM from template - add "no disk offering" option.
2010-09-23 11:39:57 -07:00
NIKITA
a70b5046a6
Left icons changed for Dashboard and Host
2010-09-23 11:36:50 -07:00
Jessica Wang
7b8218af7b
fix bug 6160 - "No disk offering" option is missing when creating VM from templates tab.
2010-09-23 10:57:00 -07:00
Jessica Wang
df82d0bac6
fix bug 6154 - port forwarding should show user-assigned VM name instead of system-assigned VM name.
2010-09-21 20:11:35 -07:00
Jessica Wang
2e98f2c41d
for bug 6153 - prevent startIP being passed twice to UpdatePod API.
2010-09-21 19:37:32 -07:00
Jessica Wang
d117da5f7d
fix bug 6153 - when editing a private IP range, just modifying the ending of the IP range will throw an error.
2010-09-21 19:30:39 -07:00
Jessica Wang
e5cd44c6fb
new UI - volumes page - implement attach disk action.
2010-09-21 19:11:18 -07:00
Kris McQueen
50da0d918f
The sanitizeXSS function only sanitizes strings and leaves other types unchanged.
2010-09-21 18:23:40 -07:00
Jessica Wang
23bb32dcde
fix bug 6130 - when attaching volume, running and stopped VMs not displayed consistently.
2010-09-21 18:11:10 -07:00
Jessica Wang
039cb78173
fix bug 6127 - change text on confirmation box on VM destroy.
2010-09-21 17:55:40 -07:00
Jessica Wang
4e9b1239ce
cross-site scripting - sanitize only value whose type is string.
2010-09-21 17:42:26 -07:00
NIKITA
272d419d3a
Width of action dropdown has been increased
2010-09-21 17:41:02 -07:00
Jessica Wang
57c099a647
new UI - volumes page - implement add volume action.
2010-09-21 16:57:41 -07:00
Kris McQueen
5a3f4af638
AddHost and AddSecondaryStorage have different required parameters, so avoid subclassing these commands and just call a common method in the agent manager. Fix the response name for listAccounts. CreateUser returns one user, so don't always get response.user[0] since that's pointless. A secondary storage host does not have a pod id (NfsSecondaryStorageResource) so make sure not to dereference variables that will be null.
2010-09-21 16:28:31 -07:00
Jessica Wang
67cfa3582e
new UI - volume page - implement Recurring Snapshot action.
2010-09-21 16:18:40 -07:00
Jessica Wang
f89e11bb21
new UI - volume page - implement take snapshot action.
2010-09-21 15:37:47 -07:00
Jessica Wang
3f9b58bc73
new UI - volume page - hide actions when volume state is "Creating" or "Corrupted" or volume is attaching to a VM.
2010-09-21 14:55:27 -07:00
Jessica Wang
8dcea8c07e
new UI - clear right panel after deleting a volume.
2010-09-21 14:49:23 -07:00
Jessica Wang
0435d99247
new UI - volume page - implement delete volume action.
2010-09-21 11:55:12 -07:00
Jessica Wang
7a13f1afe2
new UI - instances page - fix a bug that volume tab showed nothing.
2010-09-21 10:50:11 -07:00