154 Commits

Author SHA1 Message Date
Jessica Wang
49dba2558f instance page - customize advanced search (3 kinds: general, no state dropdown, no account and domain dropdown) 2010-12-02 14:42:41 -08:00
Jessica Wang
df9cc101db instance page - advanced search - remove state dropdown field since we have filter menu on left navigation already ("Running Instances", "Stopped Instances", "Destroyed Instances"). 2010-12-02 10:13:43 -08:00
Jessica Wang
51ed097cbf advanced search - fix a bug that clicking next page will lose advanced search parameters. 2010-12-01 19:20:20 -08:00
Jessica Wang
aae2e95ed2 events page - implement advanced search. 2010-12-01 18:58:12 -08:00
Jessica Wang
c4423a46d4 instance page - implement advanced search. 2010-12-01 18:21:24 -08:00
Jessica Wang
84323d16e9 instance page - fix a bug that instance groups are duplicate when login as user-role and click instance menu more than once. 2010-12-01 17:41:11 -08:00
Jessica Wang
b482b1c797 volume page - implement basic search. 2010-12-01 16:08:47 -08:00
Jessica Wang
75789eb600 events page - implement basic search. 2010-12-01 15:54:31 -08:00
Jessica Wang
9d33c2a63e instance page - implement basic search 2010-12-01 15:39:25 -08:00
Jessica Wang
59667ebe14 Search - add getSearchParamsFn() on all pages. 2010-12-01 14:41:36 -08:00
Jessica Wang
833c1708ce instance page - fix a bug that instance groups didn't show when login as a user. 2010-12-01 13:43:54 -08:00
Jessica Wang
34f660b403 replace noNull() with fromdb(). 2010-12-01 11:06:52 -08:00
Jessica Wang
718e6b6a0c VM wizard - limit template number to be 6 on each page in VM Wizard. 2010-11-30 14:11:54 -08:00
Jessica Wang
17ffde1c17 API has changed to return all if pagesize is not specified. Here is more corresponding UI change. 2010-11-30 11:26:21 -08:00
Jessica Wang
db3b75bda0 API has changed to return all if pagesize is not specified. Here is corresponding UI change. 2010-11-30 11:03:58 -08:00
Jessica Wang
efd8cca67b new UI - instance page - update middle menu status icon when switching back to details tab (so, status color in middle menu is consistent with status color in right panel). 2010-11-24 14:03:19 -08:00
Jessica Wang
94737421c7 new UI - instance page - router tab - retire function vmRouterAfterSubgridItemAction() 2010-11-24 12:36:39 -08:00
Jessica Wang
2ddec0d855 new UI - instance page - router tab - related UI change after bug 6787("RebootRouter API should return an embedded object on success") is fixed. 2010-11-24 11:40:37 -08:00
Jessica Wang
6435e701d0 new UI - instance page - fix a bug that JS error "jsonObj is null or not an object" when switching between tabs on an empty page. 2010-11-24 10:52:29 -08:00
Jessica Wang
25cbd6565c bug 7282: VM wizard - step 3 - select disk offering - prevent a person from moving on if no disk offering is selected. (merge from 2.2.beta1 branch to master branch) 2010-11-23 20:03:04 -08:00
will
69ce2a090e Merge with Master: Defaulted the root disk offering to the first offering. 2010-11-23 11:13:47 -08:00
will
6df0d87dc2 bug 7014: fixed JS error when attempting to view a non-selected vm instance
status 7014: resolved fixed
2010-11-18 18:11:29 -08:00
Jessica Wang
0890eff9f6 new UI - instance page - details tab - add ID field. 2010-11-17 18:12:07 -08:00
Jessica Wang
929103b9dd bug 6922: related UI change after bug 7101 is fixed ("Bug 7101 - DetachISO API and AttachISO API should return an embedded object of virtualmachine, not an embedded object of ISO") 2010-11-15 15:28:21 -08:00
Jessica Wang
8b106c7271 new UI - apply noNull() or fromdb() to all fields that get value from API. 2010-11-15 14:05:39 -08:00
Jessica Wang
215924f706 bug 7088: show full error message when deploying a new VM fails. 2010-11-12 18:52:25 -08:00
Jessica Wang
f9cedd56ad bug 6983 - host page - add Instance tab that list all instances under this host. 2010-11-09 15:52:31 -08:00
Jessica Wang
424400d2b9 bug 6983: function drawBarChart() is used by both instance page and host page. So, move it to cloud.core.js. 2010-11-09 15:17:22 -08:00
Jessica Wang
b61c81df0b bug 6983: Host page - add statistics tab. 2010-11-09 14:38:22 -08:00
Jessica Wang
5d77e41cc8 new UI - instance page - make "reset password" option available when vm staste is Stopped or Running. 2010-11-09 11:00:48 -08:00
will
21f8bfde8b bug 7103: fixed session timeout error handling of all AJAX calls. You will now properly timeout. 2010-11-08 21:15:55 -08:00
Jessica Wang
2b8a393f1c new UI - ChangeServiceForVirtualMachine API returns objects in different structure. This is related UI change. 2010-11-08 14:27:55 -08:00
Jessica Wang
5f32235a25 new UI - UpdateVirtualMachine API returns objects in different structure. This is related UI change. 2010-11-08 14:22:10 -08:00
Jessica Wang
a064dbaad0 new UI - RecoverVirtualMachine API returns objects in different structure. This is related UI change. 2010-11-08 14:16:28 -08:00
will
ddfbfc1048 bug 5846: added domain to router details 2010-11-07 11:00:13 -08:00
Jessica Wang
baa1a5996c new UI - instance page - fix a bug that top message doesn't show new password after reset pasword for VM succeeds. 2010-11-05 20:06:08 -07:00
Jessica Wang
1359976d5e new UI - Change Service Offering for VM - related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 19:43:24 -07:00
Jessica Wang
3d92ffb2a1 new UI - reset password for virtual machine - related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 19:20:46 -07:00
Jessica Wang
b3d2f7d63f new UI - Update VM - related UI change after bug 6489 ("updateVirtualMachine API should return an embedded object on success") is fixed. 2010-11-05 18:49:41 -07:00
Jessica Wang
df8222ef31 new UI - Restore VM - fix a bug that VM info doesn't get refreshed after action succeed. 2010-11-05 16:55:03 -07:00
Jessica Wang
59a3c4e62e new UI - StartVM, StopVM, RebootVM, DestroyVM, RestoreVM - related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 16:46:59 -07:00
Jessica Wang
9deaf66a2b new UI - VM creation- related UI change for bug 7061 (Latest queryAsyncJobResult returns object name instead of repsonseName for the embedded object - UI has to handle it) 2010-11-05 16:18:02 -07:00
Jessica Wang
f901e16da6 new UI - VM statistics - fix a bug that bar chart didn't show correctly. 2010-11-05 13:55:39 -07:00
Jessica Wang
8dd1e591bb new UI - draw bar chart - parse string into float before comparison. 2010-11-05 13:02:47 -07:00
Jessica Wang
85b251cb52 new UI - instance page - statistics tab - reset statistics info when clicking through different VMs 2010-11-05 11:43:49 -07:00
Jessica Wang
1aad87622c new UI - instance page - statistics tab - implement bar chart. 2010-11-05 11:30:21 -07:00
Jessica Wang
853f6610c2 new UI - change function names since the 2 functions are not only used by details tab, but also other tabs (e.g. resource limits tab). 2010-11-05 10:14:11 -07:00
Jessica Wang
861b8f76ae new UI - instance page - implement statistics tab 2010-11-04 19:49:14 -07:00
Jessica Wang
01f19ea995 new UI - VM wizard - fix a bug that customized disk size didn't show in last step if blank template (ISO) is selected. 2010-11-04 15:00:58 -07:00
Jessica Wang
3999621086 new UI - VM creation - fix a bug that last step showed "[object]" in disk offering. 2010-11-04 14:11:50 -07:00