86 Commits

Author SHA1 Message Date
Jessica Wang
8da65435be new UI - fix a bug that some menu at left navigation disappear after refresh page. 2010-11-01 15:37:26 -07:00
Jessica Wang
93532102ec new UI - seperate resource.jsp into zone.jsp, pod.jsp, cluster.jsp, host.jsp, primarystorage.jsp, systemvm.jsp. 2010-11-01 15:01:57 -07:00
Jessica Wang
98e1f99f51 new UI - login - when login as user, system/domain/account page won't show. When login as domain-admin, system page won't show. 2010-11-01 11:57:02 -07:00
Jessica Wang
4a84ff7ee1 new UI - global setting - fix a bug that Add Buttons from other pages didn't go away when visiting this page. 2010-10-29 13:46:05 -07:00
Jessica Wang
ea0a4dc522 new UI - global setting page - refactor the whole page, make it grid-base. When clicking Edit Global Setting link, the whole grid is editable. When clicking Save Button, only rows whose value have been changed will have updateConfiguration API call. 2010-10-28 20:04:12 -07:00
will
a153a23f90 New UI - Renabled Test Provisoning Tool until we design a new one. 2010-10-28 14:16:01 -07:00
will
1736f081e4 The real commit for the dashboard fix 2010-10-27 19:41:23 -07:00
will
94f98f8042 New UI - The session timeout dialog will really send you to the login screen now. 2010-10-27 18:42:38 -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
42d070792d new UI - apply initDialog() or initDialogwithOK() to all dialog boxes. 2010-10-27 15:12:05 -07:00
Jessica Wang
170ad91011 new UI - if resource menu is open (i.e. zonetree is shown), empty zonetree and close resource menu. 2010-10-27 10:11:15 -07:00
will
2ed93a406c Fixing second level navigation for instance menu 2010-10-26 15:15:10 -07:00
Jessica Wang
9bb216570b new UI - correct typo. 2010-10-24 10:41:44 -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
cecf4f9a5e new UI - instance page - show different submenu at left navigation based on user role (admin, non-admin). 2010-10-23 10:44:45 -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
c8850970ca Enabled Help Dialog 2010-10-22 11:31:24 -07:00
Jessica Wang
5356d165ff new UI - domain page - check whether domain.jsp is loaded to right panel when domain node is clicked in left navigation. 2010-10-21 16:07:54 -07:00
Jessica Wang
0d5a7175d8 new UI - domain page - fix a bug that is caused by API refactor. 2010-10-21 11:50:20 -07:00
Jessica Wang
2313112831 new UI - load resource.jsp into right panel when zone tree node is clicked (to resolve the bug that resource.jsp is not found after coming back from other pages). 2010-10-21 11:08:32 -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
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
Jessica Wang
376e161c04 new UI - add left menu domain tree node template. 2010-10-20 09:45:25 -07:00
will
13f0f784e2 Refactored the first level navigation for 2.2 UI. 2010-10-19 17:19:31 -07:00
Jessica Wang
2a56ce0baf new UI - after login, display dashboard as the default page. 2010-10-19 14:19:42 -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
51258656cc new UI - empty zonetree when collapse system left menu. 2010-10-18 15:09:42 -07:00
Jessica Wang
32be5f7693 new UI - collapse other expanded menu when clicking dashboard that doesn't have submenu. 2010-10-18 14:35:06 -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
cd367de19f new UI - zonetree in left menu - clicking cluster node will populate hosts to middle menu. 2010-10-16 11:36:18 -07:00
Jessica Wang
d4009b071f new UI - zonetree in left menu - (1) show loading image before zonetree is built completely. (2) implement expanding/collapsing zone section. 2010-10-15 19:02:06 -07:00
will
e688caebc0 Refreshing 2.2 UI will now correctly apply the username 2010-10-15 18:19:20 -07:00
will
5c6aa96d70 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-10-15 18:10:51 -07:00
will
43e71440b5 Adding login logic to 2.2 UI 2010-10-15 18:10:42 -07:00
Jessica Wang
d0e4cf88d2 new UI - build zone tree in left menu 2010-10-15 16:41:38 -07:00
Jessica Wang
58b727e386 new UI - zonetree in left menu - make tree node have parent-children relationship. (e.g. pod is zone's child node, cluster is pod's child node) 2010-10-14 16:44:25 -07:00
Jessica Wang
57bb673fa3 new UI - left menu - create new function buildZoneTree(). 2010-10-14 12:00:28 -07:00
Jessica Wang
912437c043 new UI - remove non-used code. 2010-10-14 10:45:14 -07:00
Jessica Wang
146def1ded new UI - (1) remove router from left menu. (2) instance page - apply new arrow icon from Nikita. 2010-10-14 10:21:56 -07:00
Jessica Wang
e80d32ba5c new UI - left menu - collapse other menu before expand a menu. Only keep one menu open at a time. 2010-10-14 09:59:46 -07:00
Jessica Wang
bd4b5b8a25 new UI - create a shared function selectLeftMenu(). 2010-10-13 20:11:29 -07:00
Jessica Wang
e80cb4879e new UI - fix a bug that dashboard doesn't get highlighted when being clicked. 2010-10-13 19:30:05 -07:00
Jessica Wang
a7656e01f0 new UI - add highlighted class to first level menu when it's expanded. 2010-10-13 18:25:00 -07:00
Jessica Wang
a9de7cbd23 new UI - remove JQuery accordion widget from left menu. Create our own widget to control left menu. 2010-10-13 17:58:10 -07:00
NIKITA
9580317518 Revised UI for left menu 2010-10-13 16:06:34 -07:00
Jessica Wang
68b1a928de new UI - instance page (multiple-selection middle menu) - select the 1st item in middle menu as default. 2010-10-12 11:20:47 -07:00
Jessica Wang
887d179ec6 new UI - when clicking left menu, populate middle menu then select the 1st middle menu item as default. 2010-10-10 00:29:11 -07:00