Commit Graph

4685 Commits

Author SHA1 Message Date
Edison Su
c6e84374cc direct boot info to vga console instead of serial console for user vm template 2011-02-15 18:04:24 -05:00
Kelven Yang
d78cea1cea fix merge conflicts 2011-02-15 17:08:01 -08:00
Kelven Yang
43c82d03d8 UTF-8 fix - make encoding work across GET/POST 2011-02-15 17:06:29 -08:00
Jessica Wang
30930fdc5d template/ISO download status - show status in gray instead of in red when status is "N% Downloaded". 2011-02-15 17:01:21 -08:00
Jessica Wang
3beb02a865 Secondary Storage page - remove state row. 2011-02-15 16:33:50 -08:00
Edison Su
88f3d04eb2 fix dns issue that in direct network mode, user vm can not get domr ip as dns server, then user vm can resolve its hostname, the consequence is that "starting sendmail" is tooo slow 2011-02-15 16:29:57 -05:00
Jessica Wang
eb33345f2e template page - add Download Progress Bar that shows when download progress is not finished and hides when download progress finishes. 2011-02-15 16:27:08 -08:00
alena
a05400604b bug 8565: throw unsupported error code when non existing api command is sent
status 8565: resolved fixed
2011-02-15 16:01:09 -08:00
Jessica Wang
36e058114f ISO page - automatically refresh status and download progress bar every 2 seconds. 2011-02-15 16:00:38 -08:00
Jessica Wang
5c010cfce6 ISO page - add Download Progress Bar that shows when download progress is not finished and hides when download progress finishes. 2011-02-15 16:00:37 -08:00
Chiradeep Vittal
db2bd762a8 bug 8604: ensure .ssh directory is created before trying to write keys there 2011-02-15 15:40:28 -08:00
alena
42ddf74bc5 bug 8284: don't allow to create static nat rules for 2 different ip addresses and the same vm.
status 8284: resolved fixed
2011-02-15 13:52:00 -08:00
alena
c11a9c18e2 bug 8381: disassociateIpAddress is async now 2011-02-15 12:24:18 -08:00
Kelven Yang
d9d128ee9d Incremental refactoring - retire host_master table 2011-02-15 10:56:04 -08:00
alena
9c2db92b63 Fixed the bug when port forwarding rules were not reset correctly on domR restart/start (multiple public ip addresses case) 2011-02-15 10:49:46 -08:00
alena
d9dfd37bd4 Reapply static nat rules when domR starts/reboots 2011-02-15 10:45:28 -08:00
alena
d80caf24fd bug 8564: Changed implementation for static nat rules. Now we use separate interfaces instead of PortForwardingRules interfaces.
status 8564: resolved fixed
2011-02-15 10:45:28 -08:00
alena
08c377ea55 Access static fields in static way. 2011-02-15 10:45:28 -08:00
Kelven Yang
a0c48d7fa1 1) Rename console-common to console so that Eclipse project name is the same as folder name
2) Fix UTF encoding issue at servlet response
2011-02-15 10:04:06 -08:00
Jessica Wang
cabaa51247 bug 8263: Update Zone - make isPublic row editable if the zone is domain-specific; make isPublic row non-editable if the zone is public. 2011-02-14 17:36:54 -08:00
Jessica Wang
ea9ef6f076 bug 8263: Zone page - details tab - add isPublic row. 2011-02-14 17:19:26 -08:00
Jessica Wang
49cdddd275 bug 8498: Add ISO dialog - make OS Type field required when Bootable field is Yes; make OS Type field non-required when Bootable field is No. 2011-02-14 16:43:14 -08:00
Jessica Wang
0927a072b5 bug 8554: Add Zone Wizard - step 4- expand IP Range fields. 2011-02-14 15:57:06 -08:00
Jessica Wang
8ec78af804 fix a localized message for Add IP range to Direct Network dialog (whose HTML tag was messed up by translation tool) 2011-02-14 15:41:14 -08:00
Jessica Wang
2a72d067d5 Network page - implement refresh button on right panel for public network item and direct network item. 2011-02-14 15:28:59 -08:00
NIKITA
baf854fcb7 bug 8571: has been resolved 2011-02-14 15:24:43 -08:00
NIKITA
2fb7a04549 bug 8423: has been resolved 2011-02-14 15:17:36 -08:00
abhishek
1aab49fd8f bug 8547: some additions to the config vars to better indicate the units they use
status 8547: resolved fixed
2011-02-14 14:28:15 -08:00
Jessica Wang
737eac1bf4 VM Wizard - localize labels in review screen. 2011-02-14 13:52:44 -08:00
Frank
af7cfeccf6 Add vmware-base.jar to spec file 2011-02-14 13:36:55 -08:00
Jessica Wang
61bbbfba95 Resource page, Host page, Network page - localize title in all dialog boxes. 2011-02-14 13:13:26 -08:00
Jessica Wang
f48b7db08a Account page, Domain page - localize title in all dialog boxes. 2011-02-14 11:42:22 -08:00
anthony
242d5f369f add datacenterid in StartupStorageCommand for xenserver 2011-02-14 11:32:18 -08:00
Jessica Wang
a6b478e092 volume page - localize download volume message (2) 2011-02-14 11:24:11 -08:00
Jessica Wang
2deccb18ac volume page - localize download volume message. 2011-02-14 11:23:46 -08:00
Jessica Wang
0a70a18a77 add new words to translation files. 2011-02-14 10:52:19 -08:00
Jessica Wang
c22bd9ca37 fix a bug that Download ISO, Download Template showed # instead of URL in dialog box. 2011-02-11 20:26:21 -08:00
Jessica Wang
66547b606d Template page, ISO page - localize title in all dialog boxes. 2011-02-11 19:52:18 -08:00
Jessica Wang
cfb5940fbc IP Address page, Security Group page - localize title in all dialog boxes. 2011-02-11 19:32:34 -08:00
Jessica Wang
a3dd23864d Snapshot page - localize title in all dialog boxes. 2011-02-11 19:13:30 -08:00
Jessica Wang
0bc65d4292 Volume page - localize title in all dialog boxes. 2011-02-11 19:08:52 -08:00
Jessica Wang
62f841baf6 translate new words in messages_zh_CN.properties 2011-02-11 18:55:35 -08:00
alena
8cd7426dd0 bug 8455: for static nat port range don't allow start port to be bigger than end port
status 8455: resolved fixed
2011-02-11 17:43:56 -08:00
alena
0938509bc0 bug 7341: introduced search by id/vmId to listIpForwardingRules command
status 7341: resolved fixed
2011-02-11 17:14:34 -08:00
Alex Huang
7dd54f079b started vms with these latest 2011-02-11 17:03:04 -08:00
Alex Huang
b0f0efa29b more changes to make it work better in a cluster 2011-02-11 17:03:04 -08:00
Alex Huang
db7bc893b9 added cluster awareness to vm start/stop 2011-02-11 17:03:04 -08:00
Jessica Wang
b8767bad93 Instance page - localize dialog title. 2011-02-11 16:46:25 -08:00
Jessica Wang
85ea517350 Router page, SystemVM page - implement refresh button on right panel to refresh only the right panel (i.e. only the selected item in middle menu). 2011-02-11 16:06:52 -08:00
Jessica Wang
b5ba7f07f8 Event page, Alert page - implement refresh button on right panel to refresh only the right panel (i.e. only the selected item in middle menu). 2011-02-11 15:44:12 -08:00