Jessica Wang
|
eb2ef04a93
|
new UI - Host page, Secondary Storage Page - use different colors (green, red, gray) to emphasize Status field.
|
2010-10-29 10:12:16 -07:00 |
Jessica Wang
|
6fdea9ad8f
|
new UI - create shared function setBooleanReadField(), setBooleanEditField().
|
2010-10-28 11:26:15 -07:00 |
Jessica Wang
|
92ea27d9dd
|
new UI - instance page - add "Edit Instance" action in action menu.
|
2010-10-28 11:10:07 -07:00 |
Jessica Wang
|
1fe7844dff
|
new UI - host page - add status icon in middle menu.
|
2010-10-28 09:57:14 -07:00 |
will
|
ce859d569f
|
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
|
2010-10-27 18:47:21 -07:00 |
Jessica Wang
|
d6bdacfb9e
|
new UI - fix a bug: "When you execute actions in vm, the result is in red even though it was successful. It shouldn't be in red when action is successful."
|
2010-10-27 18:46:36 -07:00 |
will
|
ff382fb364
|
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
|
2010-10-27 18:13:54 -07:00 |
Jessica Wang
|
f26f40c049
|
new UI - fix a bug "$iconContainer is not found"
|
2010-10-27 18:13:19 -07:00 |
will
|
542b5b2d11
|
New UI - Fixed issues where clicking on a left nav that is opened will make calls to API again. There is no need to do that.
|
2010-10-27 18:00:50 -07:00 |
Jessica Wang
|
15f1874cc1
|
new UI - fix: "Hit Enter key should auto submit on dialogs"
|
2010-10-27 14:45:01 -07:00 |
Jessica Wang
|
e53ce7de78
|
new UI - fix: "Add Secondary Storage VM button visible in POD"
|
2010-10-27 14:37:48 -07:00 |
Jessica Wang
|
4416defe28
|
new UI - when clicking through middle menu items, show spinning wheel in right panel if spinning wheel is shown in middle menu.
|
2010-10-27 12:27:33 -07:00 |
Jessica Wang
|
03098ec890
|
new UI - rename function name to be more intuitive. This function will handle all action info and copy them over to right panel when middle menu item is clicked.
|
2010-10-27 12:06:00 -07:00 |
Jessica Wang
|
dbf2e826c8
|
new UI - show spinning wheel on middle menu item when details tab is in action. (So, there are 2 spinning running, one is on details tab action menu, the other is on corresponding middle menu item).
|
2010-10-27 11:47:08 -07:00 |
Jessica Wang
|
c4a31f0d0d
|
new UI - when applying actions to multiple-selection middle menu items (e.g. StartVM, StopVM, RebootVM, DestroyVM), display spinning wheel on details tab action menu.
|
2010-10-27 11:07:39 -07:00 |
Jessica Wang
|
3a84c6f916
|
new UI - fix a bug that API command didn't get passed correctly.
|
2010-10-26 20:38:16 -07:00 |
Jessica Wang
|
81e919f3a3
|
new UI - subgrid item actions menu - fix: extend the click to the entire highlighted area, not just the word itself.
|
2010-10-26 20:24:34 -07:00 |
Jessica Wang
|
6b2b578171
|
new UI - Details tab actions menu - fix: extend the click to the entire highlighted area, not just the word itself.
|
2010-10-26 20:14:37 -07:00 |
Jessica Wang
|
426e4ea5ce
|
fix => "Make sure info message disappear after you have at least clicked it once."
|
2010-10-26 19:37:04 -07:00 |
Jessica Wang
|
456b7a0ee0
|
new UI - cluster page - middle menu - add middle menu item header "Host" above hosts, "Primary Storage" above primary storages.
|
2010-10-26 15:25:27 -07:00 |
Jessica Wang
|
38a5d86951
|
new UI - pod page - when appending items to middle menu, make sure that host always go first and primary storage always go later.
|
2010-10-26 11:41:39 -07:00 |
Jessica Wang
|
9a2380c337
|
new UI - add secondary storage - do not show action info inside subgrid item (action info will be shown in dialog if action fails).
|
2010-10-26 09:33:08 -07:00 |
Jessica Wang
|
3eb7bee1f9
|
new UI - Add VLAN - keep dialog box open and show spinning wheel on dialog box after Add button is clicked. Display error message on dialog box if adding fails. Close dialog box if adding succeeds.
|
2010-10-25 17:28:14 -07:00 |
Jessica Wang
|
9bbac6ee76
|
new UI - resources page - zone page - always show Add Host, Add VLAN, Add Secondary Storage when clicking through different tabs.
|
2010-10-25 15:52:25 -07:00 |
Jessica Wang
|
d1b1a84265
|
new UI - instance page - implement Destroy VM action for multiple-selection middle menu items.
|
2010-10-25 11:54:00 -07:00 |
Jessica Wang
|
4364e87338
|
new UI - after details action is finished, action info will be recorded in middle menu. So, when a user move between different middle menu items, right panel will show corresponding action info for each item.
|
2010-10-25 11:11:49 -07:00 |
Jessica Wang
|
b5bc938eaf
|
new UI - when details tab action is finished, show succeed/fail icon on middle menu item and hide the info in middle menu item and show the info at right panel when the middle menu item is clicked.
|
2010-10-25 10:55:07 -07:00 |
Jessica Wang
|
9224c8134b
|
new UI - middle menu actions (multiple-selection base) - copy action info to right panel when middle menu is clicked.
|
2010-10-24 23:56:11 -07:00 |
Jessica Wang
|
7c23ffdb93
|
new UI - instance page - implement Start VM button (multiple-selection in middle menu).
|
2010-10-24 23:14:25 -07:00 |
Jessica Wang
|
d3fa609123
|
new UI - fix a bug that action info (succeed or fail) didn't show on top of right panel after action was finished.
|
2010-10-24 15:03:06 -07:00 |
Jessica Wang
|
319bda7c3b
|
new UI - pass detailsTab element when doing action, so we don't need to select detailsTab again when trying to show loading image in detailsTab.
|
2010-10-23 23:51:23 -07:00 |
Jessica Wang
|
b4f76d79c1
|
new UI - pass element instead of element ID when doing details tab action. So, don't need to select element again after action is done.
|
2010-10-23 21:01:58 -07:00 |
Jessica Wang
|
15e4366c9e
|
new UI - fix a bug that disable multiple selection was not working.
|
2010-10-23 09:22:02 -07:00 |
Jessica Wang
|
ef988029b3
|
new UI - check in missing files.
|
2010-10-22 20:44:21 -07:00 |
will
|
c7385bd095
|
Fixed up the Help Section in 2.2 UI
|
2010-10-22 17:43:21 -07:00 |
will
|
8d498f4ea8
|
Added hover effect over the navigation to indicate which ones can be opened or not
|
2010-10-20 19:14:07 -07:00 |
will
|
e765a5b394
|
Made the left nav links clicking more smoother.
|
2010-10-20 18:29:19 -07:00 |
Jessica Wang
|
7d9932ce49
|
new UI - when clicking Domain in left menu, build domain tree under it (in left menu).
|
2010-10-20 10:30:50 -07:00 |
will
|
8cc83313dd
|
Fixed an object comparison check when selecting the 2nd level nagivation.
|
2010-10-19 18:27:22 -07:00 |
will
|
97cda5f975
|
Adding animation to the left navigation for 2.2 UI
|
2010-10-19 18:19:13 -07:00 |
will
|
ba5461d5a7
|
Fixed 2nd level navigation for new 2.2 UI
|
2010-10-19 17:36:06 -07:00 |
will
|
13f0f784e2
|
Refactored the first level navigation for 2.2 UI.
|
2010-10-19 17:19:31 -07:00 |
Jessica Wang
|
743f58fb0c
|
new UI - hide middle menu when clicking zone node, pod node, systemVM node, dashboard. show middle menu otherwise.
|
2010-10-19 10:20:22 -07:00 |
Jessica Wang
|
9e003170c6
|
new UI - left menu - empty zonetree and vm group tree when expand other menu.
|
2010-10-19 09:48:26 -07:00 |
Jessica Wang
|
3c27d0506b
|
new UI - fix a bug that clicking a submenu will collapse parent menu.
|
2010-10-18 17:51:09 -07:00 |
Jessica Wang
|
51258656cc
|
new UI - empty zonetree when collapse system left menu.
|
2010-10-18 15:09:42 -07:00 |
Jessica Wang
|
ab46791903
|
new UI - both host and primaryStorage are displayed in middle menu when cluster node is clicked. So, give host and primaryStorage different format of middle menu name to avoid conflict.
|
2010-10-18 14:06:33 -07:00 |
Jessica Wang
|
521cb762dc
|
new UI - implement enable maintenance.
|
2010-10-18 11:33:55 -07:00 |
Jessica Wang
|
afbf68c9ed
|
new UI - add version number to all JS files.
|
2010-10-18 10:05:56 -07:00 |
Jessica Wang
|
2d8de2ec13
|
new UI - resources page - show Add VLAN IP Range at Network tab, show Add Secondary Storage at Secondary Storage tab, hide them otherwise.
|
2010-10-17 08:31:04 -07:00 |