Jessica Wang
|
1bcb4f2f6e
|
new UI - resources page - host page - implement details tab.1
|
2010-10-14 17:46:11 -07:00 |
|
Kelven Yang
|
f6e0d2dd41
|
Make system VM work on vmware
|
2010-10-14 17:23:13 -07:00 |
|
Jessica Wang
|
931059435c
|
new UI - resources page - cluster page - implement details tab.
|
2010-10-14 17:12:20 -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
|
9b67d36ff0
|
new UI - resources page - reduce repeated code.:wq
|
2010-10-14 16:15:22 -07:00 |
|
NIKITA
|
39f2a0e939
|
Selected tag added to System left menu
|
2010-10-14 16:13:08 -07:00 |
|
Kris McQueen
|
e168760295
|
The code implies resource could be null, and yet de-references resource before the null check. As I was experiencing a NPE because if this exact scenario, put the remote agent check inside the check for null to avoid problems. If resource is null we log that we were unable to send ping due to agent disconnected...
|
2010-10-14 15:02:43 -07:00 |
|
NIKITA
|
2185adc086
|
New Loader for mid menu and Action for Account tab
|
2010-10-14 14:42:19 -07:00 |
|
Jessica Wang
|
57bb673fa3
|
new UI - left menu - create new function buildZoneTree().
|
2010-10-14 12:00:28 -07:00 |
|
anthony
|
39d30b9bf1
|
only send commands to host which is Up and Connecting
|
2010-10-14 11:35:48 -07:00 |
|
anthony
|
7115aa06bd
|
send commands to host which is UP and connecting
|
2010-10-14 11:08:35 -07:00 |
|
Jessica Wang
|
912437c043
|
new UI - remove non-used code.
|
2010-10-14 10:45:14 -07:00 |
|
anthony
|
9b839d749b
|
only send command to host which is UP
|
2010-10-14 10:24:52 -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 |
|
anthony
|
f7ec2ebc48
|
bug 6521: for add host, return api response, even if the host is in disconnected state
status 6521: resolved fixed
|
2010-10-14 10:20:48 -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
|
d0e914a68d
|
new UI - left menu - make dashboard, ip address, account 2-level.
|
2010-10-14 09:30:22 -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 |
|
edison
|
2bdc45375e
|
fix a funny bug that integer left shift more than 32 bit, you will get a wrap around
|
2010-10-13 19:11:49 -07:00 |
|
NIKITA
|
23b04f4dae
|
grid_action changed
|
2010-10-13 18:37:14 -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
|
acdf1bd128
|
Minor change in Mid menu and Added label to Zone and Pod in Dashboard
|
2010-10-13 16:26:45 -07:00 |
|
Jessica Wang
|
e9ef7a1eb0
|
new UI - resources page - implement details tab for System VM.
|
2010-10-13 16:25:13 -07:00 |
|
Kris McQueen
|
354590d018
|
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
|
2010-10-13 16:09:38 -07:00 |
|
Kris McQueen
|
d928a6f3d9
|
If storage pool is null after adding a pool, throw an exception so the user sees a problem adding the pool. This is better than the NPE that was happening...
|
2010-10-13 16:08:49 -07:00 |
|
NIKITA
|
9580317518
|
Revised UI for left menu
|
2010-10-13 16:06:34 -07:00 |
|
Jessica Wang
|
9fbc8fd112
|
new UI - resources page - implement pod details tab.
|
2010-10-13 14:39:27 -07:00 |
|
Jessica Wang
|
8a413180fe
|
new UI - resources page - implement zone details tab.
|
2010-10-13 11:43:26 -07:00 |
|
Jessica Wang
|
f06eb93c55
|
new UI - resources page - clicking differet type of node will show different type of page.
|
2010-10-13 11:12:21 -07:00 |
|
Jessica Wang
|
f27785658e
|
new UI - specify element instead of elementId when switching between tabs.
|
2010-10-13 10:52:41 -07:00 |
|
Jessica Wang
|
e8898f25c5
|
new UI - resources page - fix the issue that all pods or all system vms are highlighted when one pod or one system vm is selected in zone tree.
|
2010-10-13 09:40:03 -07:00 |
|
Kris McQueen
|
5960911511
|
Fix processing of session parameters in logout case
|
2010-10-12 19:42:53 -07:00 |
|
Jessica Wang
|
4413a69733
|
new UI - Resources page - highlight each tree node (zone node, pod node, cluster node, host node, storage node, system vm node) when being clicked.
|
2010-10-12 18:51:40 -07:00 |
|
Kris McQueen
|
8e086d7a21
|
resolving merge conflicts between 2.1.refactor and master
|
2010-10-12 16:28:16 -07:00 |
|
Kris McQueen
|
0f4a245f0a
|
resolving merge conflicts before pushing to the remote repository
|
2010-10-12 15:37:50 -07:00 |
|
Kris McQueen
|
2740ba6c40
|
final merge of master->2.1.refactor preparing for merge back into master
|
2010-10-12 14:46:24 -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
|
2df194dfa7
|
new UI - Resources page - fix a bug that clicking zone arrow icon didn't show pod and systemVM in IE7.
|
2010-10-12 10:17:58 -07:00 |
|
Jessica Wang
|
99526ec468
|
new UI - resources page - fix a bug that zonetree doesn't show in IE7
|
2010-10-12 10:03:35 -07:00 |
|
Alex Huang
|
ce091de3d2
|
more changes for refactor
|
2010-10-12 07:17:47 -07:00 |
|
NIKITA
|
634b67ce07
|
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
|
2010-10-11 17:22:21 -07:00 |
|
NIKITA
|
23dc742c12
|
New Image for Continue in VM popup
|
2010-10-11 17:22:05 -07:00 |
|
Jessica Wang
|
2f6c1d5fff
|
new UI - ISO page - create VM from ISO - add hypervisor dropdown.
|
2010-10-11 17:03:17 -07:00 |
|
Jessica Wang
|
e747b12656
|
new UI - service offerings page - implement delete service offering action.
|
2010-10-11 16:18:27 -07:00 |
|
Jessica Wang
|
4f772abb27
|
new UI - instance page, volume page - fix a bug that after creation, clicking middle menu pops up javascript error.
|
2010-10-11 16:05:21 -07:00 |
|
NIKITA
|
319e70b0b2
|
New UI for mid menu in Resorces
|
2010-10-11 15:46:47 -07:00 |
|
Jessica Wang
|
44623bb116
|
new UI - Disk Offerings page - implement delete disk offering action.
|
2010-10-11 15:38:11 -07:00 |
|
Jessica Wang
|
3191ccd011
|
new UI - Global Settings page - update middle menu and right panel after global setting is changed.
|
2010-10-11 14:49:11 -07:00 |
|