540 Commits

Author SHA1 Message Date
Jessica Wang
e27537f51b cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - implement Refresh button. 2012-04-10 12:33:25 -07:00
Jessica Wang
ae8e9a11ec cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - get supported services from API call instead of hard-coding. 2012-04-10 11:49:10 -07:00
Jessica Wang
e4a41071de cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - implement Refresh button. 2012-04-09 16:57:21 -07:00
Jessica Wang
5659691140 cloudstack 3.0 UI - physical network page - guest traffic type - networks tab (guest networks) - implement Refresh button. 2012-04-09 16:18:00 -07:00
Jessica Wang
ed943dbd75 cloudstack 3.0 UI - physical network page - guest traffic type - implement Refresh button. 2012-04-09 15:34:09 -07:00
Jessica Wang
3cf68e14c7 cloudstack 3.0 UI - System VM page - implement Refresh button. 2012-04-09 15:05:16 -07:00
Brian Federle
3a5a60c0be Add 'view all' shortcuts for common zone resources
On the physical resources dashboard, add a button to view all
resources for pods, clusters, and hosts. This will compile a
list view containing the resources across all zones.

In order to be able to add resources when in this zone-inspecific mode,
a zone drop-down had to be added to the create forms for
pods, clusters, and hosts.
2012-04-09 13:26:08 -07:00
Jessica Wang
97d9862de7 bug 14539: cloudstack 3.0 UI - system VM page - add "change service offering" action which shows when systemVM state is Stopped. 2012-04-06 15:48:42 -07:00
Brian Federle
6531618289 bug 14411: Add 'None' option for no host OS preference 2012-04-05 11:53:42 -07:00
Jessica Wang
68f9e6f4ea bug 14591: cloudstack 3.0 UI - remove Change Service option from router page. 2012-04-04 15:05:14 -07:00
frank
2f634c0913 Switch to Apache license 2012-04-03 04:50:05 -07:00
Jessica Wang
892a29c2ef bug 14585: cloudstack 3.0 UI - systemVM page - after destroy action completes, close detailView and remove it from listView. 2012-04-02 17:03:57 -07:00
Jessica Wang
0b6c9fed5e bug 12421: cloudstack 3.0 UI - infrastructure page - cluster section - add an extra property ("state" property) to cluster object from API call. "state" property is not returned by API call. "state" property's value is determined by "managestate" property and "allocation" property returned by API call. 2012-03-30 16:31:56 -07:00
Brian Federle
3107ad88a5 Add missing page + pageSize params to network provider list views 2012-03-30 15:04:23 -07:00
Brian Federle
c568df743f Revert "Add support for OVM traffic labels in UI"
This reverts commit a199d1f7a2045d74eb6184e9ed6d0f2f39edf3fd.
2012-03-28 14:34:04 -07:00
Brian Federle
a199d1f7a2 Add support for OVM traffic labels in UI 2012-03-28 11:11:17 -07:00
Brian Federle
63111c43c5 bug 14098
Always allow edit guest network action, for both basic and advanced
zones.
2012-03-28 10:36:30 -07:00
Jessica Wang
4ae1fac40f cloudstack 3.0 UI - infrastructure - service providers - SRX list view - remove a wrong field, add another 2 fields. 2012-03-26 14:53:06 -07:00
Jessica Wang
c91c9b3f3d cloudstack 3.0 UI - infrastructure - service providers - security group provider detail view - correct view all from view security groups to view rules. 2012-03-26 14:11:22 -07:00
Jessica Wang
aaaaadf16f cloudstack 3.0 UI - infrastructure - service provider detail view - correct view all label from view provider to view devices. 2012-03-26 12:47:21 -07:00
Jessica Wang
ab3d4f2e12 cloudstack 3.0 UI - service provider detail view - show service provider info instead of physical network info. 2012-03-26 11:59:21 -07:00
Jessica Wang
0472a9e121 remove obsolete code since we don't display the individual providers on the system chart anymore. 2012-03-22 16:36:38 -07:00
Brian Federle
e682d9a622 bug 14231: Per-account public IP range support
Add UI support for associating IP ranges with specific account + domain;
this is accessible by going to the system network graph->public->IP
range edit, where clicking on 'Add user' button opens a dialog to
specify an account and domain.

Note that right now editing of existing IP ranges is not supported, so
in order to associate a range with another account, the IP range needs
to be dropped and re-created with the new account configuration.
2012-03-21 09:29:31 -07:00
Brian Federle
f9a7619ae5 Error handling for multiEdit remove action 2012-03-21 09:28:50 -07:00
Jessica Wang
7cb0351eaa bug 14425: cloudstack 3.0 UI - infrastructure page - create guest network - not pass subDomainAccess to createNetwork API when scope is Account. 2012-03-20 16:16:42 -07:00
Jessica Wang
ce8c58fda4 bug 14422: infrastructure page - add guest network - Pass physical network ID to createNetwork API only when network offering's guestiptype is Shared. Not pass it if it's Isolated. 2012-03-20 16:04:06 -07:00
Jessica Wang
257997398e cloudstack 3.0 UI - infrastructure page - zone detail - rename "network" tab to "physical network" tab. 2012-03-20 14:39:27 -07:00
Jessica Wang
3d327c03be bug 14056: cloudstack 3.0 UI - infrastructure page - zone detail - physical network listView - provide delete action in listView. 2012-03-20 14:31:56 -07:00
Jessica Wang
5079cb6a06 bug 14332: cloudstack 3.0 UI - Host page - make "Remove Host" action available when host state is Down, Alert, Disconnected or when resource state is Maintenance, Disabled. 2012-03-16 15:58:15 -07:00
Jessica Wang
c4c68e2995 cloudstack 3.0 UI - fix a JS error "str.replace is undefined". 2012-03-14 14:36:44 -07:00
Jessica Wang
4b4cba10c7 cloudstack 3.0 UI - replace old sanitizeXSS() with new cloudStack.sanitize(). 2012-03-14 14:03:28 -07:00
Jessica Wang
ad74b396dc cloudstack 3.0 UI - network page, infrastructure page - guest network - restart network action - Hide "clean up" checkbox if it's Basic zone. Show "clean up" checkbox if it's Advanced zone. 2012-03-13 16:56:08 -07:00
Jessica Wang
13a9a98ef4 cloudstack 3.0 UI - network page, infrastructure page - guest network - restart network action - uncheck and gray out "clean up" checkbox if it's Basic zone. Check and enable the checkbox if it's Advanced zone. 2012-03-13 16:17:40 -07:00
Jessica Wang
1c4f580a85 cloudstack 3.0 UI - guest network - show Edit action for Isolated network. Show Restart action for all networks. 2012-03-13 15:15:54 -07:00
Jessica Wang
3f86fe78f2 cloudstack 3.0 UI -infrastructure page - remove obsolete code. 2012-03-13 14:31:45 -07:00
Jessica Wang
af06038b9d infrastructure page - zone detail - guest traffic type - networks tab - pass listAll=true to 2nd listNetworks API. 2012-03-12 14:48:48 -07:00
Jessica Wang
64a61f5ccb bug 13112: cloudstack 3.0 UI - host page - add Statistics tab. 2012-03-09 13:49:23 -08:00
Jessica Wang
595b7e5c04 cloudstack 3.0 UI - delete zone, delete pod, delete clouster in detailView - after action is finished, remove detailView and remove corresponding row from listView. 2012-03-09 11:26:06 -08:00
Jessica Wang
89af00eaee bug 14196: infrastructure page - add guest network - pass subdomainaccess=false to API when Subdomain Access is unchecked. 2012-03-08 14:44:47 -08:00
Jessica Wang
174329468e bug 14194: Infrastructure page - guest traffic type - set traffic labels regardless of what vlan's value is. 2012-03-07 16:48:57 -08:00
Jessica Wang
998a598026 Infrastructure page - guest traffic - details tab - move Tags field up from lower pane(traffic type) to upper pane (physical network) since tags is at physical network level, not at traffic type level. 2012-03-07 16:20:39 -08:00
Jessica Wang
1a952affbc bug 14193: system - guest traffic - edit action - not pass vlan to updatePhysicalNetwork when vlan field is blank. 2012-03-07 16:20:21 -08:00
Brian Federle
cefe07c337 bug 14124: Fix remove host confirm dialog 2012-03-06 14:08:26 -08:00
Jessica Wang
6eec3d3377 bug 13386: System page - Virtual Router page - hide Public IP field when its zone's network type is Basic. 2012-03-05 16:13:05 -08:00
Jessica Wang
bddbd30e11 delete volume action, delete snapshot action, delete router action - use 'remove' instead of 'destroy' since their definitions have been switched. 2012-03-01 16:41:43 -08:00
Brian Federle
c4e5ce36c5 bug 13072: Remove host 'type' field
status 13072: resolved fixed
2012-02-27 16:45:37 -08:00
Brian Federle
a4197874c4 bug 14012
Fix typo in shutdown provider message code

status 14012: resolved fixed
reviewed-by: jessica
2012-02-27 10:45:25 -08:00
Brian Federle
856f41bdf8 System, secondary storage UI fixes
-Add state field ('resourcestate') to list view

-Fix destroy action to have proper UI feedback
2012-02-23 15:07:43 -08:00
Brian Federle
152e58c444 Fix destroy system VM action 2012-02-23 14:42:29 -08:00
Jessica Wang
9d6fc8090f bug 13949: fix a localization label 2012-02-22 19:05:58 -08:00