Jessica Wang
a3fccef7be
bug 6922: avoid calling vmToRightPanel() which will call listVM API again.
2011-01-03 13:37:12 -08:00
Jessica Wang
e65b77fe33
Bug 6922: skip calling listVM API when a VM in middle menu is clicked.
2011-01-03 12:26:29 -08:00
will
4814534280
Hide "No Available Items" whenever you add a successful VM.
2010-12-30 14:09:00 -08:00
Jessica Wang
2203f9c403
Instance page - implement new advanced search.
2010-12-27 11:48:15 -08:00
Jessica Wang
dd48a5c0ad
Instance page has 3 kinds of advanced search dialog. Append different advanced search dialog to search container depending on which left submenu is clicked (my instances, all instances, running instances, stopped instances, destroyed instances).
2010-12-23 14:31:57 -08:00
will
4ae3255d44
bug 7588: Fixed a really annoying jquery/browser issue related to dynamically adding radio buttons to the UI. It finally works on all browsers.
2010-12-21 11:52:38 -08:00
Jessica Wang
ca6b1cb9d9
bug 7602: instance page - volume page - add "Create Snapshot" option.
2010-12-20 18:17:23 -08:00
will
86b06d16ef
Changed isCustomized to all lowercase to follow standard response returned as part of listDiskOffering
2010-12-20 17:34:50 -08:00
Jessica Wang
0756ca6a3b
bug 7543: instance page - empty subgrid item container when tab is clicked.
2010-12-20 14:42:43 -08:00
Jessica Wang
5e8be4a431
Place Add XXX buttons in each related page instead of index.jsp.
2010-12-18 17:04:17 -08:00
will
c5b33a69c2
bug 7471: UI will make use of the new network offering "availability" parameter to choose how to display the Virtual Networking model in the VM wizard.
2010-12-17 19:06:36 -08:00
will
c5570597d2
Fixed issue where you could not click next on the VM wizard
2010-12-16 13:06:39 -08:00
will
dc97167757
Fixed issue where you could not click next on the VM wizard
2010-12-16 13:06:37 -08:00
will
becc285128
- Updating jquery library to 1.4.4
...
- started refactoring work to make the UI flow more smoothly. This first checkin makes the top action buttons no longer refresh if you click on a menu link for the same group of items.
2010-12-15 17:54:49 -08:00
Jessica Wang
66ab7e343d
related UI change after API Bug ( #7498 ) is fixed.
2010-12-15 10:37:21 -08:00
Jessica Wang
fbd2e32882
Optimize afterAddingMidMenuItem() - do not need to pay extra parameter hasMultipleSelectionSubContainer.
2010-12-13 09:53:43 -08:00
Jessica Wang
7a6ff9e9e1
For multiple selection middle container (e.g. Instance page), set selectable widget on a newly created sub container in middle menu. (instead of setting selectable widget to the whole middle menu)
2010-12-10 15:26:47 -08:00
will
e54892290c
Cleaned up the UI for Beta2 features.
2010-12-09 15:15:40 -08:00
will
847e458e0e
You can now view the NICS attached to a VM.
2010-12-07 18:04:09 -08:00
Jessica Wang
d6af02bb0e
instance page - deployVM with template that is passwordEnabled - pop up a dialog box to show password after action succeeds.
2010-12-07 14:06:57 -08:00
Jessica Wang
e9ba4263f9
instance page - reset password - pop up a dialog box after action succeeds.
2010-12-07 13:45:55 -08:00
will
80da388c64
You can finally select multiple dedicated networks.
2010-12-06 20:10:00 -08:00
will
9cc7766948
You can finally select multiple dedicated networks.
2010-12-06 18:51:23 -08:00
will
b628c3f46c
Adding UI to allow adding of dedicated direct network
2010-12-06 14:15:41 -08:00
edison
7cd63fa48a
change Virtualized to Virtual
2010-12-06 10:58:30 -08:00
will
a1573350f9
Defaulted "No Thanks" as the data disk offering.
2010-12-03 18:07:36 -08:00
will
e50842557c
Finalized changed to enable Virtual Networking in new network model.
2010-12-03 17:40:05 -08:00
will
54ece4c460
- Enable virtual networking mode in the VM wizard.
2010-12-03 17:40:04 -08:00
Jessica Wang
b58c2d1e62
VM Wizard - step1, select template/ISO - implment pagination and search.
2010-12-02 16:46:56 -08:00
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