Jessica Wang
b0d390aef1
bug 7817: create new shared function validateInteger().
2011-01-21 10:12:03 -08:00
Jessica Wang
1b977acaf9
Refresh button - when refresh button is clicked, populate search result again if middle menu is previously populated with search result.
2011-01-20 18:16:35 -08:00
will
953c862713
Removed hypervisor.type from the login response since this capability does make sense anymore in 2.2
2011-01-20 17:49:13 -08:00
Jessica Wang
df5d64bb85
implement Clear Search function - when clear search button is clicked, remove search text and search result and list all items in middle menu.
2011-01-20 17:39:28 -08:00
Jessica Wang
775cdfe7c2
search panel - show close button when middle menu is populated with search result. hide close button otherwise.
2011-01-20 17:02:04 -08:00
Jessica Wang
8a1ec4ef8e
fix a bug that shows in multiple-selection page (e.g. Instance page) when doing search: search result is duplicate.
2011-01-20 10:56:05 -08:00
Jessica Wang
db142eb467
bug 7608: fix a bug "$editFields is undefined" when visiting a non-editable page first.
2011-01-19 16:17:58 -08:00
will
d497a71619
Cleaned up uselocal storage config param as I don't see what it is beng used anymore as. Also, removed the filter for not allowing the user to set "offerHA" if hypervisor.type == KVM.
2011-01-19 16:06:47 -08:00
will
fdbd1c7e66
Cleaned up some capabilities usage in the UI.
2011-01-19 14:03:53 -08:00
Jessica Wang
e6fc91c8b6
bug 7608: instance page - cancel edit mode when clicking on different tab or different middle menu item.
2011-01-19 12:11:13 -08:00
Jessica Wang
16b52c9fa0
bug 7781: instance page - show red color when state is "Error" in both middle menu and right panel.
2011-01-14 17:13:12 -08:00
Jessica Wang
115aff6cdb
deploy VM - show new password in dialog, middle menu item and right panel when middle menu item is clicked.
2011-01-14 11:21:14 -08:00
Jessica Wang
046c556da1
instance page - reset password action - show new password in dialog and right panel when middle menu item is clicked.
2011-01-14 11:01:24 -08:00
Jessica Wang
23e5a01315
account page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item.
2011-01-13 11:49:42 -08:00
Jessica Wang
efc35809ae
Router page, SystemVM page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item.
2011-01-13 11:01:30 -08:00
Jessica Wang
3a0b98eb83
bug 7956: when middle menu action fails, show error message on right panel if this action belongs to the currently selected middle menu item.
2011-01-12 15:20:05 -08:00
Jessica Wang
5f1d54b978
bug 7956: when copy action info from middle menu item to right panel, hide spinning wheel in right panel if spinning wheel in middle menu item id hidden.
2011-01-12 14:05:23 -08:00
Jessica Wang
432cbc8458
hide/show security group left menu when direct.attach.security.groups.enabled is false/true.
2011-01-10 14:51:36 -08:00
Jessica Wang
ff3b0b3532
bug 6361: security group page - ingress rule tab - implement authorizeSecurityGroupIngress API.
2011-01-10 14:20:26 -08:00
Jessica Wang
e57a4bce00
bug 7744:create shared function clickItemInMultipleSelectionMidmenu().
2011-01-07 11:09:22 -08:00
Jessica Wang
205f7b8ee5
bug 7744: selected_midmenu_id is not used in multiple-selection middle menu. So, remove the code.
2011-01-06 17:37:19 -08:00
Jessica Wang
4fa6fc4d7c
bug 7744: after tab action succeeds, click middle menu item to show action info if the action belongs to the currently selected middle menu item.
2011-01-06 17:26:26 -08:00
Jessica Wang
a7a5272f2b
bug 7744: tab action - delete duplicate code that has existed in handleMidMenuItemAfterDetailsTabAction().
2011-01-06 16:43:32 -08:00
Jessica Wang
6cbdf0481e
bug 7744: multiple-selectable page - avoid binding event handler to middle menu items since middle menu items have already been controlled by JQuery Selectable Widget.
2011-01-06 16:24:54 -08:00
will
033d2d993d
bug 5482: if there are no json object returned, just continue instead of erroring out on the javascript.
2011-01-05 18:16:16 -08:00
will
68d5c0919a
bug 5482: Fixed malformed JSON when an error is returned by the API call. Also fixed the UI to make use of the new JSON object.
2011-01-05 18:06:59 -08:00
will
76976a9fdf
bug 7746: Fixed issue with the console thumbnail making excessive requests for the image every time you hover in addition to making those queries forever until you refresh/close the browser. It will now query on a 5 second interval on only the active VM.
2011-01-03 18:17:17 -08:00
Jessica Wang
d2fea52c56
bug 7823: pass null to listMidMenuItems() when a page doesn't have refresh data binding function.
2011-01-03 16:38:13 -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
d495be0546
bug 7797: middle menu item - if first row description is longer than max length (30 characters), add "...." at the end to imply there is more.
2011-01-03 13:58:15 -08:00
Jessica Wang
383f524725
fix a bug that zonetree is not expanded/collapsed after being clicked the 2nd time.
2010-12-28 16:17:33 -08:00
Jessica Wang
a5cd2ea0c2
fix a bug that host page had duplicate advanced search when clicking between cluster node and pod node.
2010-12-27 17:37:23 -08:00
will
14b034bd16
Smoothed out the display of items in the middle menu. It was possible to click on menu items and have items listed from a click on a different menu items due to a race condition.
2010-12-27 16:35:17 -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
Jessica Wang
bceff4068f
new Advanced Search - fix a bug that advanced search dialog didn't appear when clicking the same type of submenu (e.g. "my accounts", "all accounts").
2010-12-23 10:30:08 -08:00
Jessica Wang
c2a3beb6fb
new advanced search - clicking arrow icon to show advanced search or hide it.
2010-12-21 18:10:28 -08:00
will
eabea789be
bug 7638: Added deep link support for the UI. Only support values are "instance", "volume", and "ip" for now as indicated in the bug.
...
Use lp=instance, lp=volume, or lp=storage
2010-12-21 17:52:38 -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
Jessica Wang
f65ff25aec
new advanced search dialog - fix a bug that search word is still "on" when visiting another page without closing the dialog first.
2010-12-17 15:40:09 -08:00
Jessica Wang
ce4ad3993a
domain tree - clicking between domain treenode won't reload domain.jsp.
2010-12-16 19:58:22 -08:00
will
e38d73d6fe
More refactoring to fix issue where detail pages were not load correctly.
2010-12-16 17:23:06 -08:00
Jessica Wang
4bd6d85066
remove blank_search_panel since middle menu in all pages support search function now.
2010-12-15 18:16:19 -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
will
e466905a4d
bug 7271: Fixed an issue where async query commands continue to execute even after leaving the current page context. This results in some weird UI behavior such as duplication or even items being added to the wrong pages.
2010-12-14 17:32:04 -08:00
will
50a076efbf
The left menu navigation should be smooth now.
2010-12-13 18:56:25 -08:00
Jessica Wang
ee6e7b8bf3
replace search_panel as a blank one (blank_search_panel) on pages that has middle menu without search and pagination (e.g. network page, cluster page)
2010-12-13 17:52:38 -08:00
Jessica Wang
24b92b2c56
Network page, cluster page, primary storage page, host page - show middle menu without search panel and pagination.
2010-12-13 15:03:41 -08:00
Jessica Wang
85f3a48744
creating new item in middle menu - put newly added item on the top instead of on the bottom.
2010-12-13 13:50: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
Jessica Wang
d5568a35f7
bug 7458: zone - network - implement Add Load Balancer.
2010-12-09 18:31:15 -08:00
Jessica Wang
b724ff8cfa
bug 7458: zone - network - implement Add External Firewall.
2010-12-09 17:34:20 -08:00
Jessica Wang
b043f5517f
bug 7448: zone tree - network - implement Add IP Range for public network.
2010-12-09 11:07:23 -08:00
Jessica Wang
cff9855402
bug 7448: zone tree - network - implement Add Network Dialog.
2010-12-08 19:53:13 -08:00
will
7270b2f285
Removed network type from the UI as it is no longer used anymore.
2010-12-08 14:14:21 -08:00
Jessica Wang
5db4f229eb
Change element ID of menu "System" to "leftmenu_system".
2010-12-03 19:26:58 -08:00
Jessica Wang
201002e58f
Change element ID of menu "Configuration" to "leftmenu_configuration".
2010-12-03 19:20:07 -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
87737248f6
fix a bug - if adding an item fails and appears in red, the next successfully added item appear in red, too. (after this fix, the next successfully added item will appear in green).
2010-12-02 11:57:00 -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
f23135514a
instance page - implement advanced search button clicking.
2010-12-01 17:27:24 -08:00
Jessica Wang
2bcc637a09
remove obsolete code.
2010-12-01 16:17:51 -08:00
Jessica Wang
6a859a9322
basic search - clear input text when switching to a different page.
2010-12-01 15:42:44 -08:00
Jessica Wang
59667ebe14
Search - add getSearchParamsFn() on all pages.
2010-12-01 14:41:36 -08:00
Jessica Wang
5b72f25552
reset pagination when switching to a different page.
2010-11-30 17:35:42 -08:00
Jessica Wang
7dcd1f3851
pagination - hide previous button on first page. Show next button if next page is available, hide next button otherwise.
2010-11-30 17:10:43 -08:00
Jessica Wang
0ad7680dfd
pagination - implement previous button, next button.
2010-11-30 16:52:37 -08:00
Jessica Wang
702aa75c51
comment out obsolete code.
2010-11-30 15:42:33 -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
Kelven Yang
54f177cacc
1) Make generic dao be able to persist UTF-8 string for internationalization support
...
2) Undo gson Unicode escape in API response object to avoid double escaping which can break Javascript from getting correct text content
3) Correct API layer in dealing with character encoding
4) Remove double escape in cloud.core.js
2010-11-30 09:40:54 -08:00
Jessica Wang
67fd52db08
new UI - refresh button - replace leftmenuId with onRefreshFn which is more flexible to customize.
2010-11-29 16:26:43 -08:00
Jessica Wang
28e338ff7e
Refresh button - implement refresh button on instance page, volume page, snapshot page, IP address page, template page, ISO page, account page, event page, alert page, virtual router page, system VM page, disk offering page, service offering page.
2010-11-29 11:54:22 -08:00
Jessica Wang
700ec25802
new UI - Snapshot page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page.
2010-11-24 11:24:05 -08:00
Jessica Wang
1ce538b6a9
but 7309: fix console proxy thumbnail disappearing problem. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:15:51 -08:00
Jessica Wang
b18add1373
bug 7277: template page - implement "Download Template" action. (merge from 2.2.beta1 branch to master branch)
2010-11-23 16:57:26 -08:00
Jessica Wang
ae1274e976
bug 7064: resource pages - give every addXXX action a dedicate button.
2010-11-19 11:23:49 -08:00
Jessica Wang
43163090c7
new UI - add 2 add buttons on top.
2010-11-18 19:30:13 -08:00
will
6376363872
bug 7229: ErrorInMaintenance will now be shown in red.
2010-11-18 19:28:40 -08:00
will
fc7d519c4b
bug 7018: fixed an issue where dialog boxes were not correctly being cleaned up when you navigated in the UI. Essentially they were being duplicated.
...
- Fixed issue where the "change" event on the Add Volume dialog was being duplicated.
bug 7018: resolved fixed
2010-11-18 16:52:58 -08:00
Jessica Wang
4a3ad7c5e9
bug 5817: validate vm dropdown (empty or having value) before creating port forwarding rule.
2010-11-16 10:30:24 -08:00
Jessica Wang
38d4959842
new UI - fix a bug that UI didn't pass correct parameter for CreateServiceOffering.
2010-11-15 11:00:27 -08:00
Jessica Wang
1cd5526911
fix a bug that came from API refactor.
2010-11-15 10:39:16 -08:00
Jessica Wang
a8a6362628
new UI - apply shared function parseXMLHttpResponse() everywhere (to reduce repeating code)
2010-11-12 18:16:03 -08:00
Jessica Wang
44a5cce9b7
bug 7088: show full error message when adding volume fails.
2010-11-12 18:05:28 -08:00
Jessica Wang
57657b6103
new UI - add Zone Pod Wizard - expand zone tree when wizard pops up.
2010-11-11 18:01:22 -08:00
Jessica Wang
abaf82b30b
new UI - add zone and pod wizard - implement error handling.
2010-11-10 20:20:25 -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
a1a5bd3393
bug 7135 - new resource menu - implement new systemVM page.
2010-11-09 12:47:05 -08:00
will
46bd12fa60
bug 7075: Fixed error handling when adding secondary storage failures as long as any errors that would have been captured in the dialog itself.
...
status 7075: resolved fixed
2010-11-09 12:08:17 -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
e82080951a
new UI - add "resources" in left navigation.
2010-11-08 20:23:18 -08:00
will
3a4f3599d6
bug 6986: fixed all display issues with alerts
2010-11-08 18:36:27 -08:00
Jessica Wang
c03c3a171f
new UI - fix bug 6670(The UI shows templates are ready to use: DB says the DOWNLOAD_IN_PROGRESS)
2010-11-08 11:37:47 -08:00
Jessica Wang
756e963cd3
new UI - remove "no items available" after adding a new item in middle menu.
2010-11-07 11:36:02 -08: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
will
111b0a1df1
bug 6943: Correct error message is returned for the parameter, "name" in the API as well as fixing JS to validate this as well.
2010-11-05 13:51:46 -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
d1e2fc21a2
new UI - VM - console proxy screen - only request thumbnail when mouse is over console proxy icon. When mouse is out of console proxy icon, stop requesting thumbnail.
2010-11-04 19:02:35 -07:00
Jessica Wang
1eef924c6c
new UI - domain admin and user shouldn't see alert menu.
2010-11-04 16:39:39 -07:00