Commit Graph

390 Commits

Author SHA1 Message Date
Jessica Wang e689cab22a cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView. 2012-04-24 12:16:30 -07:00
Brian Federle 90f663c3f1 CS-13830 : Zone's guest CIDR field is not modifiable in the UI 2012-04-19 15:19:40 -07:00
Jessica Wang 0ac966d269 cloudstack 3.0 UI - host page - list view - add State column with color and icon. 2012-04-18 17:48:44 -07:00
Pranav Saxena 5cfadc41ce Bug 14632 : CS-14393 3.0.1 Hosts' Statistics page show memory values as TB
Conflicts:

	ui/scripts/system.js

reviewed-by: brian
2012-04-12 15:04:14 -07:00
Jessica Wang 62894eba18 cloudstack 3.0 UI - infrastructure - physical network - network service providers - F5, Netscaler, SRX- devices - After remove action completes, close detailView and remove the row from listView. 2012-04-11 14:51:47 -07:00
Jessica Wang 8394f67ddb cloudstack 3.0 UI - infrastructure - physical network - network service providers - F5, Netscaler- devices - correct section id. 2012-04-11 14:40:33 -07:00
Jessica Wang b51ee93e41 cloudstack 3.0 UI - infrastructure - physical network - network service providers - SRX - devices - correct section id from srxProviders to srxDevices. 2012-04-11 14:23:50 -07:00
Jessica Wang e4b4f5b470 cloudstack 3.0 UI - infrastructure - physical network - network service providers - SRX - devices - change breadcrumb to show Devices instead of SRX (to distinguish between provider and devices). 2012-04-11 11:31:21 -07:00
Jessica Wang 4e834c4124 cloudstack 3.0 UI - infrastructure - physical network - network service providers - F5 - devices - change breadcrumb to show Devices instead of F5 (to distinguish between provider and devices). 2012-04-11 11:27:19 -07:00
Jessica Wang e79eb36870 cloudstack 3.0 UI - infrastructure - physical network - network service providers - Netscaler - devices - change breadcrumb to show Devices instead of Netscaler (to distinguish between provider and devices). 2012-04-11 11:18:28 -07:00
Jessica Wang 5490ec9bca cloudstack 3.0 UI - infrastructure - physical network - network service providers - when clicking Netscaler/F5/SRX, get fresh data from API call instead of cache. 2012-04-11 10:43:46 -07:00
Jessica Wang fe0f85c97e cloudstack 3.0 UI - Secondary Storage page - detail view - implement Refresh button. 2012-04-10 16:56:52 -07:00
Jessica Wang 9262eafbce cloudstack 3.0 UI - Primary Storage page - detail view - implement Refresh button. 2012-04-10 16:41:18 -07:00
Jessica Wang ce7176c43b cloudstack 3.0 UI - Host page - Statistics tab - implement Refresh button. 2012-04-10 16:29:07 -07:00
Jessica Wang 36e8de0082 cloudstack 3.0 UI - Host page - detail view - implement Refresh button. 2012-04-10 16:22:36 -07:00
Jessica Wang 3c8a90d351 cloudstack 3.0 UI - Pod page - detail view - implement Refresh button. 2012-04-10 15:51:45 -07:00
Jessica Wang ed50f3668a cloudstack 3.0 UI - physical network page - Network Service Providers - SRX - devices - detailView - implement Refresh button. 2012-04-10 15:42:04 -07:00
Jessica Wang aa71ac1683 cloudstack 3.0 UI - physical network page - Network Service Providers - F5 - devices - detailView - implement Refresh button. 2012-04-10 15:00:46 -07:00
Jessica Wang 2bae6d4bbc cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - detailView - implement Refresh button. 2012-04-10 14:46:15 -07:00
Jessica Wang caec604a80 cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - implement Refresh button. 2012-04-10 12:32:03 -07:00
Jessica Wang 4bec750de6 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:47:21 -07:00
Jessica Wang 033dcf4007 cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - implement Refresh button. 2012-04-09 16:55:53 -07:00
Jessica Wang 9bfea6a2ee cloudstack 3.0 UI - physical network page - guest traffic type - networks tab (guest networks) - implement Refresh button. 2012-04-09 16:16:17 -07:00
Jessica Wang 9c78b8c98d cloudstack 3.0 UI - physical network page - guest traffic type - implement Refresh button. 2012-04-09 15:28:58 -07:00
Jessica Wang 0558092832 cloudstack 3.0 UI - System VM page - implement Refresh button. 2012-04-09 14:23:14 -07:00
Brian Federle e21a160772 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.

reviewed-by: jessica

Conflicts:

	ui/scripts/ui-custom/physicalResources.js
2012-04-09 13:48:57 -07:00
Jessica Wang 61d47dc1b2 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:47:04 -07:00
Brian Federle a794b74929 bug 14411: Add 'None' option for no host OS preference
status 14411: resolved fixed
reviewed-by: jessica
2012-04-05 11:54:47 -07:00
Jessica Wang cf0cc30aed bug 14591: cloudstack 3.0 UI - remove Change Service option from router page. 2012-04-04 15:03:35 -07:00
frank f0acbfe807 switch to Apache license 2
reviewed-by: frank myself
2012-04-02 22:47:06 -07:00
Jessica Wang da2d942a95 bug 14585: cloudstack 3.0 UI - systemVM page - after destroy action completes, close detailView and remove it from listView. [reviewed-by: Brian] 2012-04-02 17:02:13 -07:00
Jessica Wang fc18833c63 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. [reviewed-by: Brian] 2012-03-30 16:29:53 -07:00
Brian Federle 248141aac7 Add missing page + pageSize params to network provider list views
reviewed-by: jessica
2012-03-30 15:05:26 -07:00
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