Jessica Wang
0c1d89b357
bug 10843: cloudStack - Instance page - statistics tab - show "N/A" when NetworkRead/NetworkWrite is null or equal to zero.
2011-08-11 16:30:56 -07:00
Jessica Wang
4ab76f3021
bug 10843: cloudStack - Instance page - statistics tab - show "N/A" when NetworkRead/NetworkWrite is equal to zero. (2)
2011-08-11 16:12:43 -07:00
Jessica Wang
e750ae728d
cloudStack - sync UI change from 2.2.10 branch to 2.2.y branch.
2011-08-11 15:58:38 -07:00
Jessica Wang
142c943cc9
cloudStack - IP Address page - hide network tab for system-owned IP.
2011-08-11 15:47:27 -07:00
Jessica Wang
a50f20a9b5
cloudStack - IP Address page - for elasticLB-basicZone, do not open firewall when creating load balancer rule and IP.
2011-08-11 15:46:49 -07:00
Jessica Wang
f68caf5884
bug 11070: cloudStack - delete account - fix a bug that an API error showed after account was deleted ("listAccounts&id=N")
2011-08-11 15:46:07 -07:00
Jessica Wang
263c4430a5
bug 11016: cloudStack - Host page - add "host tags" in grid.
2011-08-11 10:10:38 -07:00
Jessica Wang
bac6b60f6c
bug 11065: cloudStack - cluster page - remove action "Manage Cluster" and "Unmanage Cluster".
2011-08-11 10:10:08 -07:00
Jessica Wang
6e27486e27
cloudStack - IP Address page - add a new tab "Firewall".
2011-08-10 19:23:24 -07:00
Jessica Wang
7e324b099d
cloudStack - IP Address page - port forwarding, port range - remove protocol option "ICMP".
2011-08-10 12:34:18 -07:00
Jessica Wang
9eabe886e5
cloudStack - IP Address page - Load Balancer tab - remove Source CIDR.
2011-08-10 12:33:50 -07:00
Jessica Wang
8369e7ae7a
cloudStack - IP Address page - Port Forwarding tab - remove Source CIDR.
2011-08-10 12:33:34 -07:00
Jessica Wang
dbd6fd9826
bug 11025: cloudStack - Elastic Load Balancer - IP address page - continue calling listPublicIpAddresses API instead of showing error when supportELB is "false".
2011-08-10 10:42:19 -07:00
Chiradeep Vittal
ed36020eba
fix for bad merge
2011-08-08 17:58:24 -07:00
Chiradeep Vittal
f0e7b4beb1
fix for bad merge
2011-08-08 17:58:13 -07:00
Chiradeep Vittal
8277584b8a
merge ELB / nectarine branch
2011-08-08 15:20:56 -07:00
frank
6aaf3d5ae0
Merge branch 'cvm'
...
Conflicts:
api/src/com/cloud/api/BaseCmd.java
api/src/com/cloud/storage/Storage.java
cloud.spec
core/src/com/cloud/storage/template/DownloadManagerImpl.java
server/src/com/cloud/agent/manager/AgentManagerImpl.java
server/src/com/cloud/configuration/DefaultComponentLibrary.java
server/src/com/cloud/deploy/FirstFitPlanner.java
server/src/com/cloud/host/dao/HostDao.java
server/src/com/cloud/storage/StorageManagerImpl.java
server/src/com/cloud/vm/UserVmManagerImpl.java
server/src/com/cloud/vm/VirtualMachineManagerImpl.java
utils/src/com/cloud/utils/SerialVersionUID.java
2011-08-08 14:14:09 -07:00
alena
67d590819e
bug 10864: fixed UI to return system Direct Guest network for the Advanced Security Group enabled zone
...
status 10864: resolved fixed
2011-08-01 12:44:37 -07:00
alena
ae8e7cdeb1
bug 10864: fixed UI to return system Direct Guest network for the Advanced Security Group enabled zone
...
status 10864: resolved fixed
2011-08-01 12:44:21 -07:00
Jessica Wang
f39cef1418
cloudStack - Elastic Load Balancer - hide tab_content_load_balancer when last IP is removed from middle menu.
2011-07-29 12:00:54 -07:00
Jessica Wang
c78357c386
cloudStack - Elastic Load Balancer - remove IP from middle menu when its last load balancer rule is removed.
2011-07-29 11:42:22 -07:00
frank
b0b3f16dae
Two things:
...
Load non-routing resource in ClusteredAgentManager includes External DHCP, PxeServer, ExternalFirewall, ExternalLoadBalancer
Bug 9887 - baremetal: support for image operation (create template from guest disk) (edit)
changes in line with UI
2011-07-29 11:28:09 -07:00
frank
055ec48ae8
Two things:
...
Load non-routing resource in ClusteredAgentManager includes External DHCP, PxeServer, ExternalFirewall, ExternalLoadBalancer
Bug 9887 - baremetal: support for image operation (create template from guest disk) (edit)
changes in line with UI
2011-07-29 11:25:35 -07:00
Jessica Wang
ca9fb52ba6
cloudStack - Elastic Load Balancer - createLoadBalancer API has been changed from sync to async. This is another UI change (create load balancer rule with IP) for it.
2011-07-28 19:50:16 -07:00
Jessica Wang
7e8393e6da
cloudStack - Elastic Load Balancer - click load balancer tab to populate load balancer rules when supportELB is "guest" or "public".
2011-07-28 19:12:24 -07:00
Jessica Wang
ac64855618
cloudStack - Elastic Load Balancer - hide details tab and show load balancer tab.
2011-07-28 18:49:33 -07:00
Jessica Wang
4ed5856407
cloudStack - Elastic Load Balancer - pass "forvirtualnetwork" whenever calling listPublicIpAddresses API. Otherwise, it will return an empty object.
2011-07-28 17:57:15 -07:00
Jessica Wang
68286170a2
cloudStack - Elastic Load Balancer - (1) After a zone is created, call listCapabilities API to refresh g_supportELB. (2) Add "forloadbalancing" parameter when calling listPublicIpAddresses API.
2011-07-28 17:28:19 -07:00
Jessica Wang
e3e4870953
cloudStack - Elastic Load Balancer - fix a bug that g_supportELB became null on 2nd browser window (2nd browser window doesn't require login).
2011-07-28 16:30:24 -07:00
Jessica Wang
bd5bc4d39d
cloudStack - Elastic Load Balancer - pass "forvirtualnetwork" parameter when calling listPublicIpAddresses API.
2011-07-28 16:17:44 -07:00
Jessica Wang
ddfcad7e72
cloudStack - Elastic Load Balancer - after creating a load balancer (with IP) successfuly, get publicIpId from createloadbalancerruleresponse, and get call listPublicIpAddresses API to get full info of this newly created IP.
2011-07-28 14:00:39 -07:00
Jessica Wang
a10c81453e
cloudStack - Elastic Load Balancer - listCapabilities API has been changed to return supportELB as "gest", "public" or "false". Here is related UI change.
2011-07-28 11:03:17 -07:00
Jessica Wang
b999980ce8
cloudStack - Elastic Load Balancer feature - if listCapabilities returns supportELB as true, hide Acquire IP button and show Add Load Balancer and IP button on IP Address page. Clicking Add Load Balancer and IP button will pop up a dialog containing zone dropdown (populated with basic zones), name, public port, private port, algorithm dropdown.
2011-07-27 19:41:57 -07:00
Jessica Wang
b06896c831
bug 10631: cloudStack - Instance page - Create Template from VM - add Image Directory input field.
2011-07-27 11:54:57 -07:00
Jessica Wang
609679db2b
bug 10631: cloudStack - Instance page - details tab - add new action "Create Template" when hypervisor is BareMetal.
2011-07-27 11:38:39 -07:00
Jessica Wang
2a8613cdff
bug 10631: cloudStack - Instance page - details tab - add hypervisor gridrow.
2011-07-27 11:38:00 -07:00
Jessica Wang
105edff968
bug 10631: cloudStack - Instance page - Create Template from VM - add Image Directory input field.
2011-07-27 11:31:06 -07:00
Jessica Wang
2b3c8fa120
bug 10631: cloudStack - Instance page - details tab - add new action "Create Template" when hypervisor is BareMetal.
2011-07-27 10:45:01 -07:00
Jessica Wang
8e54d17bd5
bug 10631: cloudStack - Instance page - details tab - add hypervisor gridrow.
2011-07-26 17:12:53 -07:00
Jessica Wang
02003fe101
bug 10801: cloudStack - IP Address page - Load Balancer tab - add Source CIDR.
2011-07-26 10:21:10 -07:00
Jessica Wang
8b84696c02
bug 10801: cloudStack - IP Address page - Load Balancer tab - add Source CIDR.
2011-07-26 10:16:00 -07:00
Jessica Wang
2f4c11e218
bug 10516: cloudStack - volume page - create template dialog - fix a bug that appears on IE browser (not on Firefox) - OS Tye dropdown is push down to next line.
2011-07-25 11:56:12 -07:00
Jessica Wang
74c67276b9
bug 10516: cloudStack - volume page - create template dialog - fix a bug that appears on IE browser (not on Firefox) - OS Tye dropdown is push down to next line.
2011-07-25 11:55:25 -07:00
Jessica Wang
1ab678e2a1
bug 10636: cloudStack - multiple-selection page (e.g. instance page) - when a selected middle menu item is in action (from top buttons), remove it from the map used for counting to show/hide top buttons.
2011-07-25 10:25:24 -07:00
Jessica Wang
bbee1e74b3
bug 10636: cloudStack - multiple-selection page (e.g. instance page) - when a selected middle menu item is in action (from top buttons), remove it from the map used for counting to show/hide top buttons.
2011-07-25 10:24:19 -07:00
Jessica Wang
2c9e60e67a
bug 10638: cloudStack - router page - change service offering action - exclude the current service offering that router is having from service offering dropdown.
2011-07-22 15:54:30 -07:00
Jessica Wang
9612da122c
bug 10638: cloudStack - router page - change service offering action - exclude the current service offering that router is having from service offering dropdown.
2011-07-22 15:53:34 -07:00
Jessica Wang
a342cbc08a
bug 10647: cloudStack - property "privateip" in listRouters API response has been renamed to "linklocalip". Here is related UI change.
2011-07-22 15:45:26 -07:00
Jessica Wang
5fdb167203
bug 10647: cloudStack - property "privateip" in listRouters API response has been renamed to "linklocalip". Here is related UI change.
2011-07-22 15:44:22 -07:00
Jessica Wang
29cd8a848c
Bug 10418: cloudStack - service offering page, system service offering page - add "Host Tags" in details tab.
2011-07-22 15:32:09 -07:00
Jessica Wang
b6cf19e23d
Bug 10418: service offering page, system service offering page - Add Service Offering dialog - add "Host tags" field.
2011-07-22 15:31:39 -07:00
Jessica Wang
63d869facb
Bug 10418: cloudStack - service offering page, system service offering page - add "Host Tags" in details tab.
2011-07-22 15:29:36 -07:00
Jessica Wang
ea844bf902
Bug 10418: service offering page, system service offering page - Add Service Offering dialog - add "Host tags" field.
2011-07-22 15:17:48 -07:00
Jessica Wang
032d9b313f
bug 10441: cloudStack - physical resources page - get total count number from new property "count" in listXXXXXXXXX API response.
2011-07-22 14:29:37 -07:00
Jessica Wang
d71d7f8eb2
bug 10441: cloudStack - physical resources page - get total count number from new property "count" in listXXXXXXXXX API response.
2011-07-22 14:21:50 -07:00
Jessica Wang
20958fd613
(1) cloudStack - network page - updateNetwork API has been changed from sync to async. Here is related UI change.
...
(2) cloudStack - network page - Edit Network action - show spinning wheel in action (Edit Network is async now).
2011-07-22 13:46:23 -07:00
Jessica Wang
75217ec1cc
cloudStack - network page - Edit Network action - show spinning wheel in action (Edit Network is async now).
2011-07-22 13:41:19 -07:00
Jessica Wang
0018c15614
cloudStack - network page - updateNetwork API has been changed from sync to async. Here is related UI change.
2011-07-22 13:09:11 -07:00
Jessica Wang
9791cddccc
bug 10790: cloudStack - volume page - Hide Storage for normal user. Show storage for root admin and domain admin.
2011-07-22 10:24:35 -07:00
Jessica Wang
ee2d8782ee
bug 10790: cloudStack - volume page - Hide Storage for normal user. Show storage for root admin and domain admin.
2011-07-21 16:58:32 -07:00
Jessica Wang
e96c070381
cloudStack - Cluster page - fix a bug that Manage Cluster action showed wrong message.
2011-07-21 10:29:07 -07:00
Jessica Wang
066121b052
cloudStack - Cluster page - fix a bug that Manage Cluster action showed wrong message.
2011-07-21 10:26:24 -07:00
Jessica Wang
a397edd60a
cloudStack - cluster page - When managedState is "Managed". show "Unmanage Cluser" option. Otherwise, show "Manage Cluster" option.
2011-07-20 14:39:01 -07:00
Jessica Wang
4b63110134
cloudStack - cluster page - add "Manged State".
2011-07-20 14:36:58 -07:00
Jessica Wang
9ff3ea9c0c
cloudStack - cluster page - When managedState is "Managed". show "Unmanage Cluser" option. Otherwise, show "Manage Cluster" option.
2011-07-20 14:33:47 -07:00
Jessica Wang
fdf94950b3
cloudStack - cluster page - add "Manged State".
2011-07-20 13:45:33 -07:00
Jessica Wang
0800b6423b
cloudStack - snapshot page - populate volume name first, then snapshot state.
2011-07-20 11:42:10 -07:00
Jessica Wang
af24052361
cloudStack - volume page - snapshot tab - only show Create Volume action, Create Template action when snapshot state is "BackedUp".
2011-07-20 11:40:29 -07:00
Jessica Wang
62076cbf47
cloudStack - router page - add "Is redundant router" row.
2011-07-20 11:39:15 -07:00
Jessica Wang
962c966937
cloudStack - Network Offering page - add redundant router.
2011-07-20 11:38:39 -07:00
Jessica Wang
6f35fd45a0
cloudStack - IP Address page - Port Forwarding tab - add Source IDCR.
2011-07-20 11:37:59 -07:00
Jessica Wang
642b6012a4
cloudStack - host page - add "force delete host" option on confirmation box.
2011-07-20 11:36:08 -07:00
Jessica Wang
d6b3a37e03
cloudStack UI - Secondary Storage page - fix a bug "secondRowText is not defined".
2011-07-19 16:52:26 -07:00
Jessica Wang
ebcb76f14a
bug 8950: cloudStack UI - Network page - Add IP Range to Direct Network - don't have to specify "vlan" parameter when Adding IP Range to Direct Network.
2011-07-19 16:48:25 -07:00
Jessica Wang
047e4c63a0
bug 9101: cloudStack UI - Edit Instance - fix a bug that HAEnabled dropdown was empty.
2011-07-19 16:46:56 -07:00
Jessica Wang
a2b4320393
bug 9265: cloudStack UI - middle menu - set maximum length for first row text and second row text.
2011-07-19 16:44:36 -07:00
Jessica Wang
ff828e5bfb
bug 10024: CloudStack UI - fix a bug that adding a pod from the resource page page didn't work.
2011-07-19 16:40:53 -07:00
Jessica Wang
30be8a7af9
bug 10247: cloudStack UI - Primary Storage page - Add Primary Storage dialog - default cluster dropdown to the cluster that the primary storage is under.
2011-07-19 16:39:05 -07:00
Jessica Wang
1e4ad6c48b
bug 10232: CloudStack UI - Instance page - fix a bug that VMName was not decoded when encode.api.response is set to true.
2011-07-19 16:37:05 -07:00
Jessica Wang
d3a05d0158
cloudStack UI - instance page - remove vmGroup submenu since it keeps confusing users.
2011-07-19 16:36:03 -07:00
Jessica Wang
650b19cc73
cloudStack UI - secondary storage page - remove middle menu item after Delete Secondary Storage action succeeds.
2011-07-19 15:43:01 -07:00
Jessica Wang
140d872259
cloudStack - UserVM page - Stop VM action - add option "Force Stop".
2011-07-11 15:50:47 -07:00
Jessica Wang
2d1330125d
cloudStack - secondary storage page - remove Version grid row.
2011-07-08 14:47:17 -07:00
Jessica Wang
9f8e129b01
cloudStack - secondary storage page - remove Version grid row.
2011-07-08 14:45:51 -07:00
will
48d8dab096
Reverted Source CIDR changes. Removed Port Ranges from the UI for now.
2011-07-07 22:49:06 -07:00
will
0f064e394b
- Removed source CIDR from the UI for now
2011-07-07 19:55:25 -07:00
Jessica Wang
a756a9e171
bug 10600: Pod page - Network Device tab - remove "Delete Network Device" action.
2011-07-06 15:54:28 -07:00
Jessica Wang
b0d6403369
bug 10600: Pod page - Network Device tab - remove "Delete Network Device" action.
2011-07-06 15:52:13 -07:00
Jessica Wang
cb8e23fa33
bug 10500: cloudStack - periodically Check non-Complete-AsyncJob - Only popup dialog when getting action label succeeds.
2011-06-29 20:05:38 -07:00
Jessica Wang
95e77a41f0
bug 10500: cloudStack - periodically Check non-Complete-AsyncJob - Only popup dialog when getting action label succeeds.
2011-06-29 20:03:21 -07:00
Jessica Wang
7f47f7b04b
bug 10340: cloudStack - extend createPortFowardingRule to support CIDRList instead of CIDR.
2011-06-28 18:15:58 -07:00
Jessica Wang
d9aa289b56
bug 10340: cloudStack - extend createPortFowardingRule to support CIDRList instead of CIDR.
2011-06-28 18:08:46 -07:00
Jessica Wang
8402cfaa1d
bug 10433: fix a bug that was caused by global zone name cache.
2011-06-27 14:33:00 -07:00
Jessica Wang
615af2971e
bug 10433: fix a bug that was caused by global zone name cache.
2011-06-27 14:29:24 -07:00
Jessica Wang
c802559a46
bug 10356: cloudStack UI - System Service Offerings page - (1) add a grid row "Default Use". (2) Hide Delete Action and Edit Action when Default Use is true.
2011-06-21 16:11:02 -07:00
Jessica Wang
08b0df39f4
bug 10360: cloudStack UI - Router page - listServiceOfferings API has changed to take in new parameter "systemvmtype". Here is related UI change.
2011-06-21 16:10:05 -07:00
Jessica Wang
33e87159e5
bug 10356: cloudStack UI - System Service Offerings page - (1) add a grid row "Default Use". (2) Hide Delete Action and Edit Action when Default Use is true.
2011-06-21 14:49:52 -07:00
Jessica Wang
f8abe298d4
bug 10360: cloudStack UI - Router page - listServiceOfferings API has changed to take in new parameter "systemvmtype". Here is related UI change.
2011-06-21 14:25:38 -07:00
Jessica Wang
cfe2af8db8
bug 10340: CloudStack UI - IP Address page - Port Forwarding tab - add new field "CIDR".
2011-06-20 11:55:52 -07:00
Jessica Wang
8c9108370c
bug 10340: CloudStack UI - IP Address page - Port Forwarding tab - add new field "CIDR".
2011-06-20 11:34:05 -07:00
Jessica Wang
49b041fac6
bug 9419: CloudStack UI - Account page- add new action "Update Resource Count".
2011-06-17 10:58:43 -07:00
Jessica Wang
9ab65522f9
bug 9419: CloudStack UI - Domain page- add new action "Update Resource Count".
2011-06-17 10:54:21 -07:00
Jessica Wang
987d103278
bug 9419: CloudStack UI - Account page- add new action "Update Resource Count".
2011-06-17 10:51:59 -07:00
Jessica Wang
7f05b38e18
bug 9419: CloudStack UI - Domain page- add new action "Update Resource Count".
2011-06-17 10:32:55 -07:00
Jessica Wang
2f77061434
bug 9579: cloudStack UI - Network page - Update Direct Network - Make "Network Domain" editable if this network includes service "Dns" which includes capability "AllowDnsSuffixModification".
2011-06-17 09:33:41 -07:00
Jessica Wang
96bb76a596
bug 9579: cloudStack UI - Network page - Add Direct Network - add new field "Network Domain".
2011-06-17 09:28:11 -07:00
Jessica Wang
45fcbd74d5
bug 10335: cloudStack UI - volume page - snapshot tab - hide Create Volume, Create Template action when snapshot state is not Backedup.
2011-06-16 16:42:32 -07:00
Jessica Wang
cb981e6682
bug 9579: cloudStack UI - Network page - Update Direct Network - Make "Network Domain" editable if this network includes service "Dns" which includes capability "AllowDnsSuffixModification".
2011-06-16 19:13:50 -07:00
Jessica Wang
6016c4c791
bug 9579: cloudStack UI - Network page - Add Direct Network - add new field "Network Domain".
2011-06-16 18:10:13 -07:00
Jessica Wang
8b514c79a5
cloudStack UI - Secondary Storage page - fix a bug "secondRowText is not defined".
2011-06-16 16:14:50 -07:00
Jessica Wang
11e9b19780
bug 8950: cloudStack UI - Network page - Add IP Range to Direct Network - don't have to specify "vlan" parameter when Adding IP Range to Direct Network.
2011-06-16 14:04:05 -07:00
Jessica Wang
32f2ec4222
bug 9101: cloudStack UI - Edit Instance - fix a bug that HAEnabled dropdown was empty.
2011-06-16 12:27:25 -07:00
Jessica Wang
08fc2b2bed
CloudStack UI - network offering page - "is redundant router (yes/no)" shouldn't allowed to be modified.
2011-06-15 18:14:52 -07:00
Jessica Wang
1ce37a4712
CloudStack UI - router page - add "redundant router" field (yes/no) which is editable.
2011-06-15 16:17:16 -07:00
Jessica Wang
d98f7ebfbd
CloudStack UI - router page - add Redundant grid row that indicates whether this router is redundant or not. And if it's, redundant state will be shown on UI.
2011-06-15 15:54:08 -07:00
Jessica Wang
0fefd9f2ae
bug 9265: cloudStack UI - middle menu - set maximum length for first row text and second row text.
2011-06-15 14:55:35 -07:00
Jessica Wang
ec81e1ac7b
cloudStack UI - Domain page - Delete Domain dialog - add a checkbox "Force Delete" and if it's checked, UI calls "deleteDomain&cleanup=true" that will delete all child domains and all accounts under this domain.
2011-06-15 11:12:20 -07:00
Jessica Wang
770c5cd377
cloudStack UI - Domain page - Delete Domain dialog - add a checkbox "Force Delete" and if it's checked, UI calls "deleteDomain&cleanup=true" that will delete all child domains and all accounts under this domain.
2011-06-14 18:30:04 -07:00
Kelven Yang
f7e4fc742f
merge adding host fix from 2.2.4
2011-06-14 17:54:42 -07:00
Jessica Wang
b91a319777
bug 9549: CloudStack UI - deleteHost API now takes in new parameter "forced". Here is related UI change: a checkbox "Force Remove" has been added to Remove Host Confirmation Dialog.
2011-06-14 17:52:57 -07:00
Kelven Yang
24c87c306b
merge adding host fix from 2.2.4
2011-06-14 17:16:19 -07:00
Jessica Wang
2ef54824b5
bug 10024: CloudStack UI - fix a bug that adding a pod from the resource page page didn't work.
2011-06-14 16:48:32 -07:00
Jessica Wang
cc0eb59aef
bug 10247: cloudStack UI - Primary Storage page - Add Primary Storage dialog - default cluster dropdown to the cluster that the primary storage is under.
2011-06-14 10:34:24 -07:00
Jessica Wang
0611c92cad
cloudStack UI - Instance page - Stop Instance - show "Force Stop Instance" option for root-admin.
2011-06-13 16:54:54 -07:00
Jessica Wang
fae0d33a49
bug 10232: CloudStack UI - Instance page - fix a bug that VMName was not decoded when encode.api.response is set to true.
2011-06-13 14:59:13 -07:00
Jessica Wang
f904493ed9
cloudStack UI - instance page - remove vmGroup submenu since it keeps confusing users.
2011-06-13 11:08:35 -07:00
Jessica Wang
56c8fe637e
cloudStack UI - secondary storage page - remove middle menu item after Delete Secondary Storage action succeeds.
2011-06-13 10:36:02 -07:00
Jessica Wang
9b2350d074
CloudStack UI - Add Template dialog- When hypervisor type is "Ovm", format field should be populated with "RAW".
2011-06-10 15:17:35 -07:00
Jessica Wang
90e9b9757c
bug 10199: CloudStack UI - Network Offering page - name field is not allowed to be modified.
2011-06-08 19:16:32 -07:00
Jessica Wang
55b9eaaa81
bug 10199: CloudStack UI - Network Offering page - name field is not allowed to be modified.
2011-06-08 19:07:20 -07:00
Jessica Wang
4d871b2a10
bug 7194: cloudStack UI - IP Address page - create port forwarding rule - since private port and private end port might be different from public port and public end port, remove functionality "If public end port gets filled, disable private ports and copy public ports over to private ports."
2011-06-07 17:44:12 -07:00
Jessica Wang
d0d0bd97b5
CloudStack - Add Network Dialog - fix a bug that & is missing between isShared parameter and isDefault parameter in createNetwork API call.
2011-06-07 17:29:35 -07:00
Jessica Wang
42df9043a2
cloudStack - Add Network Dialog - correct element ID of tags input field.
2011-06-07 17:28:45 -07:00
Jessica Wang
e2288aaedd
bug 7194: cloudStack UI - IP Address page - create port forwarding rule - since private port and private end port might be different from public port and public end port, remove functionality "If public end port gets filled, disable private ports and copy public ports over to private ports."
2011-06-07 17:42:42 -07:00
Jessica Wang
379713d90d
CloudStack - Add Network Dialog - fix a bug that & is missing between isShared parameter and isDefault parameter in createNetwork API call.
2011-06-07 17:21:04 -07:00
Jessica Wang
77c6383db7
cloudStack - Add Network Dialog - correct element ID of tags input field.
2011-06-07 17:14:08 -07:00
Jessica Wang
7768ab4176
bug 10172: CloudStack UI - Add Host Dialog - when selected hypervisor is Ovm, show 2 more input fields "agent username", "agent password".
2011-06-07 14:01:50 -07:00
Jessica Wang
973a00ff59
bug 9877: cloudStack UI - Add Zone Wizard - Clicking radio buttons (VLAN, Security Groups) under Advanced Mode will make Advanced Mode checked.
2011-06-06 18:11:07 -07:00
Jessica Wang
bd7752bd62
bug 8809: cloudStack UI - Add Template dialog - If "All Zones" is selected, call "listHypervisors&zoneid=-1" instead of "listHypervisors".
2011-06-06 17:06:53 -07:00
Jessica Wang
b455b14d8b
bug 9903: cloudStack UI - VM Wizard - security groups selection - exclude default security group since it's always applied.
2011-06-06 16:49:31 -07:00
Jessica Wang
506825ef69
bug 9878: cloudStack UI - VW Wizard - empty hypervisor dropdown before adding options.
2011-06-06 16:20:02 -07:00
Jessica Wang
7156213513
bug 7553: cloudStack - Router page - change service - exclude service offering currently used by this router in service offering dropdown.
2011-06-06 15:55:48 -07:00
Jessica Wang
f03273f34e
bug 7194: cloudStack UI - IP Address page - create port forwarding rule - If public end port gets filled, disable private ports and copy public ports over to private ports.
2011-06-02 20:05:47 -07:00
Jessica Wang
70b5ab45fa
bug 7194: cloudStack UI - IP Address page - list port forwarding rules - add public end port and private end port.
2011-06-02 19:45:55 -07:00
Jessica Wang
87b3a326f3
bug 7194: cloudStack UI - IP Address page - create port forwarding rule - (1) split public port into public start port, public end port. (2) split private port into private start port, private end port.
2011-06-02 19:27:54 -07:00
Jessica Wang
2a6215abca
bug 9959: cloudStack - Add Network Device dialog, Add External Firewall dialog, Add External Load Balancer dialog - encode parameter values before passing them to API.
2011-06-02 17:20:00 -07:00
Jessica Wang
ba3c2499ff
cloudStack - Network page - Edit Network - make tags field editable.
2011-06-02 10:32:32 -07:00
Jessica Wang
180b9d49b4
cloudStack - Add Network dialog - add new field "tags".
2011-06-01 18:29:00 -07:00
Jessica Wang
80e0e7a4e6
cloudStack - capability doesn't always get returned in Firewall object. Do a extra validation before loop through it.
2011-06-01 12:05:33 -07:00
Jessica Wang
0685782fa9
bug 7553: cloudStack - Router page - change service - call changeServiceForRouter API.
2011-05-31 17:10:36 -07:00
Jessica Wang
c6a0c62fb6
bug 7553: cloudStack - Router page - add Service Offering gridrow.
2011-05-31 17:00:53 -07:00
Jessica Wang
5abe9a3e79
bug 7553: cloudStack - Router page - add new action "change service".
2011-05-31 16:40:22 -07:00
Jessica Wang
997ef3768f
bug 7553: cloudStack - System Service Offering - implement Add System Service Offering action.
2011-05-31 15:59:17 -07:00
Jessica Wang
c2b5b2ef95
bug 7553: cloudStack - System Service Offering - correct left menu clicking.
2011-05-31 14:20:52 -07:00
Jessica Wang
69cab811aa
bug 7553: cloudStack - add files for new page "System Service Offering".
2011-05-31 13:23:18 -07:00
Jessica Wang
3b9c9815c8
bug 7553: listServiceOfferings API has a new parameter "issystem" now. Change UI to call "listServiceOfferings&issystem=false" for listing non-system service offerings.
2011-05-31 12:04:08 -07:00
Jessica Wang
c90bd9fdb0
CloudStack UI - Add Primary Storage dialog - hide Server field when Protocol is "PreSetup" or "SharedMountPoint". Show Server field otherwise.
2011-05-17 16:57:41 -07:00
Jessica Wang
0f566e4109
bug 9888: CloudStack UI - Support multiple secondary stroage for each zone - fix a bug that clicking middle menu didn't populate right content to right panel.
2011-05-17 16:31:41 -07:00
Jessica Wang
61cecfec2e
bug 9888: CloudStack UI - Support multiple secondary stroage for each zone. (before this change, only one secondary storage for each zone)
2011-05-17 15:27:55 -07:00
Jessica Wang
c732513d8a
cloudStack UI - Recurring Snapshot - fix a bug that when "hour" is "08" or "09", it will mysteriously change to "12" when Apply button is clicked.
2011-05-11 17:55:41 -07:00
Jessica Wang
7013b997d4
CloudStack UI - Volume page - fix a JavaScript error "Unable to get value of the property 'iscustomized': object is null or undefined"
2011-05-11 17:34:55 -07:00
Jessica Wang
053246170c
bug 9557: CloudStack UI - Recurring Snapshot dialog - reset hidden info in interval dropdown.
2011-05-11 16:47:47 -07:00
Jessica Wang
cf9ebb76e7
bug 9604: Network page - implement action "Edit Network" for newly added API "updateNetwork".
2011-05-11 14:51:41 -07:00
Jessica Wang
2e645d18cf
bug 9795: Copy Template Dialog, Copy ISO Dialog - fix a bug that entries in zone dropdown are duplicated when the dialog pops up the 2nd time.
2011-05-10 14:34:56 -07:00
Jessica Wang
8901d0e73c
Bug 8691: Instance page - Attach ISO action - make ISO dropdown list all ISOs (including community ISO and featured ISO).
2011-05-10 14:22:34 -07:00
Jessica Wang
98f7abb6dc
cloudStack UI - Instance page (multiple-selection-middle-menu page) - fix a bug that multiple-selection menu behaved weird on slow machine (e.g. Chandan's machine).
2011-05-10 12:01:51 -07:00
Jessica Wang
19282b62d8
bug 9786: zone tree - for basic zone - hide details tab when nothing is in the middle menu (i.e. no public network is in the middle menu).
2011-05-09 17:39:30 -07:00
Jessica Wang
175b74483d
bug 9786: zone tree - fix a bug that Add External Firewall button and Add Load Balancer button were missing when clicking between advanced zone and basic zone that has no external firewalls.
2011-05-09 17:29:44 -07:00
Jessica Wang
9f7619f209
bug 9786: zone tree - for basic zone - show public_network_page container when there is no public network in middle menu.
2011-05-09 17:10:42 -07:00
Frank
a02db1d1ba
Enable UI support nfs for ovm primary storage
2011-05-09 16:33:34 -07:00
Jessica Wang
d5ccbfee65
bug 9786: zone tree - after addExternalFirewall/deleteExternalFirewall, refresh middle menu and top buttons.
2011-05-09 15:11:15 -07:00
Jessica Wang
165963da42
bug 9786: zone tree - for basic zone - hide public network middle menu item, Add IP Range button if listExternalFirewall returns 0 item.
2011-05-09 14:46:43 -07:00
Jessica Wang
8316569710
bug 9774: snapshot page - (1) add state grid row in details tab. (2) only show action "Create Volume", "Create Template" when snapshot state is "BackedUp".
2011-05-06 19:21:46 -07:00
Jessica Wang
ba9d2d946a
bug 8296: fix a bug that periodicallyCheckNonCompleteAsyncJob() sent out-of-date jobId to queryAsyncJobResult API.
2011-05-06 16:47:38 -07:00
Jessica Wang
5166285f99
bug 8296: show action complete(success/fail) info in a dialog box even users have navigated to a different page. This change applies to all actions in subgrids and multiple-selection middle menus in all pages.
2011-05-06 16:24:44 -07:00
Jessica Wang
d0174a22f9
bug 8296: show action complete(success/fail) info in a dialog box even users have navigated to a different page. This change applies to all actions in details tab in all pages.
2011-05-06 16:02:28 -07:00
Jessica Wang
db6264cd43
bug 6873: CloudStack UI - Enable/Disable Cluster/Pod/Zone action: only refresh allocationstate grid row and action menu after action succeeds.
2011-05-05 18:46:08 -07:00
Jessica Wang
4c6833b8f2
bug 9687: CloudStack UI - Instance page - Security Group tab - add ingress rules under each security group.
2011-05-05 15:49:45 -07:00
Jessica Wang
39a73cf174
bug 6873: CloudStack UI - Disable Zone action - correct parameter value passed to updateZone API.
2011-05-04 17:50:15 -07:00
Jessica Wang
66c2deb126
bug 6873: CloudStack UI - Zone page - implement Enable/Disable Zone action.
2011-05-04 17:26:21 -07:00
Jessica Wang
f0b8540d98
bug 6873: CloudStack UI - Pod page - implement Enable/Disable Pod action.
2011-05-04 17:09:12 -07:00
Jessica Wang
36d0132950
bug 6873: CloudStack UI - Cluster page - implement Enable/Disable Cluster action.
2011-05-04 16:18:49 -07:00
Jessica Wang
b19ddbff0e
bug 9534: CloudStack UI - Service Offering page - details tab - add a grid row "CPU Cap".
2011-05-04 15:31:24 -07:00
Jessica Wang
2b4a463faf
bug 9534: CloudStack UI - Add Service Offering Dialog - add "CPU cap: (yes/no)"
2011-05-04 14:57:01 -07:00
Jessica Wang
57b08cb76b
CloudStack UI - Instance page - add "Security Group" tab.
2011-05-02 19:42:42 -07:00
Jessica Wang
f57fc2beb7
CloudStack - Pod page - Network Device - implement Delete Network Device action.
2011-05-02 17:34:11 -07:00
Jessica Wang
07ed87b14f
networkdevicetype parameter in listNetworkDevice API has been changed from required to optional. When networkdevicetype parameter is not specified, listNetworkDevice API returns network devices of all types. Thus, UI only needs to make 1 API call to get all network devices now.
2011-05-02 17:27:13 -07:00
Jessica Wang
479c6ea313
bug 6873: Zone/Pod/Cluster page - add State grid row in details tab.
2011-05-02 17:04:22 -07:00
Jessica Wang
2f3bb28ca7
ListNetworkDeviceCmd - response object name has been changed. Here is related UI change.
2011-05-02 16:20:32 -07:00
Jessica Wang
b8468eab08
CloudStack - pod page - network device tab - populate network devices to grid when this tab is clicked.
2011-05-02 16:07:18 -07:00
Jessica Wang
6fe9025c89
cloudStack - network device UI - chagne TFT Directory to TFTP Directory.
2011-05-02 15:30:34 -07:00
Jessica Wang
795688d99c
CloudStack - pod page - Add Network Device - implement for type PxeServer.
2011-05-02 15:25:40 -07:00
Jessica Wang
c6965f06cc
CloudStack - pod page - Add Network Device - after addNetworkDevice API returns succeeds, show newly added network device in grid.
2011-05-02 14:56:36 -07:00
Jessica Wang
30463230b8
CloudStack - Pod page - addNetworkDevice API has been renamed. Here is related UI change.
2011-05-02 14:19:44 -07:00
Jessica Wang
666055239a
CloudStack - Add Primary Storage dialog - when protocol is PreSetup, Server field will be set to "127.0.0.1" and non-editable.
2011-04-29 16:17:54 -07:00
Jessica Wang
9621adad9d
CloudStack - Pod page - Add Network Device dialog - hide success/fail message container when Add button is hit. Show it after action completes (succeed or fail).
2011-04-29 11:25:16 -07:00
Jessica Wang
ecc56d535d
Add Network Device - correct typo of parameter name.
2011-04-29 10:28:57 -07:00
will
4a96e4cb0f
bug 8816: Changed private ip address to link local address when displaying virtual routers.
2011-04-28 18:15:53 -07:00
Jessica Wang
e815ed6df7
cloudStack - Pod page - new button "Add Network Device" - implement type PxeServer.
2011-04-28 14:44:31 -07:00
Jessica Wang
9552de426f
cloudStack - Pod page - new button "Add Network Device" - implement type ExternalDHCP.
2011-04-28 13:46:35 -07:00