Commit Graph

523 Commits

Author SHA1 Message Date
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
Jessica Wang e450313cb5 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. 2012-02-22 13:59:49 -08:00
Jessica Wang 822889fa4c system page - update embedded object of args.context.physicalNetworks[0] after a physical network is updated. 2012-02-22 12:11:21 -08:00
Jessica Wang ad4347764a 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. 2012-02-22 11:34:49 -08:00
Brian Federle 240dabea4b 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'
2012-02-21 18:54:43 -08:00
Jessica Wang 4d4af60690 localize new error message (for add guest network in multiple guest traffic types zone). 2012-02-21 17:08:02 -08:00
Jessica Wang f8715c9e43 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. 2012-02-21 15:55:22 -08:00
Brian Federle 167f135332 bug 13754
Display project routers in system list view
2012-02-21 14:04:35 -08:00
Jessica Wang 0682f3411b bug 13636: add 'dedicated' checkbox back to Add F5 dialog. 2012-02-21 11:36:48 -08:00
Jessica Wang 65d9b60d42 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. 2012-02-20 14:44:57 -08:00
Jessica Wang 09591d68a1 system page - guest traffic type - network tab - pass physical network ID to listNetworks API since there could be multiple physical networks in one zone. 2012-02-19 11:44:11 -08:00
Jessica Wang 7925da1ff7 bug 13852: no rendering network provider chart before a physical network is selected. 2012-02-18 17:16:21 -08:00
Brian Federle e2528fb973 bug 13863: Fix typo in delete SRX firewall API command
status 13863: resolved fixed
2012-02-17 14:34:56 -08:00
Jessica Wang 29d766dc1d system - storage traffic - add IP Range - add geteway field. 2012-02-17 14:10:17 -08:00
Jessica Wang c05a040c56 cloudstack 3.0 new UI - add more localization labels. 2012-02-16 15:35:44 -08:00
Jessica Wang c3c5b65428 cloudstack 3.0 new UI - add more localization labels. 2012-02-16 15:02:37 -08:00
Jessica Wang e8c309b447 cloudstack 3.0 new UI - add more localization labels. 2012-02-16 13:55:56 -08:00
Jessica Wang 577f3a5f75 cloudstack 3.0 new UI - correct localization label format 2012-02-16 12:22:13 -08:00
Jessica Wang 07dc16c689 bug 13629: system page - network providers section - basic zone: no F5 and SRX. 2012-02-15 16:25:01 -08:00
Jessica Wang 0341d00082 cloudstack 3.0 new UI - system page - localize IP Ranges sections. 2012-02-15 15:52:50 -08:00
Jessica Wang 250b296abd cloudstack 3.0 new UI - system page - Advanced zone - Guest traffic type - Network tab - Network detailView - View IP Ranges - remove obsolete code for Basic zone since this section is only available for Advanced zone now. 2012-02-15 15:42:38 -08:00
Jessica Wang 6ee8ecfd59 cloudstack 3.0 new UI - system page - localize secondary storage section. 2012-02-15 15:25:22 -08:00
Jessica Wang 50fadb4e5c cloudstack 3.0 new UI - system page - localize primary storage section. 2012-02-15 14:59:19 -08:00
Jessica Wang 3536a2e941 cloudstack 3.0 new UI - system page - localize host section. 2012-02-15 14:42:13 -08:00
Jessica Wang 62c4133ed0 cloudstack 3.0 new UI - system page - localize zone actions. 2012-02-15 13:39:09 -08:00
Jessica Wang 2e97670745 bug 13697: title in window.open() can't have space nor longer than 8 characters. Otherwise, IE browser will have error. 2012-02-15 11:25:27 -08:00
Brian Federle 24f8affcb8 bug 13729: Support adding network tags
Allow editing of physical network tags, by going to
physical network->guest details->edit

status 13729: resolved fixed
2012-02-15 11:08:18 -08:00
Jessica Wang 3d7e423903 cloudstack 3.0 new UI - system page - localize network providers section. 2012-02-14 17:09:46 -08:00
Jessica Wang 55a999415b cloudstack 3.0 new UI - system page - (1) localize management traffic type (2) remove createVlanIPRange after creating guest network for basic zone. Because this AddGuestNetwork dialog is not available in basic zone any more. 2012-02-14 13:48:29 -08:00
Jessica Wang 2c14d45702 cloudstack 3.0 new UI - system page - localize storage traffic type, public traffic type section. 2012-02-14 12:07:56 -08:00
Jessica Wang 4d089c270c 3.0 UI - system page - localize KVM/XenServer/VMWare network label default display value. 2012-02-14 11:21:41 -08:00
Jessica Wang 012be834b5 3.0 UI - localize Add network offering dialog. 2012-02-13 17:40:45 -08:00
Jessica Wang 17ac271c3e 3.0 UI - localize hypervisor capabilities page. 2012-02-13 16:43:05 -08:00
Brian Federle 8ce6fcd34d bug 13636
Don't allow 'dedicated' option in add F5 UI

status 13636: resolved fixed
2012-02-13 15:24:31 -08:00
Brian Federle 916eb90768 bug 13634
Don't allow 'inline' mode to be set for external devices in UI

status 13634: resolved fixed
2012-02-13 15:18:20 -08:00
Jessica Wang e4f485f993 3.0 UI - localize disk offering page. 2012-02-13 14:23:19 -08:00
Jessica Wang a7b7f42312 3.0 UI - localize system service offering page. 2012-02-13 13:55:37 -08:00
Jessica Wang 277cb5633e bug 13099: system - traffic type detail page - display "Use default gateway" when network label is blank. 2012-02-10 13:05:23 -08:00
Jessica Wang 3da70d80bc bug 13554: system menu - zone detail - guest network page - Edit network - if network type is Isolated and network offering is changed, pop up a dialog box "Do you want to keep the current guest network CIDR unchanged?". Choosing Yes button will send "changecidr=false" to updateNetwork API. Choosing Cancel button will send "changecidr=true" to updateNetwork API. 2012-02-09 16:50:47 -08:00
Jessica Wang a2b07624fc bug 13578: system page - zone detail - provide list - remove SecurityGroup provider if it's advanced zone. 2012-02-09 15:02:59 -08:00
Brian Federle d2284e4439 UI: localization
-Put localization wrappers around listView, detailView widgets

-Add initial localization for instances section
2012-02-09 10:39:59 -08:00
Jessica Wang 43c0034c04 zone detail page - add Guest CIDR field. 2012-02-08 11:05:31 -08:00
Jessica Wang a6d4e59192 bug 13515: system page - network page - fix a bug that zoneId didn't get passed to listPhysicalNetworks API. 2012-02-07 17:04:01 -08:00
Jessica Wang c25f6adef6 cloudstack 3.0 new UI - zone detail page - remove 'Security Groups Enabled' field which is no longer in use (will be removed from API soon) 2012-02-07 15:58:15 -08:00
Jessica Wang 67ed483098 bug 13452: System page - Change UI to handle createStorageNetworkIpRange API as async. 2012-02-06 14:32:14 -08:00
Jessica Wang 09801a2054 storage traffic page - IP Ranges tab - correct embedded object name. 2012-02-06 14:17:17 -08:00
Jessica Wang 3caa348d0a bug 13452: System page - Storage traffic type - IP Ranges tab - add Pod dropdown. 2012-02-06 13:49:40 -08:00
Jessica Wang 98a528e12d bug 13452: System page - Storage traffic type - IP Ranges tab - storage network's IP range does not have gateway. Remove gateway field. 2012-02-06 12:03:37 -08:00
Jessica Wang 8c5068a3be bug 12649: cloudstack 3.0 new UI - domain fields on all dialog boxes - show full domain path instead of domain name. 2012-02-03 15:38:11 -08:00
bfederle b99bf40391 bug 12593: Add support for traffic labels
Traffic labels are now editable for all traffic types (guest, management, storage);
to access them, just go the detail view for each traffic type, and you will see traffic labels
for each hypervisor supported (Xen, KVM, VMware) -- press 'edit' to show a text field for
updating labels.

status 12593: resolved fixed
2012-02-02 16:14:24 -08:00
Jessica Wang d7f6cff115 bug 12686: add guest network, edit guest network - network offering dropdown - pass zoneId to listNetworkOfferings API 2012-02-01 11:59:16 -08:00
bfederle 4ccd7f5260 bug 12933: Support subdomain access for guest networks
status 12933: resolved fixed
2012-02-01 11:35:59 -08:00
Jessica Wang 0d80dcd5b2 zone detail page - add domain name. 2012-02-01 11:35:24 -08:00
bfederle 7a6778cd99 Fix swift dialog 2012-02-01 10:55:20 -08:00
bfederle df8553b807 bug 12806
After configuring swift, disable (hide) swift button after leaving
zone page. Note that the button will still be visble until them, in
case the user needs to re-configure (i.e., because of a typo)

status 12806: resolved fixed
2012-02-01 10:39:00 -08:00
Jessica Wang 8276e741af system page - guest network page - optimize code of collection guest networks. 2012-02-01 09:56:59 -08:00
Jessica Wang 22331df7dc bug 12519: system page - guest network - need to make 2 listNetworks API call to get all networks. 2012-01-31 17:11:56 -08:00
Jessica Wang 6c392eecd9 bug 12519: system page - guest network - fix a bug that project-specific networks didn't show. 2012-01-31 16:46:10 -08:00
Jessica Wang 414c55cd03 bug 12519: system page - add guest network - add project-specific option to scope field. 2012-01-31 16:00:17 -08:00
Jessica Wang 166ccb45a4 bug 12869: network page - add guest network dialog - add gateway field, netmask field. 2012-01-30 14:59:04 -08:00
Jessica Wang 5b191fe3d1 bug 12869: system page - advanced zone - create guest network - when scope is account-specific, exclude Isolated network offerings with SourceNat service from network offering dropdown. 2012-01-30 12:29:44 -08:00
Jessica Wang 2418423f1d bug 12869: system page - advanced zone - create guest network - when network offering whose specifyvlan is false is selected, hide VLAN ID field. Show it otherwise. 2012-01-30 12:04:05 -08:00
Jessica Wang 4d6d9584a9 bug 12869: system page - advanced zone - create guest network - when network offering whose specifyIpRanges is false is selected, not pass startIp/endIp to API call. 2012-01-30 11:23:55 -08:00
Jessica Wang 1e38c289aa bug 12869: system page - advanced zone - create guest network - when selected network offering is Isolated and Specify IP Ranges is false, hide Start IP, End IP field. Show them otherwise. 2012-01-27 17:47:23 -08:00
Jessica Wang 7bb1991c5a system page - zone detail - guest network - network tab - this tab only shows for advanced zone now. So, remove things related to basic zone in this tab. 2012-01-27 16:34:07 -08:00
Jessica Wang b8958d52a4 bug 12869: system page - advanced zone - create guest network - network offerings dropdown - when scope is account, display all network offerings regardless of shared/isolated. 2012-01-27 14:29:28 -08:00
bfederle 83bc7d1c81 Remove UI test data 2012-01-27 09:01:57 -08:00
bfederle e6f6437afa Fix syntax errors which break IE7 2012-01-26 15:31:25 -08:00
bfederle 992b9891d4 bug 13258: Restore showing all zones on dashboard
status 13258: resolved fixed
2012-01-26 11:26:24 -08:00
Jessica Wang df59276eb9 System page - zone detail chart - compute tab - pods listView - JS error "selectedZoneObj is undefined" 2012-01-25 15:38:43 -08:00
bfederle 24c14006d2 Updated zone wizard / details
Rework zone wizard:

-Support creation of multiple physical networks via drag-and-drop UI

-Support configuration of traffic types

-Allow creation of complete zone resources -- pods, clusters, hosts,
 storage -- in a similar fashion to the quick install

-Add requirements to support elastic load balancer

Rework zone details page:

-Convert old zone chart into a regular zone details pane, split into
 multiple tabs

-Add zone-specific resources dashboard

-Allow display of multiple physical networks
2012-01-23 10:53:36 -08:00
bfederle fa2a308d56 Temporary fix to keep dashboard UI from reporting error 2012-01-19 19:02:52 -08:00
Jessica Wang 45f9701c63 bug 12910: cloudstack 3.0 new UI - router page - add "Destroy" action. 2012-01-11 15:12:39 -08:00
Jessica Wang db527555e1 bug 12910: cloudstack 3.0 new UI - stop router - add checkbox "Force stop" on dialog box. 2012-01-11 14:23:10 -08:00
Jessica Wang b37e8dc4df bug 12995: cloudstack 3.0 new UI - routers page - pass listAll=true to listRouters API. 2012-01-11 12:05:28 -08:00
Jessica Wang 7e0d3bf213 cloudstack 3.0 new UI - Primary Storage page - list view - add server IP, remove pod name and cluster name. 2012-01-11 11:21:47 -08:00
Jessica Wang 8c89b69ff3 bug 12893: cloudstack 3.0 new UI - Add Primary Storage - when KVM cluster is selected, CLVM will show in protocol dropdown. 2012-01-11 11:06:05 -08:00
Jessica Wang 4808e597bf bug 12964: fix a JS error => "args is undefined" 2012-01-10 17:04:35 -08:00
Jessica Wang 70363baf2d bug 12964: fix a typo => "newZoneObj is undefined" 2012-01-10 16:50:35 -08:00
Jessica Wang 96506565e6 bug 12964: fix a typo => "trafficeTypeCount is undefined" 2012-01-10 16:43:51 -08:00
Jessica Wang f23e315c5f bug 12964: cloudstack 3.0 new UI - Add Zone Wizard - programatically call createPhysicalNetwork API and addTrafficType API after addZone API returns success. 2012-01-10 16:37:24 -08:00
Jessica Wang 1c910582d8 bug 12306: cloudstack 3.0 new UI - system page - pass listAll=true when calling listing guest networks. 2012-01-09 17:02:09 -08:00
Jessica Wang b1f2dfa52d bug 12306: cloudstack 3.0 new UI - system page - pass listAll=true when calling listDomains to populate domain dropdown. 2012-01-09 16:43:49 -08:00
Jessica Wang 43f2a44f37 cloudstack 3.0 new UI - system page - secondary storage is under zone level. So, podID and clsuterID will never be used when getting secondary storage list. 2012-01-09 15:38:45 -08:00
Jessica Wang 973b24f5ee cloudstack 3.0 new UI - system page - add host dialog - pod dropdwon - show the current pod as default selection. 2012-01-06 16:34:56 -08:00
Jessica Wang f2888cbb71 cloudstack 3.0 new UI - system page - add cluster dialog - pod dropdwon - show the current pod as default selection. 2012-01-06 16:28:53 -08:00
Jessica Wang 639b9b4fb4 cloudstack 3.0 new UI - system - secondary storages page - from actions from listView since they are available in detailView. 2012-01-06 16:20:40 -08:00
Jessica Wang 5e21af79dc cloudstack 3.0 new UI - system - primary storages page - from actions from listView since they are available in detailView. 2012-01-06 16:13:19 -08:00
Jessica Wang 3987ef52dc cloudstack 3.0 new UI - system - hosts page - from actions from listView since they are available in detailView. 2012-01-06 16:00:27 -08:00
Jessica Wang 58d3bd377e cloudstack 3.0 new UI - system - clusters page - from actions from listView since they are available in detailView. 2012-01-06 15:56:40 -08:00
Jessica Wang 8067713bb1 cloudstack 3.0 new UI - system - pods page - from actions from listView since they are available in detailView. 2012-01-06 15:51:54 -08:00
Jessica Wang 1e7a3702f5 bug 12901: cloudstack 3.0 new UI - system page - add host dialog - cluster dropdwon - show the current cluster as default selection. 2012-01-06 11:53:01 -08:00
Jessica Wang cbe54655f5 cloudstack 3.0 new UI - system page - remove obsolete code. 2012-01-06 11:12:23 -08:00
Jessica Wang c7d5e29405 cloudstack 3.0 new UI - system page - actions - replace obsolete args.data with args.context 2012-01-06 10:58:20 -08:00
Jessica Wang 205ffdb792 bug 12859: cloudstack 3.0 new UI - systemVM page - migrate action - fix a bug that passed an empty virtualMachineId to API. 2012-01-06 10:42:33 -08:00
Jessica Wang b0dd607e29 cloudstack 3.0 new UI - system - remove obsolete code. 2012-01-05 17:13:46 -08:00
Jessica Wang d1a79c865e cloudstack 3.0 new UI - system - systemVM page - remove actions from listView. 2012-01-05 16:57:45 -08:00
Jessica Wang 0254a6c35f cloudstack 3.0 new UI - system - secondary storage page - implement search. 2012-01-05 16:07:36 -08:00
Jessica Wang b14a2015fd cloudstack 3.0 new UI - system - primary storage page - implement search. 2012-01-05 16:03:57 -08:00
Jessica Wang 1c4a52ce95 cloudstack 3.0 new UI - system - hosts page - implement search. 2012-01-05 15:58:56 -08:00
Jessica Wang 255d3c41c5 cloudstack 3.0 new UI - system - clusters page - implement search. 2012-01-05 15:56:12 -08:00
Jessica Wang 7bf3108d95 cloudstack 3.0 new UI - system - pods page - implement search. 2012-01-05 15:50:40 -08:00
Jessica Wang 3d9bb6591c cloudstack 3.0 new UI - system - virtual router - instances tab - implement search. 2012-01-05 15:34:30 -08:00
Jessica Wang c291508385 cloudstack 3.0 new UI - system - guest network - network tab - implement search. 2012-01-05 15:31:14 -08:00
Jessica Wang 413beb78f5 cloudstack 3.0 new UI - system - management network - IP Ranges tab - implement search. 2012-01-05 15:23:03 -08:00
Jessica Wang 6ace7027bb cloudstack 3.0 new UI - system - management network - IP Ranges tab - change label to avoid a visual format bug for now. 2012-01-05 15:19:18 -08:00
Jessica Wang cddcd01a1a cloudstack 3.0 new UI - SystemVM page - implement search. 2012-01-05 15:06:27 -08:00
Jessica Wang 3d233d42fc cloudstack 3.0 new UI - zone page - implement search. 2012-01-05 15:03:21 -08:00
Jessica Wang 1ddc286430 bug 8776: cloudstack 3.0 new UI - router page - remove reboot action. 2012-01-05 11:40:16 -08:00
Jessica Wang 22cc8583ce cloudstack 3.0 new UI - system page - secondary page - remove zonename from listView since secondary storage page is under a zone which has been shown on breadcrumb. 2012-01-05 10:26:42 -08:00
Jessica Wang b0dc4e6c38 bug 8776: cloudstack 3.0 new UI - router page - reboot action - call restartNetwork API instead of rebootRouter API. 2012-01-04 18:13:39 -08:00
Jessica Wang b25bf9a5c5 Revert "bug 12423: cloudstack 3.0 new UI - system page - delete zone action - delete physical network before calling deleteZone API."
This reverts commit 3e6b6076ff4a2598dc5e0e0d65f10ecdb2cd8004.
2012-01-04 14:10:21 -08:00
Jessica Wang a737b4e61d bug 12423: cloudstack 3.0 new UI - system page - delete zone action - delete physical network before calling deleteZone API. 2012-01-04 13:52:53 -08:00
bfederle 54775c28ad bug 12811: Fix action filter for add system resources 2012-01-04 13:27:34 -08:00
bfederle d16c535514 Fix IE7 syntax errors for system.js 2012-01-04 11:43:50 -08:00
Jessica Wang a8c50dd824 bug 12147: cloudstack 3.0 new UI - host page - add "View Instances" which will display instances under the host when being clicked. 2012-01-03 15:58:30 -08:00
Jessica Wang bec829e12a cloudstack 3.0 new UI - (1) apply action filter to newly created primary storage in listView. (2) apply action filter to newly created secondary storage in listView. 2011-12-29 17:00:51 -08:00
Jessica Wang b074448154 cloudstack 3.0 new UI - apply action filter to newly created pod in listView. 2011-12-29 16:30:23 -08:00
Jessica Wang 9a07b763c3 cloudstack 3.0 new UI - apply action filter to newly created cluster in listView. 2011-12-29 16:25:37 -08:00
Jessica Wang b6388837c6 bug 11721: cloudstack 3.0 new UI - cluster page - add a new field "state". "state" field will be the same as "allocationstate" when a cluster is managed. "state" field will be the same as managedstate when a cluster is unmanaged. Use "state" field to decide which actions to show/hide. 2011-12-29 16:14:59 -08:00
bfederle 51f7872ec9 bug 12698:
Add error fn to delete NetScaler action
2011-12-22 11:04:43 -08:00
Jessica Wang a653db3f22 bug 12358: cloudstack 3.0 new UI - hide copyTemplate and copyISO action for swift setup. 2011-12-21 17:25:53 -08:00
Jessica Wang b3fef67db9 cloudstack 3.0 new UI - configuration page, event page, storage page, system page, template page - apply converter toLocalDate() to date field. 2011-12-21 14:25:31 -08:00
Jessica Wang fe831072a5 bug 11126: cloudstack 3.0 new UI - primary storage page - implement Edit action. 2011-12-20 15:16:26 -08:00
bfederle b7c784b4cc Update status area for zone list 2011-12-20 12:05:55 -08:00
Jessica Wang 171da7e3aa bug 12614: cloudStack 3.0 new UI - system - Add Zone Wizard - basic zone - when securityGroupsEnabled checkbox is checked, only display security-group-enabled network offerings. 2011-12-20 11:55:58 -08:00
Jessica Wang 16cd1f8f28 cloudstack 3.0 new UI - system - management - IP Ranges tab - change label. 2011-12-20 11:55:57 -08:00
Jessica Wang ff92901baf cloudstack 3.0 new UI - system - guest - details tab - Remove ID (physical netework ID) field from "Details" page, this info is irrelevant because this is not the ID of the network, and won't be used anywhere in the UI. 2011-12-20 11:08:42 -08:00
Jessica Wang eb2cfdc041 bug 12612: fix typo. 2011-12-19 18:26:00 -08:00
Jessica Wang 1d69a66781 bug 12612: cloudStack 3.0 new UI - system - zone chart - guest - networks tab (advanced zone) - network detail - Hide "View IP Ranges" when a network's type is Isolated with SourceNAT enabled. 2011-12-19 18:02:24 -08:00
Jessica Wang 9fe2314848 cloudstack 3.0 new UI - system - zone chart - guest - networks tab (only available in advanced zone) - network detail - View IP Ranges - remove VLAN and pod name. 2011-12-19 17:28:18 -08:00
Jessica Wang 568db1fdb7 bug 12504: cloudstack 3.0 new UI - system - zone chart - guest - network tabs - network detail - add Restart Network action. 2011-12-19 16:38:01 -08:00
Jessica Wang e081dd3c91 bug 12614: cloudStack 3.0 new UI - system - Add Zone Wizard - basic zone - when securityGroupsEnabled checkbox is checked, enable security groups provider before create network. 2011-12-19 15:52:57 -08:00
bfederle 2a2d424bcc bug 12661: Fix select showing ID instead of value 2011-12-19 14:37:23 -08:00
Jessica Wang 3de22e41aa bug 12614: cloudStack 3.0 new UI - system - Add Zone Wizard - basic zone - when securityGroupsEnabled checkbox is unchecked, exclude network offerings that has securityGroup service. 2011-12-19 14:12:33 -08:00
Jessica Wang a2cc66ce41 cloudStack 3.0 new UI - system - guest - IP Ranges tab (only shown in basic zone) - Add IP Range - pass forVirtualNetwork=false to indicate it's for guest network, not for public network. 2011-12-19 12:53:32 -08:00
Jessica Wang bb9886af29 cloudStack 3.0 new UI - system - guest - IP Ranges tab (only shown in basic zone) - implement Add IP Range. 2011-12-19 12:16:00 -08:00
bfederle 07ed925ab1 bug 12614: Zone wizard update
-Add support to filter network offerings based on whether security
 groups is checked; options then come from a separate
 'securityGroupNetworkOfferings' object:

args.response.success({
  domains: domainObjs,

  // Non-security-group-enabled offerings
  networkOfferings: networkOfferingObjs,

  // Security group-enabled offerings
  securityGroupNetworkOfferings: []
});

-Remove old/unused fields from wizard
2011-12-19 11:36:03 -08:00
Jessica Wang e816b3a80b bug 12650: cloudStack 3.0 new UI - system - management - IP ranges tab - list pods info instead of VlanIpRange info. 2011-12-19 11:27:51 -08:00
Jessica Wang ca0662ced1 cloudStack 3.0 new UI - system - guest - details tab - hide VLAN when it's basic zone. 2011-12-16 17:00:15 -08:00
Jessica Wang 92631bec8d change label 2011-12-16 16:35:22 -08:00
Jessica Wang 1e1d453b9d cloudStack 3.0 new UI - Add Zone Wizard - Network Offerings dropdown (which only shows in basic zone) - populate enabled shared network offerings only. 2011-12-16 15:54:28 -08:00
Jessica Wang 40188d62dc Create Zone Wizard - add new step "Add Pod" as 3rd step. 2011-12-16 15:32:10 -08:00
Brian Federle dfe7b725e6 Remove debugger 2011-12-16 14:09:28 -08:00
Brian Federle 13e217356e Update zone section
-Add new info 'bubbles' to zone chart

-Add/restore Add Pod section as step 3 of zone wizard UI

-Add network offering drop-down to zone wizard, for basic zone
2011-12-16 13:25:26 -08:00
Jessica Wang 3a4588556f cloudStack 3.0 new UI - system - guest - populate IP Range tab for basic zone. 2011-12-16 13:01:05 -08:00
Jessica Wang 6615a1a08d cloudStack 3.0 new UI - system - management - (1) details tab - list management network's detail instead of zone detail. (2) IP range tab - populate data. 2011-12-16 12:31:28 -08:00
Jessica Wang 4061ab4c9c cloudStack 3.0 new UI - system - guest - hide networks tab and show IP range tab for basic zone. Hide IP range tab and show network tab for advanced zone. 2011-12-16 12:31:27 -08:00
Jessica Wang e094abafc3 cloudStack 3.0 new UI - system - guest - networks tab - listView - Add VLAN, CIDR, Scope column. Remove account, network offering column. 2011-12-16 11:56:56 -08:00
Brian Federle c600f1b606 Zone chart updates
-Add IP range edit to guest and management details, for basic zones

-Hide network tab from guest details, for basic zones
2011-12-16 11:48:50 -08:00
Jessica Wang 1dca4aa3bc cloudStack 3.0 new UI - system - public - details tab - remove ID and zoneID that are useless for public network. 2011-12-16 11:31:52 -08:00
Brian Federle dd384fc9d7 Zone details update
-Make zone list view open up basic zone details

-Show chart by clicking view all button

-Update UI widgets to support 'custom' view all actions, to support
 above changes

-Add system VM list view tab to zone details
2011-12-15 19:31:05 -08:00
Jessica Wang f3c3c55166 cloudstack 3.0 new UI - system - guest network - detailView - remove account field and domain field since it has been included in scope field. 2011-12-15 18:31:33 -08:00
Jessica Wang 57dee1cb92 cloudstack 3.0 new UI - system - guest network - detailView - add scope including domain name and account name if there is. 2011-12-15 18:27:45 -08:00
Jessica Wang 96fa28aad6 cloudstack 3.0 new UI - system - guest networks - add type, satte, network offering ID. 2011-12-15 17:58:41 -08:00
Jessica Wang 5493880b37 cloudstack 3.0 new UI - system - public network - details tab - remove useless fields. 2011-12-15 15:26:53 -08:00
Brian Federle 3a1202cf96 bug 12551
-Add configure swift dialog, which shows when swift is enabled in
 config

-Enable support for toolbar actions in list view

status 12551: resolved fixed
2011-12-15 14:02:04 -08:00
Jessica Wang 2a6e0ac544 bug 12521: cloudstack 3.0 new UI - public network - remove gateway, netmask, IP range. 2011-12-15 13:29:36 -08:00
Jessica Wang a3da4c38ec bug 12505: guest network page - remove start IP, end IP, netmask. 2011-12-15 11:56:32 -08:00
Jessica Wang c66897e329 cloudStack 3.0 new UI - system page - remove obsolete code. 2011-12-14 18:18:45 -08:00
Jessica Wang 1a1ed8bdf9 bug 12420: apply hostActionfilter() to a newly created host to display/hide actions. 2011-12-14 18:11:24 -08:00
Jessica Wang d777171e1e bug 12534: cloudStack 3.0 new UI - create guest network - move domain field and account filed to right under below scope field. 2011-12-14 17:25:10 -08:00
Jessica Wang 12b4461e25 bug 12534: cloudStack 3.0 new UI - remove GuestCIDR from zone creation. 2011-12-14 17:25:09 -08:00
Jessica Wang 255a6ae30f bug 12534: cloudStack 3.0 new UI - zone chart - guest - details - remove GuestCIDR field since it's no longer under a zone. 2011-12-14 16:52:46 -08:00
Jessica Wang 6ec28391a1 bug 12534: cloudStack 3.0 new UI - zone chart - guest - network tabs - add CIDR to each network. 2011-12-14 16:44:04 -08:00
Jessica Wang 27ff5e7b51 bug 12534: cloudStack 3.0 new UI - zone chart - management - details - remove GuestCIDR field since it's no longer under a zone. 2011-12-14 16:37:57 -08:00
Jessica Wang 20e9f40a53 cloudStack 3.0 new UI - zone chart - remove obsolete zone detail page. 2011-12-14 16:31:07 -08:00
Jessica Wang c53fee2911 cloudStack 3.0 new UI - system - management - implement update zone. 2011-12-14 16:03:28 -08:00