Commit Graph

357 Commits

Author SHA1 Message Date
Brian Federle 757ba066bd bug 14098
Always allow edit guest network action, for both basic and advanced
zones.

status 14098: resolved fixed

reviewed-by: jessica
2012-03-28 10:37:27 -07:00
Jessica Wang 0173da4cf8 cloudstack 3.0 UI - infrastructure - service providers - SRX list view - remove a wrong field, add another 2 fields. [reviewed-by: Brian] 2012-03-26 14:51:09 -07:00
Jessica Wang 749f957662 cloudstack 3.0 UI - infrastructure - service providers - security group provider detail view - correct view all from view security groups to view rules. [reviewed-by: Brian] 2012-03-26 14:08:55 -07:00
Jessica Wang 71fd193b2c cloudstack 3.0 UI - infrastructure - service provider detail view - correct view all label from view provider to view devices. [reviewed-by: Brian] 2012-03-26 12:45:47 -07:00
Jessica Wang faf2597f75 cloudstack 3.0 UI - service provider detail view - show service provider info instead of physical network info. [reviewed-by: Brian] 2012-03-26 11:58:26 -07:00
Jessica Wang b3e18a02b1 remove obsolete code since we don't display the individual providers on the system chart anymore. [reviewed-by: Brian] 2012-03-22 16:31:08 -07:00
Brian Federle 4efb03114b 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.

status 14231: resolved fixed
2012-03-21 09:33:11 -07:00
Brian Federle 207ef1116a Error handling for multiEdit remove action 2012-03-21 09:29:01 -07:00
Jessica Wang 10f8b222ae 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:15:47 -07:00
Jessica Wang dbfcae550d 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:03:14 -07:00
Jessica Wang 3eaf4d4fb7 cloudstack 3.0 UI - infrastructure page - zone detail - rename "network" tab to "physical network" tab. 2012-03-20 14:38:35 -07:00
Jessica Wang 2e8705578a bug 14056: cloudstack 3.0 UI - infrastructure page - zone detail - physical network listView - provide delete action in listView. 2012-03-20 14:31:16 -07:00
Jessica Wang f9e50307ad 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:57:28 -07:00
Jessica Wang d0b306ce05 cloudstack 3.0 UI - fix a JS error "str.replace is undefined". 2012-03-14 14:35:48 -07:00
Jessica Wang 3475d75486 cloudstack 3.0 UI - replace old sanitizeXSS() with new cloudStack.sanitize(). 2012-03-14 14:02:15 -07:00
Jessica Wang e980263c5f 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:55:34 -07:00
Jessica Wang 9066e995d1 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:16:55 -07:00
Jessica Wang 315430785d cloudstack 3.0 UI - guest network - show Edit action for Isolated network. Show Restart action for all networks. 2012-03-13 15:15:18 -07:00
Jessica Wang 69218e8066 cloudstack 3.0 UI -infrastructure page - remove obsolete code. 2012-03-13 14:30:57 -07:00
Jessica Wang 6fab3a9d90 infrastructure page - zone detail - guest traffic type - networks tab - pass listAll=true to 2nd listNetworks API. 2012-03-12 14:48:11 -07:00
Jessica Wang 8dcaa7485e bug 13112: cloudstack 3.0 UI - host page - add Statistics tab. 2012-03-09 13:48:26 -08:00
Jessica Wang df11681844 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:25:27 -08:00
Jessica Wang faf1cf2639 bug 14196: infrastructure page - add guest network - pass subdomainaccess=false to API when Subdomain Access is unchecked. 2012-03-08 14:43:36 -08:00
Jessica Wang 570a9a33f5 bug 14194: Infrastructure page - guest traffic type - set traffic labels regardless of what vlan's value is. 2012-03-07 16:48:06 -08:00
Jessica Wang 535c51e90c 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:19:06 -08:00
Jessica Wang b025869775 bug 14193: system - guest traffic - edit action - not pass vlan to updatePhysicalNetwork when vlan field is blank. 2012-03-07 16:11:23 -08:00
Brian Federle 7037679a4b bug 14124: Fix remove host confirm dialog
status 14124: resolved fixed
2012-03-06 14:09:03 -08:00
Jessica Wang 8a0e5d28f2 bug 13386: System page - Virtual Router page - hide Public IP field when its zone's network type is Basic. [reviewed-by: Brian] 2012-03-05 16:12:08 -08:00
Jessica Wang 2608e30d39 delete volume action, delete snapshot action, delete router action - use 'remove' instead of 'destroy' since their definitions have been switched. [reviewed-by: Brian] 2012-03-01 16:41:04 -08:00
Brian Federle 21ce0793f2 bug 14012
Fix typo in shutdown provider message code

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

-Fix destroy action to have proper UI feedback

reviewed-by: jessica
2012-02-23 15:08:05 -08:00
Brian Federle 17c0f514e7 Fix destroy system VM action
reviewed-by: jessica
2012-02-23 14:42:49 -08:00
Jessica Wang aee279a788 bug 13949: fix a localization label [reviewed-by: Brian] 2012-02-22 19:03:17 -08:00
Jessica Wang 5a901b8fcf bug 13813: Network Service Providers should be hidden when Guest traffic type is hidden. Network Service Providers should be shown when Guest traffic type is shown. [reviewed-by: Brian] 2012-02-22 13:58:36 -08:00
Jessica Wang 836c2d62e9 system page - update embedded object of args.context.physicalNetworks[0] after a physical network is updated. [reviewed-by: Brian] 2012-02-22 12:10:30 -08:00
Jessica Wang 02bbccdb48 system page - physical network - fix a bug that after physical network tags field is updated, add guest network dialog was still using obsolete physical network data. [reviewed-by: Brian] 2012-02-22 11:33:32 -08:00
Jessica Wang 28c2477de1 localize new error message (for add guest network in multiple guest traffic types zone). [reviewed-by: Brian] 2012-02-21 19:24:00 -08:00
Brian Federle 276bb962b7 UI updates/fixes
reviewed-by: jessica

    Navigation organizational changes

    -Rename 'System' -> 'Infrastructure'

    -Rename 'service offering' -> 'compute offering'
     (including all associated labels)

    -Rename 'Configuration' -> 'Service Offerings'

    -Move hypervisor capabilities under global settings

    -Rename 'Compute' -> 'Compute and storage'

    -Make tab width flexible, to support longer labels

    -bug 13920: Fix static NAT rule listing

    -Fix typo
2012-02-21 19:14:26 -08:00
Jessica Wang 007b015499 system page - create guest network - in particular physicalNetworks when there are more than 1 physical network in the zone with Guest traffic type, call listNetworkOfferings&tags=<physicalNetworkTags> to populate network offerings dropdown.
[reviewed-by: Brian]
2012-02-21 15:53:57 -08:00
Brian Federle 841ddc351f bug 13754
Display project routers in system list view

status 13754: resolved fixed
reviewed-by: jessica
2012-02-21 14:05:12 -08:00
Jessica Wang 162a556350 bug 13636: add 'dedicated' checkbox back to Add F5 dialog. [reviewed-by: Brian] 2012-02-21 11:35:21 -08:00
Jessica Wang 0de40a6963 bug 13648: fix a bug in listView widget - $listView.length is 0 after calling $(window).trigger('cloudStack.fullRefresh'), calling $listView.listView will encounter an error when $listView.length is 0. [reviewed-by: Brian] 2012-02-20 14:43:56 -08:00
Jessica Wang 4fbbfe6eae system page - guest traffic type - network tab - pass physical network ID to listNetworks API since there could be multiple physical networks in one zone. [reviewed-by: Brian] 2012-02-19 11:43:23 -08:00
Jessica Wang 92245dd79f bug 13852: no rendering network provider chart before a physical network is selected. [reviewed-by: Brian] 2012-02-18 17:15:22 -08:00
Brian Federle 9da81f3c6d bug 13863: Fix typo in delete SRX firewall API command
status 13863: resolved fixed
reviewed-by: jessica
2012-02-17 14:35:23 -08:00
Jessica Wang d9ba8feb31 system - storage traffic - add IP Range - add geteway field. [reviewed-by: Brian] 2012-02-17 14:09:23 -08:00
Brian Federle 7921811f31 Update UI for 3.0.x
-Complete localization for all UI elements, in en and ja

-Hide logo/EULA for OSS version, when no eula.html is present

-Language select on login screen

-Misc. fixes

reviewed-by: jessica
2012-02-17 11:32:45 -08:00
Brian Federle 57bba4a0e0 Update UI
-Fix two blocker bugs: bug 13743 and bug 13729

-Add more localization

-Misc. fixes

reviewed-by: jessica
2012-02-15 17:03:21 -08:00
Jessica Wang e34cd2ca4e bug 13629: system page - network providers section - no F5 and SRX for Basic zone. [Reviewed-By: Brian] 2012-02-15 16:26:27 -08:00
Jessica Wang 1cca082ab0 bug 13697: title in window.open() can't have space nor longer than 8 characters. Otherwise, IE browser will have error. [Reviewed-by: Brian] 2012-02-15 11:24:12 -08:00