Commit Graph

3608 Commits

Author SHA1 Message Date
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 ec41f31dc6 IP Address page - iselastic field has been renamed to issystem at server-side. Here is related UI change. 2012-02-21 16:24:03 -08:00
Brian Federle 99b49117b9 UI: Browser widget fix
Fix elems.undefined error, which happens when destroyed panel
continues to animate.

-- This happened particularly in the domain section, when clicking
to/from another section while the details panel was sliding in.
2012-02-21 16:20:44 -08:00
Brian Federle a16f5a1237 Use newer format for addPanel for nav items 2012-02-21 16:20:44 -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 a9e8240618 bug 13918
Don't show VPN actions if IP's network's offering doesn't support VPN
2012-02-21 15:40:41 -08:00
Brian Federle dcd7ebe8f1 bug 13828
Fix add VM button disappearing if no VMs are present under LB rule
2012-02-21 15:22:27 -08:00
Brian Federle c36808d5d2 bug 13765
Properly sync returned sticky fields from the API with the UI form, by
dynamically generating createForm fields based on Lb sticky
capabilities object; this will keep the required and conditional
fields properly up to date with the API requirements.
2012-02-21 15:13:52 -08:00
Brian Federle ad8e13cf03 bug 13746: Fix missing localization label 2012-02-21 14:36:10 -08:00
Brian Federle 167f135332 bug 13754
Display project routers in system list view
2012-02-21 14:04:35 -08:00
Brian Federle cc80211957 bug 13908: Fix localization label 2012-02-21 13:47:55 -08:00
Brian Federle 9d954fa815 bug 13675
Hide unused text fields for ICMP vs TCP selection
2012-02-21 13:44:34 -08:00
Brian Federle 17b34f4678 bug 13866
Display public IP on VM details panel if static NAT is enabled for
that VM

status 13866: resolved fixed
2012-02-21 12:31:57 -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 f2503d2c69 instance page - edit Instance - not pass displayname to API when displayname is equal to name. 2012-02-20 17:05:04 -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 1dfe656f2a bug 13864: IP Address page - add new field Purpose (only shown in Basic zone) 2012-02-20 10:24:08 -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 9880d39b55 add zone wizard - fix a JS error "server is undefined" 2012-02-19 10:40:28 -08:00
Jessica Wang 2b6e8ef895 add zone wizard - add primary storage step - storage tags field is optional. 2012-02-19 10:39:54 -08:00
Jessica Wang eed5367238 bug 13680: add zone wizard - when configuration "use.local.storage" is true, skip add primary storage skip. 2012-02-19 10:20:14 -08:00
Jessica Wang b0671726e3 bug 13800: remove restriction that only sourceNAT IP can show VPN tab. 2012-02-18 21:45:24 -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
Jessica Wang e86b5b4407 instance page - remove name field from listView since name field has the same value of ID field (UUID). 2012-02-18 11:57:48 -08:00
Jessica Wang e27e721b9a bug 13736: volume page - take snapshot - after action completes, not return updated volume because volume is not changed at all from taking snapshot action. 2012-02-18 11:57:06 -08:00
Jessica Wang b7ded0ff1b bug 13669: template page, ISO page - delete action is not allowed when owner is system. 2012-02-17 16:01:41 -08:00
Brian Federle f58cec83c6 bug 13702
Fix missing labels for instance state/actions
2012-02-17 16:01:16 -08:00
Jessica Wang da484225f7 add zone wizard - advanced zone - storage traffic - add IP Range - add gateway field in ui-custom widget. 2012-02-17 15:37:41 -08:00
Brian Federle dffa097906 bug 13795
Allow domain admin to view domain users' projects

status 13795: resolved fixed
2012-02-17 15:34:47 -08:00
Brian Federle 56a54819d3 bug 13793
Fix show security group dropdown/listing in project view

status 13793: resolved fixed
2012-02-17 15:19:07 -08:00
Jessica Wang 89cccdf744 add zone wizard - advanced zone - storage traffic - add IP Range - add gateway field. 2012-02-17 15:14:05 -08:00
Jessica Wang 275e0c0405 bug 13666: account page - add account - correct account type for admin account in Root domain. 2012-02-17 15:06:31 -08:00
Brian Federle ab16c765a7 UI: fix broken multiEdit context on actions 2012-02-17 15:03:06 -08:00
Brian Federle 8f273b0fac bug 13726
Don't show destroy action on network details for shared networks or
networks w/o Source NAT service

status 13726: resolved fixed
2012-02-17 14:55:23 -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
Brian Federle ce4368c679 bug 13727
Show network offering name (read-only) for shared network types (i.e.,
in basic zone)

status 13727: resolved fixed
2012-02-17 14:32:39 -08:00
Brian Federle 80e4b5ef7c Add a few more missing localization labels 2012-02-17 14:12:53 -08:00
Jessica Wang 29d766dc1d system - storage traffic - add IP Range - add geteway field. 2012-02-17 14:10:17 -08:00
Jessica Wang dd62086b4b bug 13862: change detailView widget to show error text returned in API response. 2012-02-17 14:00:47 -08:00
Brian Federle f223d8086c Add missing localization for LB UI 2012-02-17 13:54:23 -08:00
Brian Federle 380689be88 bug 12253: Allow editing of LB rule name/algorithm
-- This also introduced a new capability -- edit rule -- into the
   multiEdit widget. If isEditable: true is set for any fields, then a
   dialog will popup allowing editing of those properties.

status 12253: resolved fixed
2012-02-17 13:39:20 -08:00
Jessica Wang 9ea214062c bug 13639: network page - restart network action - if it's a basic zone, hide cleanup checkbox and pass "cleanup=false" to API. 2012-02-17 13:17:39 -08:00
Jessica Wang 8c75bf8805 add zone wizard - preFilters - addPublicNetwork - consolidate conditinal statement 2012-02-17 12:49:16 -08:00
Brian Federle 46c7ab78ea Zone wizard: fix public traffic description 2012-02-17 11:52:47 -08:00
Jessica Wang 6bbe637e84 bug 13628: add zone wizard - show different description of public traffic, guest traffic for basic zone and advanced zone. 2012-02-17 11:42:34 -08:00
Brian Federle d3cc43e83f bug 13815
Add language drop-down to login screen

status 13815: resolved fixed
2012-02-17 11:28:14 -08:00
Jessica Wang a56d465387 cloudstack 3.0 new UI - add zone wizard - public traffic - show different description for basic zone and advanced zone. 2012-02-17 11:10:10 -08:00
Jessica Wang f0e3cad6f9 cloudstack 3.0 new UI - add zone wizard - guest traffic - show different description for basic zone and advanced zone. 2012-02-17 10:54:37 -08:00
Brian Federle d3f98d5ba2 bug 13367
Fix elems undefined error
2012-02-16 18:16:54 -08:00
Brian Federle 2e82439a53 Hide Citrix logo if no EULA is present (i.e., is OSS version) 2012-02-16 16:22:23 -08:00
Brian Federle ccd7d8b30a Install wizard: Conditionally load EULA
Conditionally show EULA screen, only if eula.html is retrieved
successfully via AJAX call (i.e., doesn't return a 404). Otherwise,
bypass EULA and start with intro screen.
2012-02-16 15:42:01 -08:00
Brian Federle 4b2709ceff Add missing localization for instances.js 2012-02-16 15:42:01 -08:00
Jessica Wang c05a040c56 cloudstack 3.0 new UI - add more localization labels. 2012-02-16 15:35:44 -08:00
Jessica Wang 9f86abccbd cloudstack 3.0 new UI - add more localization labels. 2012-02-16 15:25:17 -08:00
Jessica Wang c3c5b65428 cloudstack 3.0 new UI - add more localization labels. 2012-02-16 15:02:37 -08:00
Brian Federle 6d8a11c74b Complete localization for quick install wizard
-- Also separates EULA into an iframe-embedded HTML file
2012-02-16 14:45:10 -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 68f12d9753 cloudstack 3.0 new UI - localize messages during zone creation. 2012-02-16 11:23:22 -08:00
Jessica Wang a9e99d3065 cloudstack 3.0 new UI - localize zone wizard. 2012-02-15 19:22:55 -08:00
Brian Federle 5c0696073f bug 13743: New zone wizard step -- configure storage traffic
For an advanced zone, with the storage traffic type assigned to a
network, add a new step to configure the IP ranges of the storage
traffic type.
2012-02-15 16:30:54 -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
Brian Federle 18bfc4090a WIP: Install wizard localization 2012-02-15 10:16:08 -08:00
Jessica Wang 3d7e423903 cloudstack 3.0 new UI - system page - localize network providers section. 2012-02-14 17:09:46 -08:00
Brian Federle d6935a003c Add missing project state localization 2012-02-14 16:04:10 -08:00
Brian Federle 34999a25ae Projects UI localization
-Dashboard
-New project wizard
-Misc. missing localized strings
2012-02-14 16:00:52 -08:00
Brian Federle 667d8188e2 More UI widget localization 2012-02-14 16:00:52 -08:00
Brian Federle 4ed91ab252 Localization for instance wizard 2012-02-14 14:46:21 -08:00
Brian Federle c1e976cba4 bug 13717
Rename 'Cancel' -> 'No' for confirm dialog

status 13717: resolved fixed
2012-02-14 14:46:20 -08:00
Brian Federle 82da2fc1dd Fix localization for instances filter drop-down 2012-02-14 14:46:20 -08:00
Brian Federle 67f074e867 Fix missing labels for attach/detach iso action 2012-02-14 14:01:40 -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
Brian Federle 53126cdf9d Localize header bar drop-down 2012-02-14 13:06:43 -08:00
Brian Federle c721344752 Missing detail view widget localization 2012-02-14 12:54:39 -08:00
Brian Federle cd8dd8fe38 Add missing instance detail tab localization 2012-02-14 12:54:39 -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
Brian Federle 6136a598e7 Add missing labels to list view widget 2012-02-14 12:01:05 -08:00
Brian Federle 0ff6248693 bug 13649
Recenter add network offering dialog on change, to prevent form from going off page

status 13649: resolved fixed
2012-02-14 12:01:04 -08:00
Brian Federle b8757034b4 Add missing localization for dialogs 2012-02-14 12:01:04 -08:00
Brian Federle 1f021e3226 Localize global settings 2012-02-14 12:01:04 -08:00
Brian Federle 8246aff812 Add missing localization for notifications labels 2012-02-14 12:01:04 -08:00
Brian Federle d031313b70 Localize dashboard capacity labels 2012-02-14 12:01:04 -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
Brian Federle 892d8216f5 bug 13651
Don't allow normal user to update project resources

status 13651: resolved fixed
2012-02-13 18:05:58 -08:00
Jessica Wang 012be834b5 3.0 UI - localize Add network offering dialog. 2012-02-13 17:40:45 -08:00
Brian Federle 06ac144e34 bug 13638
Hide VLAN/CIDR on network details when zone type = basic

status 13638: resolved fixed
2012-02-13 17:29:47 -08:00
Brian Federle 68f602f3fa bug 13653
Always use context for network object, to avoid bug when network
response is empty

status 13653: resolved fixed
2012-02-13 17:29:47 -08:00
Jessica Wang f25539e6cb 3.0 UI - localize network offering page. 2012-02-13 17:28:14 -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
Brian Federle 744cd902d1 Localize domains section 2012-02-13 15:11:11 -08:00
Brian Federle 5bd1fcba6f Localize accounts/users 2012-02-13 14:57:24 -08:00
Jessica Wang e4f485f993 3.0 UI - localize disk offering page. 2012-02-13 14:23:19 -08:00
Brian Federle adfd312cc9 Localize events/alerts 2012-02-13 14:20:43 -08:00
Jessica Wang a7b7f42312 3.0 UI - localize system service offering page. 2012-02-13 13:55:37 -08:00
Jessica Wang 94b7f749a9 3.0 UI - localize service offering page. 2012-02-13 11:39:37 -08:00
Brian Federle 4b982d5dbb Localize download ISO 2012-02-13 11:36:29 -08:00
Brian Federle 446ba7a5ec Localize Templates/ISOs 2012-02-13 11:33:42 -08:00
Brian Federle 18d6fa6c57 bug 13618
Fix instance wizard zone name display issue in IE9 compat.

status 13618: resolved fixed
2012-02-13 10:33:37 -08:00
Brian Federle fbf47f2f4c IE7 list view/table fixes 2012-02-10 15:52:12 -08:00
Jessica Wang ca83ac7749 bug 13575: deployVM wizard - step 4 - select network - pop up a warning message if no network is selected when Next button is clicked. 2012-02-10 15:43:31 -08:00
Brian Federle 7b6e98b20e Fix zone pie charts in IE 2012-02-10 15:24:07 -08:00
Brian Federle 4c05adaac0 Error appearance for notifications corner alert 2012-02-10 15:00:29 -08:00
Brian Federle 03d1f40c9a Dashboard IE8 fixes 2012-02-10 14:55:13 -08:00
Brian Federle ae4a967ad7 bug 13581
Hide NetScaler sub-nav text when not using ELB/EIP network offering

status 13581: resolved fixed
2012-02-10 14:22:52 -08:00
Brian Federle 21ad20c8b8 bug 13587
Better ordering of zone resources dashboard items by type

status 13587: resolved fixed
2012-02-10 14:05:48 -08:00
Brian Federle a61a167838 Dashboard: update listCapacity params per API change 2012-02-10 13:55:08 -08:00
Brian Federle 985d3dce8f bug 13601
Pass correct VPN state to details panel for non-admin IPs

status 13601: resolved fixed
2012-02-10 13:45:23 -08:00
Brian Federle cb479b529f Localize LB algorithm select 2012-02-10 13:39:32 -08:00
Brian Federle 90fac015a5 Localization for network->ip, security group sections 2012-02-10 13:36:28 -08:00
Jessica Wang 82ae83bc9a Revert "bug 13099: global settings page - when name is xennetworklabel/kvmnetworklabel/vmwarenetworklabel and value is null, show "Use default gateway" instead of null."
This reverts commit 0237dd43b222c10abb56b5d03eaa0189fd0953d4.
2012-02-10 13:07:22 -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
Brian Federle a6f805c140 bug 13589
-Fix 'view all' alerts to open up a new panel with the Alerts listing

-Remove 'view all' for host alerts, as there is no relevant section to
 go to for this

-Fix some localization codes

status 13589: resolved fixed
2012-02-10 10:42:40 -08:00
Jessica Wang 1a05da77bb add zone wizard - not pass guestcidraddress to createZoen API call when Guest CIDR field is empty. 2012-02-10 10:35:34 -08:00
Jessica Wang 6e3ba231a4 bug 13584: Add Zone wizard - make "add primary storage" step optional since user can use local storage instead of primary storage. 2012-02-10 10:27:08 -08:00
Jessica Wang 0da5fadcda bug 13580: create zone wizard - advanced zone - make Guest CIDR field optional instead of required. 2012-02-09 16:54:25 -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 d1e6e84451 bug 13554: network menu - 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:41:32 -08:00
Brian Federle 0625839920 multiEdit localization 2012-02-09 16:04:33 -08:00
Brian Federle 6fed8f102a Localization for network->networks section 2012-02-09 15:58:00 -08:00
Jessica Wang 0d1f207887 bug 13577: volume page - show "Download volume" option only when corresponding vm is stopped 2012-02-09 15:33:46 -08:00
Brian Federle f1cd0a482a Localize storage->snapshots section 2012-02-09 15:09:13 -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 2f26cf87b6 Fix some message labels 2012-02-09 14:52:15 -08:00
Brian Federle 3198ef4eb1 bug 13574: Hide 'max projects' from resources
status 13574: resolved fixed
2012-02-09 14:25:39 -08:00
Brian Federle 9ee043efde Localization for storage->volumes section 2012-02-09 14:15:06 -08:00
Jessica Wang a4d991f848 bug 13534: template page - remove "All" drop down choice from domain-admin user because API doesn't support it yet. (no templatefilter is for domain-admin to see all templates in his domain). 2012-02-09 14:02:24 -08:00
Jessica Wang e93af6e1f9 bug 13553: network page - Display "View IP adresses" option only for (1) Isolated networks with SourceNat (2) Shared networks with ELB/EIP/SecurityGroup. 2012-02-09 13:50:30 -08:00
Brian Federle 881a46ff54 Localize admin dashboard 2012-02-09 13:16:10 -08:00
Jessica Wang c6a78e056d bug 13553: network page - display all networks instead of only isolated networks with SourceNAT, shared networks with LB, StaticNat,SecurityGroup. 2012-02-09 13:07:23 -08:00
Brian Federle 32d6e994c3 Localization for projects UI 2012-02-09 12:22:10 -08:00
Jessica Wang c233a5c07e bug 13553: When clicking network on left menu - (1) make network section always available. (2) Check if there is SecurityGroup network, if yes, make SecurityGroup section available in filter dropdown. 2012-02-09 11:57:59 -08:00
Brian Federle 9d4437e089 UI localization for core.js 2012-02-09 11:49:31 -08:00
Brian Federle d9aa7d43a0 bug 13501:
Don't let user go next if no template/iso is selected on step 2

status 13501: resolved fixed
2012-02-09 11:11:46 -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 13f059d07e bug 13534: template page - remove "All" drop down choice from regular user UI 2012-02-09 10:34:25 -08:00
Jessica Wang 5c7789f1fb bug 13461: deployVM wizard - select ISO step - fix a bug that hypervisor div didn't get removed if ISO in another tab is selected (select ISO step has 3 tabs now). 2012-02-08 20:22:22 -08:00
Jessica Wang 2756b0fdcc bug 13461: deployVM wizard - select ISO step - split one tab (All ISOs) to three tabs (Featured ISOs, Community ISOs, My ISOs) 2012-02-08 19:43:05 -08:00
Jessica Wang 463d0f9ebb bug 13099: global settings page - when name is xennetworklabel/kvmnetworklabel/vmwarenetworklabel and value is null, show "Use default gateway" instead of null. 2012-02-08 14:26:44 -08:00
Jessica Wang 096df85f75 add zone wizard - fix a typo. 2012-02-08 13:17:22 -08:00
Jessica Wang 36c0473ce8 bug 13517: add zone wizard - advanced zone - configure guest traffic - make VLAN field optional instead of required. 2012-02-08 12:31:37 -08:00
Jessica Wang 43c0034c04 zone detail page - add Guest CIDR field. 2012-02-08 11:05:31 -08:00
Jessica Wang 9a5761243a new zone wizard - hide Guest CIDR field when zone type is Basic. Show it when zone type is Advanced. 2012-02-08 10:33:24 -08:00
Jessica Wang 9cff1fcec3 Add Zone Wizard - pass guestcidraddress to createZone API only when zone type is Advanced. 2012-02-08 10:24:19 -08:00
Jessica Wang cccf1bb10e New zone wizard - add Guest CIDR field. 2012-02-08 10:24:18 -08:00
bfederle 8a523970b1 bug 13059: Dashboard UI
-Use new API param 'listtopused' to get all capacities

-As new API includes pod, cluster-level capacities, restore display of pod and cluster names on capacity label

-Increase page size to 8, to fit into UI better
2012-02-08 10:10:29 -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 fa7b4816b0 cloudstack 3.0 new UI - listcapabilitiesresponse.capability.securitygroupsenabled is obsolete. Remove it from UI code. 2012-02-07 16:50:43 -08:00
Jessica Wang 107ae09acb cloudstack 3.0 new UI - Instance detail page - show/hide Security Group tab upon zone's networktype and guest network's including SecurityGroup service or not. 2012-02-07 16:37:31 -08:00
bfederle 4a0a2fbf8e Projects: add project UI fix
Remove actions column from 'Review' users list view -- this was having
buggy behavior due to widget limitations. User can still add/remove
afterwards by going to project detail view.
2012-02-07 16:19:41 -08:00
bfederle c094c1a6db bug 13115
Show project name in header when project is active

status 13115: resolved fixed
2012-02-07 16:14:39 -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 0eb583df1a cloudstack 3.0 new UI - deployVM - step 5 - (1) Show network list if it's an advanced zone. (2) Show security group list if it's a Basic zone with SecurityGroup service. (3) Show nothing if it's a Basic zone without SecurityGroup service. 2012-02-07 15:55:38 -08:00
bfederle 9c7abbc95d Admin dashboard update
Use new API call to list capacities, ordered by usage and limited to
the top 5 capacites.

--Note that, due to API limitations, the UI cannot display what
particular pod/cluster the capacity belongs to anymore, as that
information is not returned in the response. This can be added again
if relevant API changes are made.
2012-02-07 15:54:54 -08:00
bfederle 81e878eaa9 bug 12780:
Add/update zone capacities to support updated capacity types

status 12780: resolved fixed
2012-02-07 15:51:16 -08:00
Jessica Wang 819cbeee22 bug 13427: network page - create port forwarding rule - don't allow specifying range for private port and public port field. 2012-02-07 14:43:03 -08:00
bfederle 957d131cc6 Merge branch 'bfederle-projects-ui' 2012-02-07 14:32:15 -08:00
bfederle b2930f5dd8 Don't show invitations tab if project invites are disabled 2012-02-07 14:31:19 -08:00
bfederle a77f04f5f6 Only show enter token button if no invitations are present 2012-02-07 14:31:01 -08:00
bfederle 36e4f00c56 Add projects tab pre-filter; misc. fixes 2012-02-07 13:56:10 -08:00
Jessica Wang 2c3159f1ec bug 13499: remove firewall rule - remove Rule ID from notification message. 2012-02-07 13:53:20 -08:00
Jessica Wang 00e8cededf bug 13497: network page - detail view - add domain field, account field. 2012-02-07 13:28:45 -08:00
bfederle 04bfbc435e Clear out input field when switching from account <-> e-mail fields 2012-02-07 12:44:09 -08:00
bfederle 0998cc248e Add validation 2012-02-07 12:43:42 -08:00
bfederle e30c346017 Better handling for list view header actions 2012-02-07 12:36:15 -08:00
Jessica Wang 0d5cc14acc cloudstack 3.0 new UI - localization - add template action. 2012-02-07 12:30:30 -08:00
bfederle 093d37ddf9 Don't hide thead 2012-02-07 12:15:54 -08:00
bfederle 70dc9dd3a9 Add enter token form 2012-02-07 12:15:37 -08:00
Jessica Wang 7bdb86d4a8 network page - remove zoneName, state from listView, add zoneName to detailView. 2012-02-07 11:22:13 -08:00
Jessica Wang aa2cad8f5b bug 13490: Add Zone wizard - hypervisor KVM - add primary storage - show CLVM in protocol dropdown 2012-02-07 10:38:19 -08:00
Jessica Wang 6d96648b10 bug 13466: volume page - only show "take snapshot/recurring snapshot" action when volume state is Ready. Hide them otherwise. 2012-02-06 18:30:06 -08:00
bfederle 995589b479 Add invitation check; dialog for pending invites; misc. fixes 2012-02-06 16:50:08 -08:00
bfederle 99fe55e385 Add updated invite form 2012-02-06 16:05:11 -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
bfederle baf0ee29ac Fix action filter 2012-02-06 13:53:44 -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
bfederle cce6227580 Use listAll true to fix detail view 2012-02-06 13:49:24 -08:00
bfederle 0419a54495 Add accounts management to detail view 2012-02-06 13:35:39 -08:00
bfederle ae75499da4 Move actions to detail view 2012-02-06 13:13:59 -08:00
bfederle 8326989410 Integrate resources form into project detail view 2012-02-06 13:03:56 -08:00
bfederle ce7656674c Add project detail view 2012-02-06 12:32:39 -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 d9c5aa45c2 bug 13461: deploy VM wizard - step 2 (select template/ISO step) - correct label "My ISOs" to be "All ISOs" because that's what really show here. 2012-02-06 11:31:25 -08:00
bfederle 572b44fb29 UI form dialog fix
Fix form elements not being removed from DOM after closing dialog on
save/cancel -- this may cause issues with conditional fields if
re-launching the form dialog.
2012-02-06 09:23:15 -08:00
Jessica Wang 6d2e75d057 bug 12524: create network offering dialog - If service offering dropdown is hidden, not pass dropdown's option value to API call. 2012-02-03 23:21:03 -08:00
Jessica Wang 31c77ff69c bug 12524: create network offering dialog - show service offering dropdown only when Virtual Router is selected as a provider for at least one service. 2012-02-03 22:51:28 -08:00
Jessica Wang 623a144b88 bug 13434: cloudstack 3.0 new UI - if md5Hashed is false, use encodeURIComponent() to encode password before sending it to API call. 2012-02-03 16:55:41 -08:00
Jessica Wang 38ada9c585 domain page - add full path. 2012-02-03 15:49:01 -08:00
bfederle b57c72d98b Fix detail view UI destroy action 2012-02-03 15:41:27 -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 fbf1c958db bug 12497
Fix back button causing erratic behavior, due to force re-populating
of form fields in each step; data only repopulates now if an item on a
previous step has changed.

status 12497: resolved fixed
2012-02-03 15:36:42 -08:00
Jessica Wang 9064bdb50a bug 13373: create network offering dialog - if this provider dropdown is one of provider dropdowns forcibly changed together earlier, make other forcibly changed provider dropdowns restore default option (i.e. 1st option in dropdown) - make it work in IE as well. 2012-02-03 15:08:07 -08:00
Jessica Wang 62b2a05071 bug 13373: create network offering dialog - if this provider dropdown is one of provider dropdowns forcibly changed together earlier, make other forcibly changed provider dropdowns restore default option (i.e. 1st option in dropdown). 2012-02-02 17:17:20 -08:00
Jessica Wang 6fe5c365fa bug 13373: create network offering dialog - only update provider dropdown if the provider supports more than 1 service. 2012-02-02 16:18:03 -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
bfederle 701fff934d Fix detail view action if no args are present 2012-02-02 16:14:23 -08:00
Jessica Wang cc3bf1e6d2 bug 13373: create network offering dialog - when a provider who can not enable individual service gets selected, make all services supported by this provider have this provider selected in provider dropdown. 2012-02-02 15:54:12 -08:00
Jessica Wang 4a0517e9e0 bug 13412: Quick install - add cluster - hypervisor - add KVM option 2012-02-02 13:54:16 -08:00
bfederle 66b69a049b bug 13210: User dashboard layout cleanup
-Replace broken 'My projects' with latest events listing

-Show real network stats; replace with 'Owned networks' and 'Owned IP
addresses'

status 13210: resolved fixed
2012-02-02 13:47:45 -08:00
bfederle 8b13faffb9 bug 13261: Display pod name for cluster-level capacities
status 13261: resolved fixed
2012-02-02 12:30:10 -08:00
bfederle 7bb0785de6 bug 11790
Fix naming for capacity types to be up-to-date with API

status 11790: resolved fixed
2012-02-02 12:25:04 -08:00
bfederle 2d218ad451 bug 13246: Fix attach volume when in project mode
status 13246: resolved fixed
2012-02-02 11:10:03 -08:00
Jessica Wang c9795a33f6 bug 13030: IP address page - Make EnableVPN action available in any type of IP, instead of only sourceNAT IP. 2012-02-02 10:34:27 -08:00
Jessica Wang 7cdb83abfc bug 13343: network page - don't show "Add guest network" button if basic zone(s) exists. 2012-02-01 17:16:11 -08:00
Jessica Wang ccabee788a bug 13289: zone wizard - correct text. 2012-02-01 15:21:27 -08:00
bfederle e6b1929d1a Fix network offering availability field 2012-02-01 14:46:30 -08:00
Jessica Wang c7460ae962 bug 12966: domain page (tree-view) - remove search box since no place to show searching results in a tree. 2012-02-01 14:06:47 -08:00
Jessica Wang 5eea6a5c3c bug 12925: pass account parameter to ListVpnUsers API and createRemoteAccessVpn API. 2012-02-01 13:49:53 -08:00
Jessica Wang e8d7220ff3 bug 12728: extend listView widget to take in preFilter. filter Destroyed option from listView filters for regular user. 2012-02-01 13:29:35 -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
Jessica Wang dddbf1cd9d zone wizard - make isPublic checked as default since public zone is more popular. 2012-02-01 11:22:34 -08:00
bfederle 7a6778cd99 Fix swift dialog 2012-02-01 10:55:20 -08:00
Jessica Wang 9c33b67016 network offering page - after updating availability from Required to Optional, or from Optional to Required, refresh add network offering dialog to show/hide availability dropdown. 2012-02-01 10:39:37 -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
bfederle ea512c2829 List view: fix for header actions 2012-02-01 10:39:00 -08:00
Jessica Wang 32f0b3e590 add network offering dialog - availability field depends on not only 'service.SourceNat.isEnabled', but also requiredNetworkOfferingExists variable. This line will make the dependency between availability field and requiredNetworkOfferingExists variable disappear (incorrectly). 2012-02-01 10:28:19 -08:00
Jessica Wang 8276e741af system page - guest network page - optimize code of collection guest networks. 2012-02-01 09:56:59 -08:00
bfederle bee3efd0d2 bug 12792: Fix restore VM action
status 12792: resolved fixed
2012-02-01 09:54:52 -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
bfederle 17358cce99 bug 13271: Fix zone wizard vlan range validation
status 13271: resolved fixed
2012-01-31 16:11:23 -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 af81ae4078 bug 11426: domain page - fix the criterion to determine whether it's a Root domain or not. 2012-01-31 15:06:20 -08:00
bfederle 648a1c36d3 bug 12682
Add Citrix EULA to start of install wizard

status 12682: resolved fixed
2012-01-31 14:50:38 -08:00
Jessica Wang b1073d6b68 bug 12509: Add Network Offering dialog - service provider dropdown - make "VirtualRouter" to be the 1st option regardless of the sequence returned in listsupportednetworkservicesresponse.service.provider 2012-01-31 14:44:07 -08:00
Jessica Wang 37a7989623 bug 13378: add network offering dialog - when a service is selected and there is only one provider for this service, not show provider dropdown (hardcode the only one provider value in a hidden field). 2012-01-31 14:06:52 -08:00
bfederle 0e03e0d5fd bug 12730
Wait for builtin templates before install wizard completes

status 12730: resolved fixed
2012-01-31 12:01:19 -08:00
bfederle 9273ec4c35 bug 12460
Only show availability field if isolated source NAT configuration
selected

status 12460: resolved fixed
2012-01-31 10:22:56 -08:00
Jessica Wang bf0546fbd3 network offering page - Provide Enable/Disable action to system-generated network offerings. 2012-01-31 09:58:25 -08:00
Jessica Wang 52485a3fef bug 12493: network offering page - implement Edit action. 2012-01-30 18:06:49 -08:00
Jessica Wang f072899583 network offering page - remove actions from listView since they are already available in detailView. 2012-01-30 17:43:51 -08:00
Jessica Wang 36017cf968 network offering page - change label of isdefault field to be more specific ("created by system") 2012-01-30 17:40:13 -08:00
Jessica Wang 4aaf15a353 bug 12451: add network offering - hide availability dropdown when a Required network offering has existed. Only optional network offerings are allowed to create. 2012-01-30 17:31:36 -08:00
bfederle 8b55d8b1b0 Fix multiEdit string concat for LB name 2012-01-30 17:21:38 -08:00
bfederle b9caf8652c bug 12971
Allow domain admin to see security groups
2012-01-30 16:36:21 -08:00
bfederle 1562c2fe7a bug 12984
Allow domain admins the same project privileges as ROOT admins

status 12984: resolved fixed
2012-01-30 16:17:53 -08:00
bfederle 472912ad70 bug 12888: Fix update row on stop VM
status 12888: resolved fixed
2012-01-30 16:06:27 -08:00
bfederle a9d427eea6 Remove unneeded success and complete messages 2012-01-30 16:02:07 -08:00
bfederle b593898fbd bug 13079
Sanitize network offering service list labels

status 13079: resolved fixed
2012-01-30 15:57:30 -08:00
bfederle d6ef879b44 bug 13148
Concatenate LB rule name if length too long

status 13148: resolved fixed
2012-01-30 15:45:08 -08:00
Jessica Wang 8df1cfe087 bug 12869: create network offering dialog - 1. When guestIpType is Shared, hide SpecifyVlan checkbox (pass specifyVlan=true, specifyIpRanges=true to API call).
2. When guestIpType is Isolated, show SpecifyVlan checkbox.
   If SpecifyVlan checkbox is checked (specifyVlan=true), specifyIpRanges=true.
   If SpecifyVlan checkbox is unchecked (specifyVlan=false), specifyIpRanges=false.
3. remove SpecifyIpRanges checkbox.
2012-01-30 15:38:31 -08:00
bfederle d1b0b0954a bug 13245: Fix VM listing 'mine' filter when in project
status 13245: resolved fixed
2012-01-30 15:03:58 -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
bfederle f940c542a0 Multi-edit: Increase length of poll interval, to prevent choppy UI 2012-01-30 14:55:46 -08:00
bfederle 59bd048b56 bug 13356
Clear out sticky/custom data drop-down after adding policy

status 13356: resolved fixed
2012-01-30 14:53:59 -08:00
bfederle b0b5a7a0d0 Network section: LB/PF fixes
-Fix async poll never clearing when creating LB w/ sticky policy

-Append listAll=true to LB/PF listings, to allow admin to alter other
 users' rules
2012-01-30 14:45:51 -08:00
Jessica Wang 09dc843a64 bug 12869: network page - add guest network dialog - network offerings dropdown - populate Isolated networks with SourceNat service and specifyvlan is false. 2012-01-30 14:18:42 -08:00
bfederle fac99b23dc Network section: VM listing fix
Fix admin not being able to assign VMs for port forward/LB to networks
not assigned to them
2012-01-30 13:46:25 -08:00
bfederle c6a3a63f1f Fix account column in network listing 2012-01-30 13:40:02 -08:00
bfederle 3cb7453979 bug 12415
Don't pass projectID for templates or ISOs, unless listing 'My'
templates/ISOs

status 12415: Resolved fixed
2012-01-30 13:35:11 -08:00
bfederle cc63a451a7 bug 13288: Concatenate long zone names in dashboard UI
status 13288: resolved fixed
2012-01-30 13:26:38 -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
bfederle 3b4676d384 bug 12091
UI support for adding/removing of VMs from LB rules

status 12091: resolved fixed
2012-01-27 16:27:05 -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
Jessica Wang 589dfe511f bug 12869: (1) create Network Offering dialog - add new checkbox "Sepcify IP Ranges". (2) network offering detail view - add "Sepcify IP Ranges" row. 2012-01-27 13:27:48 -08:00
bfederle 45a8d4e811 bug 13364: Fix security group listing when in projects mode
status 13364: resolved fixed
2012-01-27 10:55:47 -08:00
bfederle 83bc7d1c81 Remove UI test data 2012-01-27 09:01:57 -08:00
Jessica Wang dfdfc3b85a Add zone wizard - configure public - fix a bug that configureGuestTraffic() was being called more than once when multiple public VLAN IP Ranges are entered in configure public screen. 2012-01-26 17:07:10 -08:00
bfederle 3df53c1324 bug 13285: Fix confirm password validation
status 13285: resolved fixed
2012-01-26 16:10:57 -08:00
bfederle e6f6437afa Fix syntax errors which break IE7 2012-01-26 15:31:25 -08:00
bfederle 203cdedf87 Fix missing <tr> from list view thead (broke IE7) 2012-01-26 15:00:41 -08:00
Jessica Wang dfd28b0df8 add zone wizard - seperate addNetscalerDevice code out from configurePhysicalNetwork code. So, addNetscalerDevice can have its own error handling. 2012-01-26 13:22:50 -08:00
Jessica Wang 24a5b70b50 template/ISO page - add one more option "all" that will list all templates/ISOs 2012-01-26 11:34:23 -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 9abf040ffa IP Address page - detail view - configuration tab - use a network's networkOffering's services instead of network's own services to determine whether or not to cross out/disable Firewall, Port Forwarding, Load Balancing icon in configuration chart. 2012-01-26 10:02:08 -08:00
Jessica Wang df45347f3f network page - detail view - Add Load Balancer tab - use a network's networkOffering's services instead of network's own services to determine whether or not to show Add Load Balancer tab 2012-01-25 17:46:27 -08:00
Jessica Wang 079eb0f9eb firewallRuleUiEnabled has been removed from listcapabilitiesresponse API. Here is related UI change. In network page, we now use listnetworksresponse to determine whether or not to show firewall section. 2012-01-25 16:45:47 -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
Jessica Wang 2ea75da700 Add zone wizard - Basic zone - implement error handling when creating a guest netowrk fails. 2012-01-25 15:20:18 -08:00
Jessica Wang 184ac11d96 Add zone wizard - cluster - hypervisor: VMware - should skip calling addHost. 2012-01-25 14:42:34 -08:00
Jessica Wang 5e5579a210 fix a JS error "args.groupedData is undefined" (which caused "Adding cluster...." message as hanging in last step in new zone wizard) 2012-01-25 14:04:35 -08:00
bfederle 4efd42cac1 Network section: IP address action updates
Prompt user to close details/refresh list view after these actions are
performed:

-Enable static NAT
-Disable static NAT

Always do a full refresh after releasing an IP.
2012-01-25 13:58:33 -08:00
bfederle 55b4cfc82a Support custom action after new panel is selected 2012-01-25 13:58:33 -08:00
bfederle fd0d08f2cd Support on completion callback 2012-01-25 13:58:33 -08:00
Jessica Wang d569f383f9 bug 13313: new zone wizard - skip addHost step if cluster is VMware. 2012-01-25 11:40:37 -08:00
bfederle 029ba147f7 Fix index on sticky API params 2012-01-25 11:32:42 -08:00
bfederle 27e0dfcff9 bug 11798
-Support editing/removal of existing sticky session rules

-Cleanup add sticky session param handling
2012-01-25 11:14:37 -08:00
bfederle f91229886e bug 13274
Fix error handling for zone/quick install wizard

status 13274: resolved fixed
2012-01-25 08:14:39 -08:00
Jessica Wang fdffe3bce2 IP address page - detailView - after DisableStaticNAT succeeds, empty Virtual Machine row. 2012-01-24 19:10:14 -08:00
Jessica Wang 8ae821e045 IP address page - Add Load Balancer tab - pop up a dialog box after addLoadBalancerRule returns success: "The load balancer rule has been added under IP xxx.xxx.xxx.xxx" 2012-01-24 19:09:44 -08:00
Jessica Wang 2dedf6a20b Auto refresh IP Address listing after enableStaticNAT, diableStaticNAT, release IP action. 2012-01-24 16:58:16 -08:00
bfederle 506381e73b Remove debugger 2012-01-24 16:39:29 -08:00
bfederle 8156842ae6 -LB sticky policy fixes
-StaticNat refresh fixes
2012-01-24 16:38:59 -08:00
Jessica Wang c5d4adaaea IP Address page - detail View - move 4 fields up. 2012-01-24 16:38:16 -08:00
Jessica Wang 137021fbdd IP address page - show Configuration tab if IP is elastic + non-staticNat + VM Id is null 2012-01-24 16:37:25 -08:00
bfederle 461dd4f6a4 Restore fix to avoid creating sticky twice 2012-01-24 16:07:08 -08:00
bfederle a62f77a3a8 Revert "Make query job result AJAX call async to speed up UI performance"
This reverts commit ce5d85a239fa96bc46dede8ef81194959ce16162.
2012-01-24 16:07:08 -08:00
Jessica Wang 2a08eaa957 network page - Load Balancer tab - Create Load Balancer Rule - pass domainId/account instead of publicIpId to createLoadBalancerRule. 2012-01-24 15:36:17 -08:00
bfederle eae8d70dfd Have network sticky policy use cloudStack.lbStickyPolicy() 2012-01-24 15:31:36 -08:00
bfederle 0c31e6ba20 Fix method select field 2012-01-24 15:30:58 -08:00
bfederle 55c5df2568 Fix descriptions for sticky method names 2012-01-24 15:20:54 -08:00
bfederle 196e36d194 Update network section
-Add load balancer tab to network details

-WIP: Add 'none' field to sticky policy
2012-01-24 15:11:16 -08:00
Jessica Wang 6e5beaaa4a cloudstack 3.0 new UI - network page - show load balancer tab if the network includes Lb service including ElasticLb capability. 2012-01-24 14:36:20 -08:00
bfederle 8507e6db25 Make query job result AJAX call async to speed up UI performance 2012-01-24 13:53:55 -08:00
bfederle 0f6619a8ce bug 11798
Fix create LB sticky being called twice
2012-01-24 13:48:45 -08:00
bfederle eff786bcad bug 13242
-Map allowed sticky session params to network capabilities, to only
 show fields relevant to selected network

-Move sticky rules to separate JS file
2012-01-24 13:28:06 -08:00
Jessica Wang b4c5f07fca cloudstack 3.0 new UI - IP address page - create load balancer rule - always pass publicIpId regardless network type. 2012-01-24 12:42:30 -08:00
Jessica Wang ce32ab71c1 cloudstack 3.0 new UI - network page - call fullRefresh after enableStaticNAT, createLoadBalancerRule returns success. 2012-01-24 12:02:46 -08:00
Jessica Wang 1f8ee8a21f cloudstack 3.0 new UI - network page - detail view - add Load balancer tab. 2012-01-24 10:14:23 -08:00
Jessica Wang a986c6e626 IP Address page - loadBalancing - use network type ("Shared" or "Isolated") to decide which parameter to pass to createLoadBalancerRule, listLoadBalancerRules API. 2012-01-23 18:22:52 -08:00
Jessica Wang 9d0c3fd0fb cloudstack 3.0 new UI - IP page - configuration - show/hide tabs upon whether their corresponding service are included in the network or not. 2012-01-23 18:07:09 -08:00
bfederle 3a0886f891 Add documentation copy for zone wizard steps 2012-01-23 16:38:30 -08:00
Jessica Wang 4728ee8af8 cloudstack 3.0 new UI - network page - IP page - configuration - static NAT chart - hide Firewall icon if the network that the IP is under doesn't include Firewall service. 2012-01-23 16:34:47 -08:00
bfederle bc3eef9223 Add 'field required asterisk' 2012-01-23 15:26:03 -08:00
bfederle 3f3e69b842 Add help link to top user drop-down 2012-01-23 15:06:23 -08:00
Jessica Wang 8e82266f6b cloudstack 3.0 new UI - network page - Associate new IP - pass domainId and account to API call if network type is Shared. 2012-01-23 15:03:14 -08:00
Jessica Wang fbba0dbbf0 cloudstack 3.0 new UI - network page - IP address page - hide Configuration tab if IP is elastic. 2012-01-23 13:54:29 -08:00
bfederle d7a45287a5 Enable zone before polling system VMs 2012-01-23 13:52:38 -08:00
Jessica Wang b97358f32d cloudstack 3.0 new UI - network page - IP address page - detail view - no actions are allowed if IP is elastic. 2012-01-23 13:41:25 -08:00
Jessica Wang bd026c50a7 cloudstack 3.0 new UI - network page - IP address page - detailView - add Elastic and VirtualMachine. 2012-01-23 13:28:32 -08:00
bfederle 96d0383a4a Install wizard updates
-Fix tooltips

-Poll system VMs and enable zone at end
2012-01-23 13:27:49 -08:00
bfederle 078f80bbe5 Update install wizard form IDs to support new API calls 2012-01-23 12:57:06 -08:00
bfederle 7962ca9ca4 Install wizard: WIP 2012-01-23 12:57:05 -08:00
Jessica Wang d009b3f3db cloudstack 3.0 new UI - network page - add SecurityGroup as SupportedService when getting shared networks. 2012-01-23 11:03:57 -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
Jessica Wang 68b6f2b1c5 cloudstack 3.0 new UI - network page - pass listAll to listNetworks 2012-01-22 07:54:11 -08:00
Jessica Wang 96a3b256c0 cloudstack 3.0 new UI - Add Network Offering - when StaticNat is selected, show a new checkbox "Elastic IP" and pass checkbox value (true/false) to servicecapabilitylist[] parameter in API call. 2012-01-21 15:04:54 -08:00
Jessica Wang b933004011 cloudstack 3.0 new UI - Add Network Offering - when LB Service is selected, show a new checkbox "Elastic LB" capability (true/false). 2012-01-21 12:01:15 -08:00
Jessica Wang 7edf9269c1 cloudstack 3.0 new UI - Add Network Offering - fix a bug that array index in serviceCapabilityList[] was wrongly passed to API. 2012-01-21 11:31:02 -08:00
bfederle 3f07346087 Fix UI interval for add sticky policy 2012-01-20 15:20:23 -08:00
bfederle 3e365ad8c2 bug 11798 (WIP)
-Add UI for sticky policy

-Create sticky policy functionality
2012-01-20 14:33:16 -08:00
bfederle fa2a308d56 Temporary fix to keep dashboard UI from reporting error 2012-01-19 19:02:52 -08:00
Jessica Wang 19002a2434 salmon - network offering - change ID to append "service.xxx." for fields that shows/hides upon services selected. 2012-01-19 14:09:19 -08:00
bfederle d766b11ca1 Fix for dashboard in Chrome/Safari 2012-01-17 12:23:18 -08:00
bfederle e7d55d77f5 bug 12306
-Use listAll=true for projects and networks listing as ROOT admin
2012-01-17 10:56:27 -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 cb6f1b619f bug 12910: cloudstack 3.0 new UI - network page - restart network - add checkbox "Clean up" on dialog box. 2012-01-11 14:38:27 -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 88c08cd798 cloudstack 3.0 new UI - Security Groups page - pass listAll=true listXXX API call. 2012-01-11 13:50:53 -08:00
Jessica Wang bad0c23501 cloudstack 3.0 new UI - network page, IP address page - pass listAll=true listXXX API call. 2012-01-11 13:49:13 -08:00
Jessica Wang 3f824c4257 cloudstack 3.0 new UI - event page, alert page - pass listAll=true listXXX API call. 2012-01-11 12:13:09 -08:00
Jessica Wang 6b1c19cf6e cloudstack 3.0 new UI - volume page, snapshot page - pass listAll=true listXXX API call. 2012-01-11 12:10:26 -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 645ebd6655 bug 13009: cloudstack 3.0 new UI - instances page - select "Running", "Stopped", "Destroyed" in top filter will also pass listAll=true to API call. 2012-01-11 11:47:34 -08:00
Jessica Wang 4d1924ca11 bug 13009: cloudstack 3.0 new UI - instances page - select "All" in top filter will pass listAll=true to API call. 2012-01-11 11:43:51 -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 495e9ad113 cloudstack 3.0 new UI - create network offering - fix a bug that servicecapabilitylist was still passed to API when corresponding service is not selected. (API returns error: "Capabilities for LB service can be specifed only when LB service is enabled for network offering.") 2012-01-10 14:14:53 -08:00
Jessica Wang 17189b1a89 bug 12931: cloudstack 3.0 new UI - network offering page - detail view - add "conserve mode". 2012-01-10 11:40:00 -08:00
Jessica Wang 2c18380209 bug 12931: cloudstack 3.0 new UI - create network offering - add a checkbox "conserve mode", default as unchecked. 2012-01-10 10:45:49 -08:00
bfederle ff9972ebdf bug 12942
Rename 'Users' to 'Accounts' on projects dashboard

status 12942: resolved fixed
2012-01-09 17:07:33 -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 3355c6cffe bug 12306: cloudstack 3.0 new UI - create service offering, create disk offering - pass listAll=true when calling listDomains to populate domain dropdown. 2012-01-09 16:23:00 -08:00
Jessica Wang 28704eb8a1 cloudstack 3.0 new UI - create user - domain admin and regular user are not allowed to create user. 2012-01-09 16:16:37 -08:00
Jessica Wang 89628cae5c bug 12306: cloudstack 3.0 new UI - account page - create account - pass listAll=true when calling listDomains to populate domain dropdown. 2012-01-09 16:11:55 -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
bfederle 4bc6fd0eb9 Explicitly show all account, domain listings for admin 2012-01-09 10:44:07 -08:00
Jessica Wang fa05ee586a cloudstack 3.0 new UI - security groups page -(1) add ID, Description to detail view. (2) move actions from list view since they are available in detail view already. 2012-01-06 17:08:43 -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 e77373949b cloudstack 3.0 new UI - account page - from actions from listView since they are available in detailView. 2012-01-06 15:26:05 -08:00
Jessica Wang 4b33eef8d5 cloudstack 3.0 new UI - template page - from actions from listView since they are available in detailView. 2012-01-06 15:22:06 -08:00
Jessica Wang 8f96a8539c cloudstack 3.0 new UI - template page - from actions from listView since they are available in detailView. 2012-01-06 15:19:29 -08:00
bfederle 9f08581f94 bug 12902
Disable project creation for regular users, if
'allowusercreateprojects' == false
2012-01-06 13:25:43 -08:00
bfederle 263065a0ff Remove comments containing invalid characters 2012-01-06 13:25:43 -08:00
Jessica Wang 3ae9ffe43f cloudstack 3.0 new UI - snapshot page - from actions from listView since they are available in detailView. 2012-01-06 12:24:40 -08:00
Jessica Wang 2a7121c1a0 cloudstack 3.0 new UI - volume page - move recurring snapshot action from listView to detailView. 2012-01-06 12:19:41 -08:00
Jessica Wang 86098e6c89 cloudstack 3.0 new UI - volume page - from actions from listView since they are available in detailView. 2012-01-06 12:06:38 -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 1d73dd0947 cloudstack 3.0 new UI - volume page - take snapshot action - replace obsolete args.data with args.context 2012-01-06 11:16:09 -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 5f2c4ccabe cloudstack 3.0 new UI - project page - implement search. 2012-01-05 16:47:12 -08:00
Jessica Wang c802971cce cloudstack 3.0 new UI - IP Address page - implement search. 2012-01-05 16:38:11 -08:00
Jessica Wang cefa1f3311 cloudstack 3.0 new UI - network page - implement search. 2012-01-05 16:27:28 -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 0c84ca37a4 cloudstack 3.0 new UI - security group page - implement search. 2012-01-05 15:47:33 -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 ca189f661f cloudstack 3.0 new UI - service offering page, disk offering page, hypervisor capability page, network offering page - implement search. 2012-01-05 14:54:56 -08:00
Jessica Wang cbd45e0e43 cloudstack 3.0 new UI - account page, user page - implement search. 2012-01-05 14:34:22 -08:00
Jessica Wang c89eaaabb1 cloudstack 3.0 new UI - event page, alert page - implement search. 2012-01-05 14:19:26 -08:00
Jessica Wang a1bdea5404 cloudstack 3.0 new UI - template page, ISO page - search - do not pass keyword parameter to API if its value is empty. 2012-01-05 14:15:33 -08:00
Jessica Wang e234d101a2 cloudstack 3.0 new UI - snapshot page - implement search. 2012-01-05 14:10:08 -08:00
Jessica Wang 8b2113230e cloudstack 3.0 new UI - volume page - implement search. 2012-01-05 14:06:24 -08:00
Jessica Wang bb04f6feeb cloudstack 3.0 new UI - instance page - search - do not pass keyword parameter to API if its value is empty. 2012-01-05 13:52:19 -08:00
bfederle 8384b0102f Fix for network offerings
-Fix network offering details when no service capabilities are present
2012-01-05 13:31:02 -08:00
bfederle 982a964f82 bug 12228
-Add specify service capabilities for LB and source NAT

-Make capability fields conditional (show/hide) based on supported
 service selection

-Misc. code/formatting cleanup for configuration section

status 12228: resolved fixed
2012-01-05 13:21:15 -08:00
bfederle 345ca23e67 bug 12122
Show error message when enable static NAT fails

status 12122: resolved fixed
2012-01-05 12:38:07 -08:00
bfederle 710d016775 bug 12120
Add missing fields to IP address details

status 12120: resolved fixed
2012-01-05 12:30: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
bfederle 58e937acc1 Show zone details on dashboard capacity items 2012-01-05 10:24:46 -08:00
Jessica Wang 291486cc5d bug 11799: cloudstack 3.0 new UI - security group page - add new tab "Egress rules". 2012-01-04 19:04:07 -08:00
Jessica Wang 367605bcd2 bug 12455: cloudstack 3.0 new UI - instance page - detach ISO action - correct icon tooltip. 2012-01-04 18:21:48 -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 61c543fe50 bug 12645: cloudstack 3.0 new UI - account page - show add button only when it's root admin. Hide it otherwise. 2012-01-04 16:17:01 -08:00
bfederle b2824af586 List view UI
-Support preFilter to show/hide add action
2012-01-04 15:50:54 -08:00
Jessica Wang 9b04de2251 bug 12594: cloudstack 3.0 new UI - volume page - allow delete action as long as the volume is not attached to VM. 2012-01-04 15:15:05 -08:00
bfederle 867afce8da Add percent labels to dashboard charts 2012-01-04 14:25:25 -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 4127562c90 Projects: only show resources tab for admins
As updateResourceLimits is only available for ROOT admins, hide the
resources tab for normal users, to prevent an error message from
appearing when user tries to save form data.
2012-01-04 13:51:44 -08:00
bfederle 54775c28ad bug 12811: Fix action filter for add system resources 2012-01-04 13:27:34 -08:00
bfederle b557750eab bug 12769: Fix security group actions 2012-01-04 13:05:51 -08:00
bfederle bd552356b6 Fix wrong set of actions being passed for list view selects 2012-01-04 13:05:50 -08:00
bfederle d16c535514 Fix IE7 syntax errors for system.js 2012-01-04 11:43:50 -08:00
bfederle f076a4a8a7 Syntax fixes for IE7 2012-01-04 11:38:53 -08:00
Jessica Wang f0cd240bdb bug 12371: cloudstack 3.0 new UI - User page - change password dialog - password field - display asterisks instead of characters. 2012-01-04 10:31:41 -08:00
bfederle 1bd3549fab Code/whitespace cleanup 2012-01-04 09:08:18 -08:00
bfederle 7249dc99a2 Show zone-specific data on dashboard 2012-01-04 08:48:31 -08:00
bfederle 4e97121f02 Add new admin dashboard
-Use cluster level capacity display for all zones

-Show capacities as pie charts

-Misc. dashboard layout fixes
2012-01-03 16:29:06 -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 98eb06b2a9 cloudstack 3.0 new UI - template page, ISO page - remove ID from listView. 2012-01-03 15:21:21 -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
Jessica Wang 899f512a41 cloudStack 3.0 new UI - instance page - actions - get ID from args.context.instances[0].id instead of obsolete args.data.id 2011-12-28 16:21:47 -08:00
Jessica Wang ffdea8fd4b bug 11546: cloudstack 3.0 new UI - Stop Instance action - add "Force Stop" option. 2011-12-28 15:46:14 -08:00
Jessica Wang 38213b72da cloudStack 3.0 new UI - ISO page - create ISO - bootable checkbox is selected as default (with OS Type dropdown shown). 2011-12-28 15:10:32 -08:00
Jessica Wang 43a0989230 bug 12764: cloudStack 3.0 new UI - VM wizard - basic zone - select security group step - fix a bug that appeared when only one security group is selected. 2011-12-28 14:48:13 -08:00
bfederle a24589710a Projects list view: 'destroy' fix
Fix destroy project not being allowed by admin who is not owner of a
project.
2011-12-23 17:06:48 -05:00
bfederle 17bf657b71 bug 12745:
Fix listVirtualMachines for attach disk option, when in project mode

status 12745: resolved fixed
2011-12-23 15:20:15 -05:00
bfederle 4a8c431ee3 Only do 'listSwifts' for admin accounts 2011-12-23 15:12:20 -05:00
bfederle bab60829ea Add project resource management to new project wizard 2011-12-23 15:06:38 -05:00
bfederle 678ea310d8 Fix error on login
--Should be 'listSwifts' not 'listSwift'
2011-12-23 14:39:13 -05:00
Jessica Wang c2c0d09154 bug 12744: cloudStack 3.0 new UI - VM Wizard - step 5 - fix data passed to args.response.success() 2011-12-23 10:44:11 -08:00
Jessica Wang 0a8606f47c cloudstack 3.0 new UI - Add Network Offering - add new checkbox "Redundant router capability" 2011-12-22 16:34:11 -08:00
bfederle aac2ce7cd9 bug 12520
Hide specific sections when in project view:

-Projects (list view)
-Accounts
-Domains
-System
-Global Settings
-Configuration

status 12520: resolved fixed
2011-12-22 15:47:37 -08:00
bfederle deef431cc7 bug 12569
Disable system navigation item when in project mode
2011-12-22 15:39:11 -08:00
bfederle c429a66306 bug 12569: Correct error handling for acquire IP address
status 12569: resolved fixed
2011-12-22 15:36:18 -08:00
bfederle 46ebc1e032 List view, error handling
Fix list view error handling, where addRow == 'true' but no createForm
is present -- properly remove row
2011-12-22 15:35:55 -08:00
bfederle 6b60341ea4 Add correct error handling to VM wizard 2011-12-22 15:30:27 -08:00
bfederle ec7ace2a2c bug 12573: Correct error handling for add volume
status 12573: resolved fixed
2011-12-22 15:25:55 -08:00
bfederle e66af621f1 bug 12595
Only allow change service offering for stopped VMs

status 12595: resolved fixed
2011-12-22 15:15:12 -08:00
bfederle 0c3c7d1b34 bug 12610
Add close button to user management tab of projects wizard

status 12610: resolved fixed
2011-12-22 15:10:46 -08:00
bfederle ceb95cb002 bug 12651: Make new network name field required
status 12651: resolved fixed
2011-12-22 15:03:31 -08:00
bfederle 9fab3e68b5 bug 12658
Allow ROOT admin to manage projects, even if they are not the project
owner

status 12658: resolved fixed
2011-12-22 13:57:02 -08:00
bfederle c07d711266 Project dashboard: Fix IP address total 2011-12-22 13:52:31 -08:00
bfederle 650301fc94 Fix createForm actions for template section 2011-12-22 12:27:49 -08:00
bfederle 27a552278f Fix validation for <select> 2011-12-22 12:27:35 -08:00
bfederle 4819e24c3a Install wizard CSS tweaks 2011-12-22 12:05:32 -08:00
bfederle d623ddad5e Fix BG 2011-12-22 11:51:41 -08:00
bfederle 1244cd6985 Fix broken pod diagram 2011-12-22 11:39:12 -08:00
bfederle b57e2b9e9d Fix missing pod intro in install wizard 2011-12-22 11:28:23 -08:00
bfederle 51f7872ec9 bug 12698:
Add error fn to delete NetScaler action
2011-12-22 11:04:43 -08:00
bfederle e348b25ad6 bug 12698
Fix detail view error handling for async actions

status 12698: resolved fixed
2011-12-22 11:04:43 -08:00
Jessica Wang 483119ec0f cloudstack 3.0 new UI - ISO page - detailView - clicking refresh button will make listIsos API call to refresh data. 2011-12-22 10:38:23 -08:00
bfederle 8c242b7e88 Projects dashboard fixes and cleanup
-Fix dashboard calling API twice per item

-Only show 8 latest events, to shortern load time

-Whitespace/code cleanup
2011-12-22 10:31:27 -08:00
Jessica Wang 0d013cfd3a cloudstack 3.0 new UI - template page - detailView - clicking refresh button will make listTemplates API call to refresh data. 2011-12-22 10:30:57 -08:00
bfederle 25c25acd21 Fix blank number if zero LB/PF rules present 2011-12-22 10:10:05 -08:00
bfederle 3650861cb1 Refactor notification handling
-Move 'addNotification' function from list view and detail view
 widgets to a central location, cloudStack.ui.notifications.add, in
 notifications.js, to avoid redundant code.

-Add helper method for triggering CloudStack-specific UI events
2011-12-22 09:00:28 -08:00
bfederle 577d0e6982 Code cleanup 2011-12-22 08:41:47 -08:00
bfederle c60501e950 UI widgets: support event-based notifications
Triggering 'cloudStack.addNotification' adds a new UI notification, to
avoid having to specify DOM element containing the jQuery widget every
time. This event accepts same args as .notifications('add', ...)

Example:

$(window).trigger('cloudStack.addNotification', {
  desc: 'Description',
  interval: 1000,
  poll: function(args) {
    ...
    args.complete();
  }
});
2011-12-22 08:41:40 -08:00
bfederle ebe787704b bug 12611
Fix action filter for projects user management

status 12611: resolved fixed
2011-12-21 18:28:55 -08:00
Jessica Wang e119615fcb cloudstack 3.0 new UI - copy template dialog, copy ISO dialog - make Destination zone required. 2011-12-21 18:14:58 -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 8c85d8f05c cloudstack 3.0 new UI - download template - fix a bug that "Please click ~~~ to download template" dialog didn't pop up after extractTemplate API returned success. 2011-12-21 16:55:07 -08:00
bfederle 4db08d897e Cleanup 'state' field display; whitespace cleanup 2011-12-21 15:32:44 -08:00
bfederle d2b99d33ef Move multi-edit to widgets folder (as it is a jQuery widget) 2011-12-21 15:28:32 -08:00
bfederle 6ba5d04526 bug 12707
Show notice to restart management server after editing configuration
setting

status 12707: fixed resolved
2011-12-21 15:11:12 -08:00
bfederle 8e6ee2089a Update network section w/ fixes from beta2 branch 2011-12-21 14:46:54 -08:00
bfederle af8378f2ed bug 12660: Support suspend/activate project
status 12660: resolved fixed
2011-12-21 14:29:58 -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 1e3fd11369 cloudstack 3.0 new UI - volume page, snapshot page - apply converter toLocalDate() to create date. 2011-12-21 14:17:39 -08:00
Jessica Wang 8377800460 cloudStack 3.0 new UI - add a converter function to convert UTC date to local date. 2011-12-21 14:14:19 -08:00
bfederle c33db409db bug 12665
Use unique names for pop-up windows, to avoid reusing the same window
for multiple VMs

status 12665: resolved fixed
2011-12-21 14:04:34 -08:00
bfederle 9f49a86c23 bug 12681
Show list of supported services on network offering details

status 12681: resolved fixed
2011-12-21 13:51:12 -08:00
bfederle b4ca2c1a13 bug 7883
Support sorting of templates/isos and offerings

status 7883: resolved fixed
2011-12-21 13:32:46 -08:00
Jessica Wang 45b5a0c2c1 cloudstack 3.0 new UI - disk offering page - add custom field in listView. show disk size as N/A if its value is 0. 2011-12-21 09:47:40 -08:00
bfederle 744e10bf01 bug 12316: Install wizard error handling fixes
status 12316: resolved fixed
reviewed-by: sonny
2011-12-20 20:17:45 -08:00
Jessica Wang eb9973d344 cloudStack 3.0 - extract template, extract ISO - zoneId is no longer required. 2011-12-20 18:50:26 -08:00
Jessica Wang 01879740ef cloudstack 3.0 new UI - volume page - add volume - make name field required. 2011-12-20 17:27:52 -08:00
Jessica Wang 39f03cf7c6 cloudstack 3.0 new UI - instance page - change service - check if instance state is Stopped before proceeding to action. 2011-12-20 17:08:16 -08:00
Jessica Wang fd86c25bc0 cloudstack 3.0 new UI - instance page - remove Template type field. 2011-12-20 16:52:18 -08:00
Jessica Wang ad811df23e cloudstack 3.0 new UI - instance page - reset password - check whether the instance is password enabled and its state before popping up confirmation box. 2011-12-20 16:40:44 -08:00
bfederle ee95608741 Fix error handling for install wizard 2011-12-20 16:31:10 -08:00
Jessica Wang 13b704081d bug 11406: cloudstack 3.0 new UI - template page, userVM page - "Hypervisor" field has been removed for Regular users and Domain Admins 2011-12-20 15:35:20 -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
Jessica Wang a4d4d9d6bb cloudstack 3.0 new UI - VM wizard - select network step - "isdefault" field has been removed from network object at server-side. Here is related UI change. 2011-12-20 13:55:58 -08:00
bfederle 9b20c827fc Update network section
-Pull real data after add network action, to avoid having to refresh

-Update list view indicator

-Use correct destroy UI action for delete network
2011-12-20 12:56:46 -08:00
bfederle 127136b94b Network section: add missing view all IP addresses button 2011-12-20 12:17:21 -08:00
bfederle 61e3fdcab0 Updated instance indicator 2011-12-20 12:10:37 -08:00
bfederle 3415f01267 Update network section
-Implement add (isolated) network action

-Update list view/detail view to reflect same data as system area
2011-12-20 12:05:55 -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 500d13ef89 cloudStack 3.0 new UI - use Post instead of GET when calling login API. (so, username and password won't be seen) 2011-12-20 10:32:57 -08:00
bfederle 056b1c8947 WIP: Install wizard error handling 2011-12-20 10:30:15 -08:00
Jessica Wang 757bb0c9b0 bug 12552: cloudStack 3.0 new UI - template/ISO page - do not show copy template/ISO action when template's zoneId is null or "-1"(i.e. all zones). 2011-12-19 19:23:43 -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
bfederle 2ac0e00403 Re-enable source algorithm 2011-12-19 17:50:46 -08:00
bfederle 8314fffa79 bug 12254: Disable source algorithm (for now)
status 12254: resolved fixed
2011-12-19 17:43:33 -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
bfederle 8e075b38c3 bug 12273: Add project resource management
status 12273: resolved fixed
2011-12-19 19:42:49 -05: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 b33c6f6de4 bug 12211: Implement project dashboard
status 12211: resolved fixed
2011-12-19 18:30:25 -05: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
bfederle 134b38bb2d bug 12211
Add system resources, users, alerts to project dashboard
2011-12-19 14:12:09 -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
bfederle 2bab7dc838 bug 12560: Implement change network offering
status 12560: resolved fixed
2011-12-19 10:31:58 -08:00
bfederle 890928f3c4 Pass context to editable selects 2011-12-19 10:31:58 -08:00
bfederle 62b571a528 bug 12612: Implement 'view all' pre-filter
Example:

detailView: {
  ...

  viewAll: {
    ...

    preFilter: {
      // Return true to show button; false to hide
      return false;
    }
  }
}
2011-12-19 09:47:53 -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
Brian Federle 1c2ca9a59f bug 12211
Create real layout for project dashboard
2011-12-16 16:02:08 -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 49c27299a5 Update zone section
-Show separate info tooltips for basic/advanced zone

-Update test data to reflect zone changes
2011-12-16 14:02:44 -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
Brian Federle 785d3af134 Fix configuration section for IE8 2011-12-16 13:24:23 -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
Brian Federle 3f75802404 bug 12599
Fix refresh event being called on a nonexistent widget, giving error

status 12599: fixed resolved
2011-12-16 11:41:36 -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 5439073bcd Fix error handling and context passing 2011-12-15 19:31:37 -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 40e3960b20 bug 12431: Remove instance row correctly when error occurs 2011-12-15 15:00:14 -08:00
Brian Federle 9fcbfc7abc bug 12536
Fix enable static NAT to only show instances in network
2011-12-15 14:50:58 -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
Brian Federle 82d76dadc8 Fix condition where capacity is not present (i.e., fresh install) 2011-12-15 13:33:53 -08:00
Brian Federle 0a609668fd Show correct error message after global settings edit 2011-12-15 13:33:52 -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
Brian Federle 0358ef8166 bug 12557: Instances NICs tab
-Show whether NIC is default

-Add title to each NIC

-Cleanup styling of NICs tab

status 12557: resolved fixed
2011-12-15 12:48:54 -08:00
Brian Federle 9ba4691737 Fix released IP having enable static NAT action enabled 2011-12-15 12:48:54 -08:00
Brian Federle ec9bbd4993 bug 12579
Only use openfirewall=false when firewall.rule.ui.enabled is true
2011-12-15 12:35:37 -08:00
Brian Federle 6935ae817f bug 12579: Don't add firewall rule when adding PF/LB rule
status 12579: resolved fixed
2011-12-15 12:24:18 -08:00
Jessica Wang a3da4c38ec bug 12505: guest network page - remove start IP, end IP, netmask. 2011-12-15 11:56:32 -08:00
Brian Federle 6a38a9ae2c Fix dashboard when 0 hosts are present 2011-12-15 10:10:01 -08:00
Brian Federle aa29620812 Only allow admin users to see install wizard screen 2011-12-15 10:09:43 -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
Brian Federle 61d8678031 WIP: Implement user dashboard
** Still missing projects, IP address stats
2011-12-14 16:26:40 -08:00
Brian Federle 3d00c1e33f Always pass role ID after login/auto-login 2011-12-14 16:26:40 -08:00
Jessica Wang c53fee2911 cloudStack 3.0 new UI - system - management - implement update zone. 2011-12-14 16:03:28 -08:00
Brian Federle 49aa03a807 Dashboard updates
-Implement general and host alert listings

-Move dashboard UI code to ui-custom/dashbaord.js
2011-12-14 15:44:09 -08:00
Brian Federle 94ed94c3fb Implement dashboard capacity section 2011-12-14 14:56:08 -08:00
Jessica Wang 2df6f7a0f1 bug 12534: Add Guest network - scope dropdown - change option description. 2011-12-14 14:50:09 -08:00
Jessica Wang 8f15c07ebf bug 12534: Add Guest network - remove isTagged dropdown. 2011-12-14 14:35:36 -08:00
Jessica Wang ad6c2bcc89 cloudstack 3.0 new UI - system page - remove old networks section (replaced with network-as-a-service section) 2011-12-14 14:25:41 -08:00
Jessica Wang 8a0350ec95 bug 12534: Add Guest network - remove isDefault checkbox. 2011-12-14 14:05:44 -08:00
Jessica Wang c20f467aee bug 10409: edit zone - make domain suffix field editable. 2011-12-14 13:03:20 -08:00
Jessica Wang 919ca59d5c bug 10409: create zone - add domain suffix field 2011-12-14 11:57:14 -08:00
Brian Federle e230341a05 bug 12542
Add action pre-filter to add network action -- if guest network is
present and zone is basic, pop up a notice message and prevent dialog
from appearing

status 12542: resolved fixed
2011-12-14 11:31:36 -08:00
Brian Federle 26c5377340 bug 12533
Disable 'Public' network area if in a basic zone

status 12533: fixed resolved
2011-12-14 11:15:35 -08:00
Jessica Wang 53a4266d6b bug 10409: edit account - make domain suffix field editable. 2011-12-14 11:04:09 -08:00
Jessica Wang 2720bd5725 bug 10409: create account - add domain suffix field 2011-12-14 10:24:31 -08:00
Brian Federle 40c7b5b24d Fix refresh button event 2011-12-14 08:21:39 -08:00
Brian Federle 9f4e2d45c5 Fix dashboard error when 0 zones present (i.e., fresh install) 2011-12-14 08:15:31 -08:00
Brian Federle 405fa75b6d Implement system dashboard 2011-12-14 07:56:43 -08:00
Jessica Wang 582d565a4f bug 10409: edit domain - make domain suffix field editable. 2011-12-13 16:59:01 -08:00
Jessica Wang 96e3f7fbf5 bug 10409: create domain - add domain suffix field. 2011-12-13 16:54:04 -08:00
Jessica Wang 82b5ac90c6 bug 11200: configuration - instance page - migrate instance to another host - host dropdown - apply new property suitableformigration in host description. 2011-12-13 15:15:38 -08:00
Jessica Wang c24bcd09ce bug 11200: configuration - Hypervisor Capabilities page - implement Edit action. 2011-12-13 14:35:10 -08:00
Jessica Wang 2c049e3250 bug 11200: configuration - add new page Hypervisor Capabilities. 2011-12-13 14:26:19 -08:00
Jessica Wang 438769badd cloudStack 3.0 new UI - configuration - change option name in select view. 2011-12-13 13:45:22 -08:00
Brian Federle 6359419f99 Update provider list view titles 2011-12-13 13:23:27 -08:00
Brian Federle d550b6bb66 bug 12490
-Fix item refresh when adding new provider devices

-Fix missing add actions for all provider devices

status 12490: resolved fixed
2011-12-13 12:47:40 -08:00
Jessica Wang 4ca85a9f6c bug 12473: create guest network - list only network offerings whose state is enabled in dropdown. 2011-12-13 12:02:38 -08:00
Brian Federle 274df8b718 Lower page size to 20 per request
-- better fit for the size of most list views in UI
2011-12-13 11:29:25 -08:00
Brian Federle 1ea5c6466c bug 12419
Fix context not being passed to infinite scrolling load, causing error

status 12419: resolved fixed
2011-12-13 11:21:03 -08:00
Brian Federle 25992be5e4 bug 12277
Provider better flow for configuring providers:

-Convert all 'Configure' views from a list view to a detail view

-Add a view all to provider detail views to show list of individual
 providers

-Cleanup provider action handling for better UI feedback (correctly
 refreshes appearance after action, etc.)

This affects the NetScaler, F5, and SRX provider views on the system
chart

status 12277: resolved fixed
2011-12-13 10:33:13 -08:00
Jessica Wang 4fc953ed34 bug 12229: guest network - network tabs - Restart required field - highlight it in red if value is Yes (to get user's attention). 2011-12-13 09:55:54 -08:00
Brian Federle b30ae76b67 bug 12492
-Fix error handling for list view actions

-Add error handlers for all Configuration section actions/data calls

status 12492: resolved fixed
2011-12-12 17:26:49 -08:00
Brian Federle 254e8394ee Rename 'Create' to 'OK' to apply more generally to actions 2011-12-12 17:08:55 -08:00
Brian Federle 6a72aab25c bug 12405: Hitting 'Enter' causes create from to submit
status 12405: resolved fixed
2011-12-12 17:08:18 -08:00
Jessica Wang 83b820df85 bug 12229: guest network - network tabs - add Restart required field. 2011-12-12 17:07:50 -08:00
Jessica Wang ccd3b82214 bug 10067: ISO page - make isExtractable, isPublic, isFeatured field editable. 2011-12-12 16:56:21 -08:00
Brian Federle 05960fde3b Prevent infinite 'spinning wheel' for PF VM list 2011-12-12 16:25:23 -08:00
Jessica Wang 23c8d4b929 remove debugger keyword 2011-12-12 15:52:12 -08:00
Jessica Wang 3c4d2e32ba bug 10067: template page - make isExtractable editable. 2011-12-12 15:49:22 -08:00
Brian Federle f6883d0e2a Restore error message popup 2011-12-12 15:34:23 -08:00
Brian Federle 68e002294f Use 'on' (true) or null (false) for edit values of checkbox 2011-12-12 15:34:09 -08:00
Brian Federle 540c7becf1 bug 12250
-Display error if assigning VMs to LB fails

-Only call success on add load balancer when VM assignment succeeds

-Add error handling to all network sections
2011-12-12 15:31:01 -08:00
Brian Federle 09b0f4a401 Allow admin-type accounts to delete normal users' projects 2011-12-12 15:29:19 -08:00
Jessica Wang 65fad240ce bug 12128: volume page - add new action "migrate volume to another primary storage". 2011-12-12 14:57:57 -08:00
Brian Federle b65a411386 bug 12277
-Update example files for system chart, to make provider details a
 detailView widget

-Cleanup/refactor zone chart widget to support new changes
2011-12-12 13:04:02 -08:00
Brian Federle 81b011771d bug 12474
Implement isBoolean field support, on detail view edit action. This is
specified like this:

fields: {
  ...

  isPasswordEnabled: {
    ...

    isBoolean: true,
    editable: true,

    ...

  }
}
2011-12-12 11:25:24 -08:00
Jessica Wang 19d5436c86 bug 12128: instance page - add new action "migrate instance to another primary storage". 2011-12-12 10:50:04 -08:00
Brian Federle 314a6361a1 bug 12475
Implement preAction handler for list view/detail view actions. If the
function returns false, then do not proceed further on the action. It
is specified like this:

actions: {
  ...
  preAction: function(args) {
    cloudStack.dialog.notice({ message: "You can't do that!" });

    return false;
  },

  action: function(args) { ... },
  ...
}

It currently passes in the standard args.context that you would get
with a standard action; note that this currently does not support
async server calls, so try to use current state data as much as
possible.
2011-12-12 10:45:08 -08:00
Brian Federle bfad199a2e bug 12457
Select first network item as default, if unchecking current default
network.

statis 12457: resolved fixed
2011-12-12 10:21:43 -08:00
Brian Federle 56b5c5cf2a bug 12197
Fix enable account action refresh on detail view

status 12197: resolved fixed
2011-12-09 15:34:45 -08:00
Brian Federle 76f79d80ca Projects UI updates
-Add list view for users to accept/decline invitations, found under
 Projects->Invitations drop-down

-Allow project admin to remove pending invitations

-If invites are required, show pop-up after adding user, indicating
 that user will be added after accpting invitation

-Hide all invitation-related UI elements if
 projects.invite.required == false
2011-12-09 15:22:09 -08:00
Jessica Wang 616b478e3a cloudStack 3.0 new UI - network offering page - add Guest Type and Availability in listView. 2011-12-09 13:46:10 -08:00
Brian Federle 21c2979341 bug 12151
Concatenate breadcrumb width & text label if the total size of
breadcrumbs exceeds the width of the container, to avoid wrapping
2011-12-09 12:14:55 -08:00
Jessica Wang 16bb1c2675 cloudStack 3.0 new UI - system VM page - migrate system vm - fix a JS error "args.data.id is undefined" 2011-12-09 12:06:24 -08:00
Jessica Wang 58a1bc71fc bug 10236: cloudStack 3.0 new UI - instance page - make migrate action available regardless of hypervisor type. 2011-12-09 12:01:17 -08:00
Jessica Wang 21b47541a9 cloudstack 3.0 new UI - template page, ISO page - filter in listView - move featured option to be on top. 2011-12-09 11:40:13 -08:00
Jessica Wang 935a0f6193 bug 12151: cloudStack 3.0 new UI - deployVM - after creating a new VM from a password-enabled template, show password in a dialogbox. 2011-12-09 11:19:58 -08:00
Brian Federle 91bb0cfeea bug 12081
-Always login field labels, until text is present in input field

-Focus username field on load

status 12081: resolved fixed
2011-12-09 11:07:53 -08:00
Jessica Wang b8b2f786dd cloudStack 3.0 new UI - template page - detail view - add isBoolean property to editable boolean field. 2011-12-09 10:52:03 -08:00
Brian Federle 334507639d Update system->security groups provider details
-Make security groups a detail view (like virtual router details), as
 there is only one security group provider per zone.

-Add a view all security groups button, to provide an alternate way to
 view security groups, outside the network section
2011-12-09 10:28:16 -08:00
Brian Federle 314c1f90c4 Clean up handling for UI refresh events
-Always unbind event if object isn't visible

-Use widget-specific refresh event for multi-edit actions, to prevent
 other widgets from being refreshed unecessarily.
2011-12-09 09:12:48 -08:00
Brian Federle 77ee3cedd5 Clean up UI error handling
Restore error messages for widgets -- as the default error handler
will be overridden if an error fn is specified, thus rendering no
message
2011-12-09 08:04:23 -08:00
Jessica Wang 6ac6b95e3c bug 11814:cloudStack 3.0 new UI - register template - show 3 new dropdowns (root disk controller, NIC adapter type, keyboard type) if selected hypervisor is VMware 2011-12-08 16:29:41 -08:00
Brian Federle bc3a4d44d7 Remove unneeded dialog notifications from configuration section 2011-12-08 15:43:05 -08:00
Brian Federle 302541b5fb Network offering fixes/cleanup
-bug 12387: Add delete network offering action
-bug 12450: Properly refresh all network offering actions
-Make all list view actions visible in detail view

status 12387: resolved fixed
status 12450: resolved fixed
2011-12-08 15:42:45 -08:00
Brian Federle 04a2263e5e Set AJAX defaults to always use JSON and async 2011-12-08 15:38:34 -08:00
Brian Federle 1a524de689 bug 12396: Put apply button on bottom of detail view
-In order to have the 'Apply' button always visible when editing data,
 only put the main fields (i.e., everything except action bar and
 apply button) into a scrollable container.

-Move apply button to bottom of detail view pane
2011-12-08 14:33:30 -08:00
Brian Federle c9e7f3a1c0 bug 12334: Don't show destroy action to non-owners of project
status 12334: resolved fixed
2011-12-08 13:36:41 -08:00
Jessica Wang 5df5cdcbf3 cloudStack 3.0 new UI - VM wizard - optimize code that forms deployVM API call. 2011-12-08 11:11:32 -08:00
Brian Federle ba4f814d90 Fix enable static NAT dialog
Require VM selection, or pop-up error message -- prevents server call
from being made without a required VM.
2011-12-07 19:59:31 -08:00
Jessica Wang 16ff38d0fd bug 12381: fix a bug that opening another window to view console causes a JavaScript error "invalid argument" 2011-12-07 19:01:20 -08:00
Brian Federle c2bfc51b2b bug 12396
Fix list view columns not aligning with header, in some cases where
there are 2 columns and the data provider returns quickly.
2011-12-07 18:58:21 -08:00
Jessica Wang 04c7bb7518 bug 12231: system - guest network - detail tab - split VLAN into 2 fields: start VLAN, end VLAN. 2011-12-07 17:57:53 -08:00
Jessica Wang ef7ee9389f VM wizard - take care of a use case that no existing network is checked (only new network is checked) when deploying VM. 2011-12-07 17:21:53 -08:00
Jessica Wang 74163af295 VM wizard - if create network fails, show error message and not proceed deploying VM. 2011-12-07 16:30:31 -08:00
Jessica Wang 2f40e8ab51 bug 12409: VM Wizard - take care of use case that args.data["my-networks"] might be a string instead of an array of string. 2011-12-07 16:19:45 -08:00
Brian Federle 484f579b40 Zero out dashboard; have 'view all' go to events 2011-12-07 16:18:25 -08:00
Brian Federle b55fb5fa48 bug 12270
-Don't show user/invite management tabs for non-project-admin
2011-12-07 16:04:17 -08:00
Brian Federle 5ad44760e1 bug 12400
Show notice if no VMs are selected in port forwarding/load balancing

 -- prevent server call from being performed and 'infinite list' from
    being generated
2011-12-07 15:53:47 -08:00
Brian Federle b45cfdc21e bug 12352
-Don't refresh detail view after destroy action
2011-12-07 15:46:58 -08:00
Brian Federle 1d087cb3cc Add indicator for 'Released' state 2011-12-07 15:46:08 -08:00
Brian Federle 103ede0793 bug 12410
Bug was caused by a 'cloudStack.fullRefresh' event being triggered on
a non-existent edit widget, for a non-existent project. I changed the
widget to only refresh if the current instance is visible (i.e., most
likely the user still has active data for it)
2011-12-07 15:36:37 -08:00
Brian Federle 2ae4e50a9a Fixes list view/detail view
-Fix list view ID references, which was causing args.context undefined
 errors
2011-12-07 15:11:04 -08:00
Jessica Wang 26d3cfc974 cloudStack 3.0 new UI - host page - add resource state. 2011-12-07 14:37:42 -08:00
Brian Federle b1beb2cd89 Use associatedNetworkId, not networkId for IP list view 2011-12-07 14:11:22 -08:00
Brian Federle 9b0373198c Remove test line from filter 2011-12-07 14:07:34 -08:00
Brian Federle 30ed5fc381 Fix list view
-Add label if only one section select option is present

-Fix for broken context variable for accounts, security groups list
 view -- broke detail and list views
2011-12-07 14:02:39 -08:00
Jessica Wang 9b4ac5f083 cloudStack 3.0 new UI - VM wizard - step 5 - some bugs have been fixed in widget code. Here is related UI change. 2011-12-07 13:33:43 -08:00
Brian Federle b3f861bf8f Network section updates
-Only show networks where source NAT is enabled

-If security groups are enabled, show security group section in place
 of network section

-Make acquire IP form a confirm box, since no selection is required
 anymore -- base network ID on selected network in list view
2011-12-07 13:26:08 -08:00
Brian Federle 4abc367525 Fix list view section switcher
-List view switcher now selects the first item from the select list,
 not the first in the section object; this prevents a filtered-out
 section from being displayed by default
2011-12-07 13:26:08 -08:00
Brian Federle be1c0d9923 List view widget: update create action
-Support adding a new row if there is no createForm, but
 addRow == true
2011-12-07 13:26:08 -08:00
Brian Federle 352377e8d7 Update network section list view
-Only show networks with type == isolated

-Remove VLAN field from display

-Filter IP addresses by network ID, not associated network ID
2011-12-07 12:22:45 -08:00
Brian Federle 6e61334bdd Hide section select if only one entry exists 2011-12-07 12:22:45 -08:00
Brian Federle 345607b600 Use correct value/ID for network offering select 2011-12-07 11:36:55 -08:00
Brian Federle 5420554237 Add name field to add network on instance wizard 2011-12-07 11:36:55 -08:00
Jessica Wang a5772425ff cloudStack 3.0 new UI - VM wizard - step 5 - create new network - network offering dropdown - populate only isolated networks with sourceNat. 2011-12-07 10:58:03 -08:00
Jessica Wang a94cd0b579 cloudStack 3.0 new UI - deployVM - select networks step - list all networks in the same container with checkbox and radio button. Provide another container to create new network with network offering dropdodwn. 2011-12-06 19:27:34 -08:00
Brian Federle e3aa4fb4bb bug 12351
-Add 'create new network' field on select network dropdown, with
 network offering select

-Merge direct/shared networks into one list
2011-12-06 16:19:13 -08:00
Jessica Wang b7b31591e3 cloudStack 3.0 new UI - create network offering - remove Max Connections and VLAN ID. 2011-12-06 14:30:18 -08:00
Jessica Wang 4a45fb2a1f cloudStack 3.0 new UI - register ISO - shouldn't have "None" option when ISO is bootable. 2011-12-06 14:13:38 -08:00
Brian Federle 994a74210f bug 12351
-Implement default network radio button for all networks
-Make all network items check boxes
-Automatically check a selected default network

NOTE: Updated server calls need still need to be implemented
2011-12-06 13:55:04 -08:00
Brian Federle 89235c6cb9 Network->IP Addresses -- update 'Acquire new IP' action
-Replace zone select with network select
-Use network ID to acquire IP, instead of zone ID
2011-12-06 12:53:00 -08:00
Brian Federle d826bc1b47 bug 12367: Show status field on invites tab 2011-12-06 12:27:46 -08:00
Jessica Wang 3590f2cc3f bug 12366: cloudStack 3.0 new UI - create network offering - populate system service offerings in service offerings dropdown. 2011-12-06 12:20:14 -08:00
Brian Federle 547972eed5 bug 12288: Add more fields to network list view/detail view
-Added Network type field
-Added VLAN ID field (from broadcasturi)
2011-12-06 12:19:26 -08:00
Jessica Wang 69e3f037a5 cloudStack 3.0 new UI - ISO page - ID of xsTools ISO is no longer 200 2011-12-06 11:52:06 -08:00
Jessica Wang c57fc4390e cloudStack 3.0 new UI - template page - fix a bug that delete action shouldn't be displayed for system built-in templates. 2011-12-06 11:41:30 -08:00
Brian Federle 776f5d0158 Update status indicator 2011-12-06 11:33:37 -08:00
Brian Federle a4b8fc6e24 Cleanup accounts section actions/list view 2011-12-06 11:31:51 -08:00
Brian Federle c55be261d3 Clean up instance wizard 'jumpiness' caused by delay in ajax response 2011-12-06 11:31:27 -08:00
Brian Federle d43cb5cc8c bug 12368
Ability to select new project, by clicking on 'Project View' again,
after an existing project is active.
2011-12-06 11:06:00 -08:00
Jessica Wang 8030991889 cloudStack 3.0 new UI - virtual router - network tab - remove faking accounts/instances/volumes, add PortForwarding service. 2011-12-06 10:52:52 -08:00
Brian Federle 418b5070bf Remove actions from storage list view, to prevent wrapping
-Remove create template action from list view
-Remove download volume from list view
2011-12-06 10:38:07 -08:00
Brian Federle b08f581791 Fixes to IP address section
-Add network name field to IP address details

-bug 12255: Disable firewall area if firewall is disabled in config
2011-12-06 10:29:41 -08:00
Brian Federle 5ad92aeac2 Fix released IP address action filter 2011-12-06 09:04:12 -08:00
Brian Federle 04908e13cb Fix cacheing in IE8 2011-12-06 09:03:58 -08:00
Brian Federle 30d2f60267 bug 12311
-Fix allowed actions not properly refreshing after attach/detach disk

-Fix allowed actions for snapshot section as well

-Misc. cleanup of storage section
2011-12-06 08:55:05 -08:00
Brian Federle 8086e9abc7 bug 12362: List view error handling 2011-12-05 19:29:13 -08:00
Brian Federle 08bbd79ff9 Fix login error message 2011-12-05 19:28:53 -08:00
Brian Federle 433cd51d89 bug 12260: Hide previous button in step 1 of zone wizard 2011-12-05 19:12:16 -08:00
Brian Federle 9b6d1ba0b2 Properly refresh zone chart after provider action is performed 2011-12-05 19:08:58 -08:00
Brian Federle 6434469496 bug 12341
-Show summary page after install wizard creation
-Better icons for progress items
2011-12-05 18:50:52 -08:00
Brian Federle 8de59166a4 bug 12315
-Show summary of actions being performed on installation
2011-12-05 16:38:00 -08:00
Jessica Wang 214e81e781 bug 12356: fix typo in add host dialog. 2011-12-05 16:28:32 -08:00
Jessica Wang 696da56e38 bug 12353: fix typo 2011-12-05 16:24:53 -08:00
Jessica Wang 6caefbc6e4 cloudStack 3.0 new UI - system - routers/systemVMs have been moved to zone on UI. Here is related API call change. 2011-12-05 16:08:25 -08:00
Brian Federle 88d438dc2f bug 12313
-Add back button to install wizard steps
-Misc. refactoring
2011-12-05 16:05:17 -08:00
Jessica Wang 8c0be2e34a bug 12243: cloudStack 3.0 new UI - system - use a different way to get ID for view console of systemVM. 2011-12-05 15:50:57 -08:00
Jessica Wang ef15652237 bug 12243: cloudStack 3.0 new UI - system - service provider - fix a bug that addNetworkServiceProvider was being called again after the provider has been created. 2011-12-05 15:32:38 -08:00
Brian Federle e2743c66cd Remove subtitle on install create phase 2011-12-05 14:23:02 -08:00
Brian Federle b03a8b5939 bug 12344: Updates to system section
-Move System VMs section to relevant are on zone chart
-Make Virtual Router provider a detail view
-Move Virtual Appliances listing to 'virtual routers' detail tab
2011-12-05 14:22:44 -08:00
Brian Federle 93b3aa3efb Setup cloudStack.fullRefresh for zone chart 2011-12-05 09:40:09 -08:00
Abhinandan Prateek 426b464aab bug 8313: still encrypt the passwords when setting up account 2011-12-05 13:08:53 +05:30
Abhinandan Prateek 1dee569f0e bug 8313: LDAP connector tested with ApacheDS 2011-12-05 11:51:21 +05:30
Jessica Wang 1641229c07 bug 12239: cloudStack 3.0 new UI - Navigating to accounts from domain will only show accounts belonging to that domain 2011-12-03 13:15:15 -08:00
Jessica Wang 419a2b1f7d bug 12233: cloudStack 3.0 new UI - public network - delete IP range - fix a bug that id didn't get passed to API call. 2011-12-02 16:52:38 -08:00
Jessica Wang 84adb6b5bc bug 12314: cloudStack 3.0 new UI - add cluster action - pass cluster type as ExternalManaged if hypervisor is VMware. 2011-12-02 16:42:21 -08:00
Jessica Wang 6660f367d0 bug 12223: cloudStack 3.0 new UI - Add Physical Network button has been implemented yet. Hide it from UI for now. 2011-12-02 16:25:50 -08:00
Brian Federle e7c4bc48fd bug 12266
- Show 'delete' instead of 'create' in dialog
- Select domain's parent upon deletion, for UI consistency
2011-12-02 15:39:28 -08:00
Jessica Wang fdb21b5521 bug 12152: take snapshot action - fix a bug that showed message "snapshot undefined is ready" 2011-12-02 15:33:07 -08:00
Jessica Wang 7b68824efb cloudStack 3.0 new UI - instance wizard - fix a bug that isolated network didn't show in step 5. 2011-12-02 15:33:06 -08:00
Brian Federle c067758a34 bug 12309: Implement generic error handling 2011-12-02 14:59:06 -08:00
Jessica Wang 0b54135edc cloudStack 3.0 new UI - zone chart - public network - add IP range - change notification message. 2011-12-02 14:50:56 -08:00
Jessica Wang ec0e29f56b cloudStack 3.0 new UI - vm wizard - fix a bug that isolated sourceNAT network wrongly showed twice in default network section in step 5. 2011-12-02 14:31:38 -08:00
Brian Federle 5fb518662f bug 12263: Remove 'all zones' select when in project view 2011-12-02 13:26:15 -08:00
Brian Federle 3d3e0afd81 Use 'associated network id' instead of physical 2011-12-02 13:10:13 -08:00
Jessica Wang f5283e9e61 bug 12248: cloudStack 3.0 new UI - listHosts API return new property resourcestate indicating the same thing state property used to indicate. Here is corresponding UI change. 2011-12-02 13:01:50 -08:00
Brian Federle f8f1e538f8 bug 12249
Correctly filter VM list for port forwarding and load balancing, to
only allow for stopped/running VMs, and only VMs within the specified
network
2011-12-02 12:48:39 -08:00
Brian Federle 8fd57ef20c Fix multi-edit refresh 2011-12-02 12:12:03 -08:00
Brian Federle 26b21da09b bug 12289: Fix command = undefined 2011-12-02 12:05:08 -08:00
Brian Federle 601a073d2c Fix VM details not appearing immediately after enabling static nat 2011-12-02 11:57:47 -08:00
Jessica Wang 332e41bc7c cloudStack 3.0 new UI - system - change notification message of actions of network service providers 2011-12-02 11:42:08 -08:00
Brian Federle bc12d1a1ac Only show pointer on first <td> in list view 2011-12-02 11:32:28 -08:00
Brian Federle cf42939508 bug 12089
Fix search button click causing list view to be populated twice
2011-12-02 11:27:53 -08:00
Jessica Wang f8e05954b3 cloudStack 3.0 new UI - system - change label of actions of network service providers. 2011-12-02 11:25:25 -08:00
Brian Federle d64a988574 IE8 Fixes:
-Minor CSS fix for horiz. scrollbar in list view
-Fix breadcrumb click event not triggering
2011-12-02 10:41:58 -08:00
Brian Federle 21cd27a8ed bug 12271
-Show status field for project user management
-Properly refresh multi-edit widget
2011-12-02 08:00:04 -08:00
Brian Federle 10e551e737 bug 12160: Fix attach disk adding row 2011-12-02 08:00:04 -08:00
Brian Federle 24264f7d9d Move detail view apply button to the top 2011-12-02 08:00:03 -08:00
Jessica Wang 0d564e864c cloudStack 3.0 new UI - VM Wizard - If a basic zone is selected in step 1, check if its guest network includes security group service. If yes, display security groups in step 5. Otherwise, display nothing in step 5. 2011-12-01 15:13:54 -08:00
Brian Federle 22c1da1372 Fix instance wizard: service offering step
-Fix default radio button not always being selected, causing
 validation errors on creation
2011-12-01 14:42:52 -08:00
Brian Federle 7f672097f9 Fix for instance wizard, step 5
-Don't pass account and domainid if projects are active
2011-12-01 14:18:21 -08:00
Jessica Wang 2f884dd0bc cloudStack 3.0 new UI - VM Wizard - select network/securityGroup step - having dedicate direct tagged default network or not is no longer a criterion for showing network or security groups. 2011-12-01 13:55:58 -08:00
Brian Federle 6e303c10e3 Various fixes to network section
-bug 12141: Show VM details on static NAT chart

-Move VPN actions from list view to detail view, to avoid excessive
 server calls from being made (due to needing additional calls to get
 VPN/network data)

-Fix network action refresh for list view and detail view
2011-12-01 13:46:31 -08:00
Jessica Wang 626efa585c bug 12090: cloudStack 3.0 new UI - VM Wizard - select network step - list networks regardless of type. 2011-12-01 13:37:18 -08:00
Jessica Wang 2c9874ae63 cloudStack 3.0 new UI - system - public network - change tab name of IP range. 2011-12-01 11:56:11 -08:00
Brian Federle c258edb14d Fix zone select in copy template action 2011-12-01 11:17:50 -08:00
Brian Federle 5e428179a9 Fix create template, create volume adding a new row to wrong list view 2011-12-01 11:17:50 -08:00
Brian Federle e34d044668 Install wizard:
-Increase system VM poll to every 5s, to reduce server load
-Fix invalid tooltip errors
2011-12-01 10:25:01 -08:00
Brian Federle 24b92e10c8 Remove storage/host tags fields from install wizard 2011-12-01 09:13:51 -08:00
Brian Federle 16f5b8ab95 bug 12186: Don't add template to volumes list view 2011-12-01 08:35:40 -08:00
Brian Federle 92c0f30bd3 Fix instance edit 2011-12-01 08:34:58 -08:00
Brian Federle 73f95dacda Enable install wizard 2011-12-01 08:02:34 -08:00
Brian Federle dd9aff1bd0 Fix tooltip 2011-12-01 08:02:26 -08:00
Brian Federle d06b631b96 Complete install wizard server calls 2011-11-30 19:28:11 -08:00
Jessica Wang 18694e09fb cloudStack 3.0 new UI - router page - implement View console. 2011-11-30 18:46:51 -08:00
Brian Federle 31b61b9002 WIP: Updated install wizard 2011-11-30 18:39:57 -08:00
Brian Federle f74c20b1ed Projects UI fix for IE 2011-11-30 18:39:57 -08:00
Brian Federle f3819b3f7e Store user ID on login 2011-11-30 18:39:57 -08:00
Jessica Wang 133550461b cloudStack 3.0 new UI - system vm page - implement View console. 2011-11-30 18:34:09 -08:00
Jessica Wang 17f9526730 cloudStack 3.0 new UI - naas - view secondary storages - pass podID, clusterID to listHosts API depending on what the previous page is. 2011-11-30 18:04:41 -08:00
Jessica Wang d76d9286e9 cloudStack 3.0 new UI - naas - view primary storages - pass podID, clusterID to listStoragePools API depending on what the previous page is. 2011-11-30 18:01:44 -08:00
Jessica Wang 4701458ba3 cloudStack 3.0 new UI - naas - view hosts - pass podID, clusterID to listHosts API upon what the previous page is. 2011-11-30 17:57:03 -08:00
Jessica Wang 5283e5ece3 cloudStack 3.0 new UI - naas - view clusters - pass podID to listClusters API if the previous page is pod detail page. 2011-11-30 17:35:48 -08:00
Jessica Wang 68aba6016e cloudStack 3.0 new UI - naas - isolated guest network - remove gateway, netmask, IP range from detailView. 2011-11-30 16:47:26 -08:00
Jessica Wang 206786038f cloudStack 3.0 new UI - naas - display VLAN for isolated network. 2011-11-30 16:40:24 -08:00
Jessica Wang 214f86311f cloudStack 3.0 new UI - system - fix a JS error "args.context.hosts is undefined" after adding a host and clicking the newly created host in listView. 2011-11-30 14:45:56 -08:00
Jessica Wang cc2fa56457 cloudStack 3.0 new UI - guest network - add read-only network domain field and show it when network type is not Isolated. 2011-11-30 14:09:34 -08:00
Jessica Wang d9f70b754d cloudStack 3.0 new UI - guest network - implement network offering upgrade. 2011-11-30 12:49:12 -08:00
Jessica Wang 12a5b483d5 cloudStack 3.0 new UI - edit guest network - not pass network domain to API call if it's blank. 2011-11-30 12:18:16 -08:00
Jessica Wang d54e15269b cloudStack 3.0 new UI - guest network listView - add network offering column in grid. 2011-11-30 12:04:05 -08:00
Brian Federle a98ffa366b Fix specify VLan checkbox value 2011-11-30 12:00:38 -08:00
Jessica Wang aa9324855e cloudStack 3.0 new UI - edit guest network - populate only network offerings that are available for this guest network. 2011-11-30 11:16:10 -08:00
Jessica Wang dbb7f940bf cloudStack 3.0 new UI - zone chart - guest - network tab - guest network detail - edit - split network offerings into 2 fields: one is editable, the other one is not. Show editable now when network type is Isolated. Show the other one otherwise. 2011-11-30 10:30:14 -08:00
Brian Federle 5af364f5c9 Error handling for list view notifications 2011-11-29 19:40:45 -08:00
Brian Federle f253be7715 Fix to make edit guest network details async 2011-11-29 19:33:03 -08:00
Jessica Wang ed854ba221 cloudStack 3.0 new UI - system - zone chart - guest - network tab - network detail - edit - network offerings dropdown show only the current network offering in the network if "listNetworkOfferings&networkid=N" returns 0 items. 2011-11-29 18:42:28 -08:00
Jessica Wang 43c1a907df cloudStack 3.0 new UI - system - zone chart - guest - network tab - network detail - edit - make network offerings editable. 2011-11-29 18:17:01 -08:00
Jessica Wang 7de9c06aee cloudStack 3.0 new UI - zone chart - public network - change API call for getting public network since server side has changed. 2011-11-29 17:06:41 -08:00
Jessica Wang cea20f679f cloudStack 3.0 new UI - zone chart - management - implement detail tab (filled with zone info). 2011-11-29 16:41:15 -08:00
Jessica Wang 535c8669b6 cloudStack 3.0 new UI - zone chart - virtual router provider - implement enable/disable action. 2011-11-29 16:05:52 -08:00
Jessica Wang 8903c2394d cloudStack 3.0 new UI - basic zone - Guest network - IP ranges - add Pod Name. 2011-11-29 15:53:14 -08:00
Jessica Wang 304348b729 cloudStack 3.0 new UI - basic zone - guest network detail view - remove account, gateway, netmask, start IP, end IP (only for basic zone). 2011-11-29 15:32:54 -08:00
Brian Federle d8780d7bac Add networks list view to Networks section
- Add basic list view section - 'Networks'
- Add detail view, with view all IP addresses button
2011-11-29 15:18:29 -08:00
Jessica Wang f524f882bc cloudStack 3.0 new UI - basic zone - security groups provider - comment out status for now since dataProvider() doesn't get called by widget code after action is done. 2011-11-29 14:57:54 -08:00
Jessica Wang e872c71917 cloudStack 3.0 new UI - basic zone - create guest network - network offerings dropdown - if security groups provider is disabled, exclude network offerings that has "SecurityGroupProvider" in service. 2011-11-29 14:43:52 -08:00
Brian Federle 54d0248fb1 Add state, action filters to projects list view 2011-11-29 14:33:39 -08:00
Brian Federle d955564ce1 Fix list view action filter specified in success 2011-11-29 14:32:20 -08:00
Brian Federle e9b1ff2848 Misc. fixes for error handling:
-Add error handling to multi-edit widget
-Add error handling for projects UI actions
2011-11-29 14:02:32 -08:00
Jessica Wang 279fae7d0f cloudStack 3.0 new UI - instance wizard - step 5 - get networks whose type is Shared instead of Direct. 2011-11-29 13:48:41 -08:00
Jessica Wang a95ccdf8bd cloudStack 3.0 new UI - zone chart - security group - implement Enable, Disable button. 2011-11-29 13:40:14 -08:00
Jessica Wang ffc8f807c9 cloudStack 3.0 new UI - zone chart - security group - implement listView. 2011-11-29 13:33:17 -08:00
Jessica Wang 4a54cc4199 cloudStack 3.0 new UI - system - zone chart - Virtual Router, Security Group Provider - display provider status (enabled, disabled, not configured) 2011-11-29 11:42:17 -08:00
Jessica Wang 68c5559c3b cloudStack 3.0 new UI - basic zone - specify service provider name when trying to get service provider ID of VirtualRouter during zone creation. 2011-11-29 10:57:17 -08:00
Jessica Wang bee7626253 cloudStack 3.0 new UI - basic zone - guest network - add IP range - add 6 Pod fields, guest gateway field, guest netmask field to dialog (for basic zone only). 2011-11-28 16:52:19 -08:00
Jessica Wang a5a5ff82e4 cloudStack 3.0 new UI - basic zone - guest network - create network - if create new pod is selected in pod dropdown, show 5 pod fields and create a pod first, than pass podId to create an IP range on pod level (for basic zone only) 2011-11-28 15:43:14 -08:00
Jessica Wang 35845a075c cloudStack 3.0 new UI - system - basic zone - guest network - create network - after create network succeeds, create IP range on pod level (only for basic zone) 2011-11-28 14:42:09 -08:00
Jessica Wang db623c8e47 cloudStack 3.0 new UI - basic zone - guest network - create network - add pod dropdown (for basic zone only). 2011-11-28 14:13:42 -08:00
Brian Federle 0042749226 Fix missing ID on host list view, which was breaking detail view 2011-11-28 14:10:27 -08:00
Jessica Wang bb7ff42c23 cloudStack 3.0 new UI - system - basic zone - create pod - rename labels. 2011-11-28 13:29:35 -08:00
Brian Federle 623a048d13 Fix typo 2011-11-28 12:54:28 -08:00
Jessica Wang 683e5a5b57 cloudStack 3.0 new UI - system - basic zone - create pod - remove 3 guest fields. 2011-11-28 12:27:26 -08:00
Jessica Wang d853de8187 cloudStack 3.0 new UI - system - basic zone - guest network - create network - populate network offering dropdown with Shared ones (for basic zone). 2011-11-28 12:07:54 -08:00
Jessica Wang cd957604b3 cloudStack 3.0 new UI - system - basic zone - guest network - remove Edit action. 2011-11-28 11:49:47 -08:00
Jessica Wang 4f7eb448e0 cloudStack 3.0 new UI - system - basic zone - guest network - remove VLAN field and CIDR field. 2011-11-28 11:18:30 -08:00
Jessica Wang 7c37455b8a cloudStack 3.0 new UI - system - router page, systemVM page - detail view - apply action filter. 2011-11-28 10:10:13 -08:00
Brian Federle a25728b19d bug 12177: Fix incorrect user data on auto-login, which was breaking add project 2011-11-28 10:09:40 -08:00
Jessica Wang d03a2f40bf cloudStack 3.0 new UI - Router page - detail view - add actions. 2011-11-23 18:10:04 -08:00
Jessica Wang 1565d2c659 cloudStack 3.0 new UI - System VM page - detail view - add actions. 2011-11-23 18:08:01 -08:00
Jessica Wang cb473b29e9 cloudStack 3.0 new UI - Routers page - add detail view. 2011-11-23 17:21:55 -08:00
Jessica Wang 3b4b9db4e6 cloudStack 3.0 new UI - System VM page - add detail view. 2011-11-23 16:59:02 -08:00
Jessica Wang a393616659 cloudStack 3.0 new UI - zone chart - public network - add IP range - fix a bug that vlanId didn't get passed to API call. 2011-11-23 16:01:55 -08:00
Brian Federle a5a2636da7 Implement bypass login check and logout action 2011-11-23 15:46:57 -08:00
Brian Federle e2a889ed5f Add example logout action 2011-11-23 15:46:57 -08:00
Jessica Wang 19f297577e cloudStack 3.0 new UI - zone chart - SRX device - implement Delete action. 2011-11-23 15:23:23 -08:00
Jessica Wang c962af67bc cloudStack 3.0 new UI - zone chart - F5 device - implement Delete action. 2011-11-23 14:33:36 -08:00
Jessica Wang c3588083f6 cloudStack 3.0 new UI - zone chart - NetScaler device - implement Delete action. 2011-11-23 14:23:42 -08:00
Brian Federle a3d221b842 Add search functionality to global settings 2011-11-23 14:10:02 -08:00
Brian Federle 9237e91344 -bug 12153: Properly refresh list view after performing actions in detail view
-Fix clicking too fast to add panel breaking browser
-Add install wizard copy
2011-11-23 14:02:54 -08:00
Jessica Wang fc7bbc39f3 cloudStack 3.0 new UI - zone chart - add id attribute to network service provider. 2011-11-22 18:52:56 -08:00
Jessica Wang 8672d380a5 bug 12058: cloudStack 3.0 new UI - system - zone listView - add public field. 2011-11-22 18:24:42 -08:00
Jessica Wang 92d548c4dd cloudStack 3.0 new UI - zone chart - F5, SRX - implement Delet action. 2011-11-22 18:03:38 -08:00
Jessica Wang 5be1a23738 cloudStack 3.0 new UI - zone chart - NetScaler - implement Delet action. 2011-11-22 17:56:39 -08:00
Jessica Wang 7ec54f4e3c cloudStack 3.0 new UI - zone chart - SRX - add detailView. 2011-11-22 17:37:05 -08:00
Jessica Wang 736744674b cloudStack 3.0 new UI - zone chart - F5- add detailView. 2011-11-22 17:26:21 -08:00
Jessica Wang 0eafdde965 cloudStack 3.0 new UI - zone chart - NetScaler - add detailView. 2011-11-22 16:35:16 -08:00
Brian Federle a7c8c618a3 -Add example network section
-Move example VPN section to detail view
-Support reordering of list view items
-Example reorder actions for service offerings
2011-11-22 15:40:33 -08:00
Jessica Wang 25fd6701b5 cloudStack 3.0 new UI - zone chart - SRX - implement Enable, Disable action for network service provider SRX. 2011-11-22 15:39:31 -08:00
Jessica Wang 3d22b49434 cloudStack 3.0 new UI - zone chart - F5 - implement Enable, Disable action for network service provider F5. 2011-11-22 15:33:13 -08:00
Jessica Wang 1642afacc6 cloudStack 3.0 new UI - zone chart - NetScaler - implement Enable, Disable action for network service provider NetScaler. 2011-11-22 15:24:51 -08:00
Jessica Wang 7a3e0e405e cloudStack 3.0 new UI - zone chart - NetScaler - add provider action filter. 2011-11-22 14:32:40 -08:00
Jessica Wang 35fa7a8d4a cloudStack 3.0 new UI - NaaS - SRX - populate listView. 2011-11-22 13:56:06 -08:00
Jessica Wang 60a70c1c13 cloudStack 3.0 new UI - zone chart - public network - IP range tab - fix a bug that VLAN value didn't show. 2011-11-22 13:32:44 -08:00
Jessica Wang 8fe898e820 cloudStack 3.0 new UI - NaaS - zone chart - show only 1 network (for now) 2011-11-22 13:24:09 -08:00
Jessica Wang ac973fbf48 cloudStack 3.0 new UI - NaaS - F5 - populate listView. 2011-11-22 12:47:44 -08:00
Jessica Wang a5e78d01fa cloudStack 3.0 new UI - NaaS - Guest - create network - correct parameter name passed to API call. 2011-11-22 11:33:04 -08:00
Jessica Wang 2c8c240e10 cloudStack 3.0 new UI - NaaS - Guest - create network - populate network offerings dropdown based on selected scope. 2011-11-22 11:22:28 -08:00
Jessica Wang 88ec85f86a cloudStack 3.0 new UI - NaaS - ListNetScalerLoadBalancer API has been changed. Here is related UI change. 2011-11-21 18:48:10 -08:00
Jessica Wang cfc43d0aaf cloudStack 3.0 new UI - NaaS - check if network service provider has been created before creating another one. 2011-11-21 18:37:02 -08:00
Jessica Wang 8729f75cb1 cloudStack 3.0 new UI - NaaS - NetScaler - add matching fields to listView. 2011-11-21 17:53:02 -08:00
Jessica Wang 6e240ef6db cloudStack 3.0 new UI - NaaS - populate NetScaler listView. 2011-11-21 17:43:02 -08:00
Jessica Wang f24a465129 cloudStack 3.0 new UI - NaaS - fix a bug that network service provider status was wrong in zone chart. 2011-11-21 15:57:19 -08:00
Jessica Wang 07e2d15e49 cloudStack 3.0 new UI - NaaS - correct an API parameter. 2011-11-21 15:49:53 -08:00
Jessica Wang 49e837c898 cloudStack 3.0 new UI - NaaS - specify network service provider as "not-configured" if it's disabled without devices. 2011-11-21 15:48:18 -08:00
Brian Federle 5ce9e74c5c Add status labels for network providers 2011-11-21 15:24:04 -08:00
Brian Federle fc6c6fb5cb Better network provider status UI handling 2011-11-21 15:23:47 -08:00
Jessica Wang 20dbde5c82 cloudStack 3.0 new UI - NaaS - fix a bug that dedicated parameter didnt' get to pass into API call. 2011-11-21 14:43:45 -08:00
Jessica Wang d0b394b39b cloudStack 3.0 new UI - NaaS - rename capacity to lbdevicecapacity when making API call. 2011-11-21 14:25:39 -08:00
Jessica Wang 8e8ebec325 cloudStack 3.0 new UI - NaaS - parameter name in addNetscalerLoadBalancer, addF5LoadBalancer API has been changed. Here is related UI change. 2011-11-21 14:25:37 -08:00
Brian Federle cfcda326e5 -Fix args.context for zone host details panel
-Fix list view edit action
-Support range input for create form
2011-11-21 14:22:35 -08:00
Jessica Wang cdaff93419 cloudStack 3.0 new UI - NaaS - Pod page - IP Range tab 2011-11-21 12:00:54 -08:00
Jessica Wang 22619711e7 cloudStack 3.0 new UI - NaaS - zone chart - widget include different parameter in args. Here is related UI change. 2011-11-21 11:11:35 -08:00
Jessica Wang e61184c3be cloudStack 3.0 new UI - NaaS - implement Add NetScaler. 2011-11-18 16:37:41 -08:00
Jessica Wang b181b109b3 cloudStack 3.0 new UI - NaaS - create shared function addExternalFirewall(). 2011-11-18 16:22:46 -08:00
Jessica Wang 21f071051a cloudStack 3.0 new UI - NaaS - create shared function addExternalLoadBalancer(). 2011-11-18 16:12:37 -08:00
Jessica Wang 658b5f929b cloudStack 3.0 new UI - NaaS - implement add SRX firewall on listView. 2011-11-18 15:50:43 -08:00
Jessica Wang 874491d4b1 cloudStack 3.0 new UI - NaaS - implement add SRX firewall. 2011-11-18 15:31:26 -08:00
Brian Federle 85f1e56ce1 -Add provider-wide action support
-Support defaultValue for create forms
-Fix formatting on panel create forms (for providers)
2011-11-18 14:59:42 -08:00
Jessica Wang aae3f4a13f cloudStack 3.0 new UI - NaaS - implement add F5 load balancer device from listView. 2011-11-18 14:49:50 -08:00
Jessica Wang e633fbd9b6 cloudStack 3.0 new UI - NaaS - add F5 load balancer device - add capacity, dedicated. 2011-11-18 14:17:03 -08:00
Jessica Wang e5cdacf3d3 cloudStack 3.0 new UI - NaaS - add F5 load balancer device - add public interface, private interface, number of retries, mode. 2011-11-18 13:39:22 -08:00
Brian Federle 5539dfd783 Forgot some params on add vlan ip range in install wizard 2011-11-18 12:06:04 -08:00
Jessica Wang 994d42920e cloudStack 3.0 new UI - NaaS - Physical Network - Edit action - hide spinning wheel on detail view when 2 API calls are finished. 2011-11-18 10:40:56 -08:00
Jessica Wang 2474448142 cloudStack 3.0 new UI - NaaS - implement Add NetScaler. 2011-11-17 17:42:03 -08:00
Jessica Wang b497a2ad10 cloudStack 3.0 new UI - NaaS - Add SRX firewall - add Network Service Provider, SRX, before add SRX firewall rule if SRX provider is disabled. 2011-11-17 17:07:21 -08:00
Jessica Wang 4bb6c48120 cloudStack 3.0 new UI - NaaS - Add F5 - add Network Service Provider, F5, before add F5 Load Balancer rule if F5 is disabled. 2011-11-17 16:50:03 -08:00
Jessica Wang 87f1d36723 cloudStack 3.0 new UI - NaaS - implement Add SRX firewall. 2011-11-17 16:22:59 -08:00
Brian Federle 3ac7fb889b Add error handling to notifications widget 2011-11-17 16:21:19 -08:00
Brian Federle a68fba3a8d Pass _custom correctly to notifications 2011-11-17 16:21:19 -08:00
Brian Federle bce9e22c97 Fix selects 2011-11-17 16:05:34 -08:00
Jessica Wang b79aa32e59 cloudStack 3.0 new UI - NaaS - implement Add F5 Load Balancer. 2011-11-17 16:05:05 -08:00
Brian Federle 593803c8d7 Fix service provider map 2011-11-17 15:47:03 -08:00
Brian Federle b01388d3be Fix network offering list view 2011-11-17 15:22:34 -08:00
Brian Federle 74d53c8795 AJAX calls for add network offering form 2011-11-17 15:17:00 -08:00
Brian Federle c6c75c498e Whitespace cleanup 2011-11-17 15:17:00 -08:00
Jessica Wang 496f591e56 cloudStack 3.0 new UI - NaaS - F5, SRX - when status is disabled, click F5 or SRX will lead to an Add form. 2011-11-17 15:00:41 -08:00
Jessica Wang 64f5681097 cloudStack 3.0 new UI - System - NaaS - populate network service provide status (enabled/disabled) in zone chart. 2011-11-17 14:49:25 -08:00
Brian Federle ed176cf3c9 -Fix zone chart -- $browser is undefined error
-Support dynamic generation of create form fields (for add network offering)
-Add example add network offering form
2011-11-17 14:16:42 -08:00
Brian Federle b378964e81 Fix system devices UI 2011-11-17 11:39:43 -08:00
Jessica Wang 968bf5cbc6 cloudStack 3.0 new UI - System - Management - details - add "View Pods" 2011-11-17 11:12:57 -08:00
Jessica Wang 45bfedb2c0 cloudStack 3.0 new UI - system - Advanced Zone - guest - create network - domain field and account field's showing/hiding depends on selection in scope field. 2011-11-16 17:15:38 -08:00
Jessica Wang 21a488254b cloudStack 3.0 new UI - system - Basic Zone - guest - implement create network cor Basic Zone. 2011-11-16 16:52:58 -08:00
Brian Federle edc2df1d73 -Correctly refresh properties on detail view action
-Support async edit action
-Make action notification section optional
-Add save button to apply detail view edit
-Fix indentation, button spacing for multi-edit items
2011-11-16 16:19:17 -08:00
Brian Federle 7832509e78 Fix action filters on domain details 2011-11-16 14:35:12 -08:00
Jessica Wang 7a8a260073 cloudStack 3.0 new UI - system - guest - network tabs - IP ranges - implement Add action and delete action. 2011-11-16 14:26:46 -08:00
Brian Federle 8f9a06fb41 Always show disabled list view actions 2011-11-16 13:22:02 -08:00
Jessica Wang a6f8572678 cloudStack 3.0 new UI - system - guest - network tabs - implement Delete action. 2011-11-16 13:01:35 -08:00
Jessica Wang 985e8fd000 cloudStack 3.0 new UI - system - guest - network tabs - implement Edit action. 2011-11-16 12:12:56 -08:00
Brian Federle c535de7698 Fix add zone wizard dropping new row after creation 2011-11-16 11:27:24 -08:00
Jessica Wang a7c0de3cf2 cloudStack 3.0 new UI - system - guest - (1) createNetwork - remove "tags" field since server-side doesn't support it any more. (2) add more fields to details tab of network tab. 2011-11-16 11:24:58 -08:00
Jessica Wang 3c09c97e3d cloudStack 3.0 new UI - system - create guest network - populate network offering dropdown the other way around. 2011-11-16 10:47:53 -08:00
Jessica Wang 5d329bc623 cloudStack 3.0 new UI - create zone - call listCapabilities to refresh global variable after update network service provider completes. 2011-11-16 10:41:50 -08:00
Jessica Wang 33ebebf638 cloudStack 3.0 new UI - event page, alert page - add details view. 2011-11-15 17:47:36 -08:00
Jessica Wang 7ff10f99cb cloudStack 3.0 new UI - system - guest - network tabs - add details view. 2011-11-15 17:47:34 -08:00
Jessica Wang cc907adcbb cloudStack 3.0 new UI - System - Guest - network tab - add/remove fields in listView. 2011-11-15 16:58:57 -08:00
Jessica Wang 4570d7d6cd cloudStack 3.0 new UI - System - Guest - populate network tabs by API call. 2011-11-15 16:40:01 -08:00
Jessica Wang 0f5e5df0ac cloudStack 3.0 new UI - System - Guest - create network - pass new parameter acltype to createNetwork API. 2011-11-15 16:21:23 -08:00
Jessica Wang b01013f22a cloudStack 3.0 new UI - System - Add Zone - after createZone API returns success, enable virtual router element first, then enable network service provider. 2011-11-15 15:40:54 -08:00
Jessica Wang 14434396e1 cloudStack 3.0 new UI - System - Guest - network tab - Add Network dialog - add new dropdown "Network Offering". 2011-11-15 11:40:04 -08:00
Jessica Wang 029f064e3d cloudStack 3.0 new UI - System - Guest - network tab - implement Add Network. 2011-11-15 11:23:59 -08:00
Jessica Wang 9f4d420a4a cloudStack 3.0 new UI - create zone - add warning message if listNetworkServiceProviders API doesn't return Network Service Provider ID. 2011-11-15 10:00:16 -08:00
Jessica Wang 96e5abeb89 cloudStack 3.0 new UI - system - no need to enable physical network when editing guest network. 2011-11-14 15:22:12 -08:00
Jessica Wang 3a22692d82 cloudStack 3.0 new UI - system - update physical network's state to Enabled during zone creation. 2011-11-14 15:20:18 -08:00
Jessica Wang f55bf793fd cloudStack 3.0 new UI - System - Guest Network - Add Network tab. 2011-11-14 14:07:12 -08:00
Jessica Wang dda8b9a380 cloudStack 3.0 new UI - remove debugger keyword. 2011-11-14 13:17:01 -08:00
Brian Federle 3e09925f58 Update install wizard appearance 2011-11-11 19:12:12 -08:00
Jessica Wang ed39de83e3 cloudStack 3.0 new UI - add zone wizard - remove create pod step and create IP range step. 2011-11-11 16:08:32 -08:00
Brian Federle a5f0e0d633 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-11 14:54:22 -08:00
Brian Federle c260d3d214 Disable install wizard 2011-11-11 14:54:15 -08:00
Brian Federle fb4db0504e Fix form data 2011-11-11 14:53:06 -08:00
Jessica Wang 098f6edaa0 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-11 14:29:25 -08:00
Brian Federle 7098603130 Disable install wizard, until server calls are corrected 2011-11-11 14:20:59 -08:00
Brian Federle e58ff4d71b Pull real form data for server calls 2011-11-11 14:19:11 -08:00
Brian Federle 105080e915 Fix wizard forms 2011-11-11 14:18:51 -08:00
Jessica Wang 49ecd42a74 cloudStack 3.0 new UI - instance wizard - select network step - fix a bug that network container was empty when trying to deploy 2nd VM. 2011-11-11 13:59:48 -08:00
Brian Federle e77aac18e9 Advanced installation button 2011-11-11 13:15:03 -08:00
Brian Federle 97bc2c3769 Update install wizard widget 2011-11-11 13:08:48 -08:00
Brian Federle 0e0ea4fb7d Add comments 2011-11-11 12:17:27 -08:00
Brian Federle b911cd7df5 Merge branch 'master' into ui-install-wizard
Conflicts:
	ui/index-test.html
	ui/index.jsp
	ui/scripts-test/system.js
	ui/scripts/ui-custom/installWizard.js
2011-11-11 12:00:56 -08:00
Brian Federle cf2ccf1378 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-11 11:56:39 -08:00
Brian Federle 22f1755d77 Disable 'add pod' and 'add ip range' steps in zone wizard 2011-11-11 11:56:35 -08:00
Jessica Wang 9d523abb97 cloudStack 3.0 new UI - network offering page - add "enable", "disable" action. 2011-11-11 11:31:31 -08:00
Brian Federle f926eee4eb Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-11 11:31:12 -08:00
Brian Federle 1848079bcd Add embedded table to detail view, for guest network configuration 2011-11-11 11:31:06 -08:00
Jessica Wang c93730ddaf cloudStack 3.0 new UI - network offering page - remove "Unavailable" from the drop down choice for Availability. 2011-11-11 11:09:50 -08:00
Brian Federle 8e12c9aa21 Update dialog appearance; add UI support for zone network providers 2011-11-11 10:29:27 -08:00
Brian Federle 7eb51d65d0 Add base install wizard scripts 2011-11-11 10:28:58 -08:00
Jessica Wang f922698309 cloudStack 3.0 new UI - NaaS - public network - IP Addresses tab - pass networkId to listVlanIpRanges API. 2011-11-10 20:33:08 -08:00
Jessica Wang 79631ab026 cloudStack 3.0 new UI - NaaS - public network - add IP range - do not pass "isshared=true" to createVlanIpRange API. 2011-11-10 20:13:33 -08:00
Jessica Wang 9d4b800e29 cloudStack 3.0 new UI - NaaS - VM creation - after deployVM returns success, configure VirtualRouterElement. 2011-11-10 17:08:50 -08:00
Jessica Wang 3e124a9ad1 cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - implement Delete action. 2011-11-10 16:49:12 -08:00
Jessica Wang 449c6dda33 cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - Add action - Make VLAN ID optional. 2011-11-10 16:49:11 -08:00
Jessica Wang d460fd19cf cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - Add action - pass forVirtualNetwork to createVlanIpRange API. 2011-11-10 16:49:10 -08:00
Jessica Wang 0a65e26487 cloudStack 3.0 new UI - NaaS - Public network - IP Addresses tab - implement Add action. 2011-11-10 16:49:08 -08:00
Jessica Wang 5b790db556 cloudStack 3.0 new UI - NaaS - Public network - populate IP Addresses tab. 2011-11-10 16:49:06 -08:00
Jessica Wang 9aa571788c cloudStack 3.0 new UI - NaaS - Public network - add IP Addresses tab. 2011-11-10 16:49:05 -08:00
Brian Federle 49970f6daf Merge branch 'master' into ui-install-wizard
Conflicts:
	ui/index-test.html
	ui/scripts/ui-custom/installWizard.js
2011-11-10 11:17:20 -08:00
Brian Federle a594369d93 Updated zone chart 2011-11-10 11:02:24 -08:00
Brian Federle e96520543f Add example install wizard 2011-11-10 11:02:03 -08:00
Brian Federle 3dfe5b15e0 Merge branch 'master' into ui-install-wizard 2011-11-10 08:28:52 -08:00
Jessica Wang d324c5d9f2 cloudStack 3.0 new UI - NaaS - Guest page - Edit action - make zone's CIDR editable here and call updateZone to update CIDR from Guest page. 2011-11-09 20:02:54 -08:00
Jessica Wang 15082f0dfc cloudStack 3.0 new UI - NaaS - Guest page - Edit action. 2011-11-09 19:48:40 -08:00
Jessica Wang 24a5fe3924 cloudStack 3.0 new UI - NaaS - Public page - fix a bug that no data showed in details tab. 2011-11-09 19:34:42 -08:00
Brian Federle cbf212844d Allow custom data to be passed to detail view actions, via dataProvider 2011-11-09 19:25:11 -08:00
Jessica Wang d7edcd6957 cloudStack 3.0 new UI - NaaS 2011-11-09 19:12:11 -08:00
Brian Federle e62ce165f5 Pass correct context 2011-11-09 18:46:51 -08:00
Brian Federle 2a13268fe3 Add system configuration forms for public, management, guest; add list view support for network providers 2011-11-09 16:12:30 -08:00
Brian Federle 27f63ceb8f Merge branch 'master' into ui-install-wizard 2011-11-09 14:19:09 -08:00
Brian Federle fa6fe67f14 Fix system vm poll 2011-11-09 14:08:58 -08:00
Jessica Wang 3937f5d5cc cloudStack 3.0 new UI - Disk offering page - add details tab, Edit action, Delete action. 2011-11-09 14:03:45 -08:00
Brian Federle 599574bd7a Add install wizard server calls 2011-11-09 13:43:24 -08:00
Brian Federle 3a2c6e76bc Add install wizard JS 2011-11-09 12:28:07 -08:00
Jessica Wang a6d90ca1fd cloudStack 3.0 new UI - system service offering page - add details tab, Edit action, Delete action. 2011-11-09 10:38:22 -08:00
Jessica Wang dd3757af94 cloudStack 3.0 new UI - service offering page - implement Delete action. 2011-11-09 10:24:19 -08:00
Jessica Wang 592483f7df cloudStack 3.0 new UI - service offering page - implement Edit action. 2011-11-08 18:13:21 -08:00
Jessica Wang 21f64a71b4 cloudStack 3.0 new UI - service offering page - add network rate, offerHA, CPU cap, storage tags, host tags, domain, create date. 2011-11-08 18:04:31 -08:00
Jessica Wang f1248a4d02 cloudStack 3.0 new UI - service offering page - add details tab. 2011-11-08 17:47:12 -08:00
Jessica Wang 940ebff7b4 cloudStack 3.0 new UI - service offering page - list view - add unit to CPU speed, Memory field. 2011-11-08 17:19:59 -08:00
Jessica Wang 1736826ff0 cloudStack 3.0 new UI - ISO page - add Filter By dropdown on listView. 2011-11-08 17:00:45 -08:00
Jessica Wang f8945168ae cloudStack 3.0 new UI - listView widget - (1) remove default option "All". (2) fix a bug that args.filterBy.kind got value from wrong dropdown when selectView dropdown and filterBy dropdown both exist on the same page. 2011-11-08 16:36:28 -08:00
Brian Federle d9a5f851b5 Updated zone page; update detail view edit notification 2011-11-08 16:25:33 -08:00
Jessica Wang 7a8ca9d8cb cloudStack 3.0 new UI - domain page - remove resource limits tab that is already merged into details tab. 2011-11-08 14:22:57 -08:00
Jessica Wang 30b0fdd30a cloudStack 3.0 new UI - account page - optimize data returned to dataProvider. 2011-11-08 14:08:58 -08:00
Jessica Wang 93e11db07d cloudStack 3.0 new UI - domain page - merge update resource limit into Edit action. 2011-11-08 13:17:29 -08:00
Brian Federle 7097edf15f Add sample NAAS section to system config 2011-11-08 12:53:54 -08:00
Brian Federle 28521a3819 Updated header/project appearance; add new system chart view 2011-11-08 12:43:57 -08:00
Jessica Wang 7d430c8a25 cloudStack 3.0 new UI - domain page - Delete Domain action - pass cleanup parameter to API call if "Forced" checkbox is visible. 2011-11-08 12:24:12 -08:00
Jessica Wang b8ba041027 cloudStack 3.0 new UI - domain page - add VM limits, IP limits, Volume limits, Snapshot limits, Template limits field. 2011-11-08 12:14:45 -08:00
Jessica Wang 9e070e41b9 cloudStack 3.0 new UI - domain page - add Instance Total field, Volume Total field. 2011-11-08 11:56:23 -08:00
Jessica Wang a76711b453 cloudStack 3.0 new UI - domain page - add Account Total field. 2011-11-08 11:49:01 -08:00
Jessica Wang 1fc8997547 cloudStack 3.0 new UI - domain page - implement Edit Domain action. 2011-11-08 10:57:05 -08:00
Jessica Wang 0b6abd1717 cloudStack 3.0 new UI - user page - implement Delete User action. 2011-11-07 17:39:51 -08:00
Jessica Wang 156833b4e9 cloudStack 3.0 new UI - user page - implement Enable User action. 2011-11-07 17:33:04 -08:00
Brian Federle 08d11f1901 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-07 17:08:46 -08:00
Brian Federle 1fd8f41ca5 Remove call to listConfigurations -- not supported by non-admins 2011-11-07 17:08:34 -08:00
Jessica Wang 650acd6845 cloudStack 3.0 new UI - user page - implement Disable User action. 2011-11-07 16:54:05 -08:00
Jessica Wang 751685541c cloudStack 3.0 new UI - user page - implement Generate Keys action. 2011-11-07 16:10:30 -08:00
Jessica Wang 5d55037310 cloudStack 3.0 new UI - user page - implement Change Password action. 2011-11-07 16:01:46 -08:00
Jessica Wang 55c817ad62 cloudStack 3.0 new UI - user page - implement Edit User action. 2011-11-07 15:38:35 -08:00
Brian Federle 5ad821612c Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-11-07 15:29:27 -08:00
Brian Federle 0d16593e3a Fix typo 2011-11-07 15:26:53 -08:00
Jessica Wang 836af43681 cloudStack 3.0 new UI - user page - implement action filter. 2011-11-07 15:14:24 -08:00
Jessica Wang d0874522d0 cloudStack 3.0 new UI - account page - implement Delete Account action. 2011-11-07 14:42:47 -08:00
Jessica Wang 5890f4a7de cloudStack 3.0 new UI - account page - implement Lock Account action. 2011-11-07 14:27:02 -08:00
Brian Federle b3d084f155 Use invitation required flag from configuration for projects UI flow 2011-11-07 12:54:47 -08:00
Brian Federle f401087a16 Fix project dashboard click event 2011-11-07 12:41:37 -08:00
Brian Federle bcd8f85d38 Support invitation-based project user management 2011-11-07 12:37:59 -08:00
Brian Federle b4a6dd512a Move projects above global settings 2011-11-07 12:37:21 -08:00
Jessica Wang 72bf65e306 cloudStack 3.0 new UI - account page - implement Enable Account action. 2011-11-07 11:38:54 -08:00
Jessica Wang d3559bf7cb cloudStack 3.0 new UI - account page - implement Disable Account action. 2011-11-07 10:59:57 -08:00
Jessica Wang 7760c4b310 cloudStack 3.0 new UI - account page - implement Update Resource Count action. 2011-11-07 10:39:44 -08:00
Jessica Wang ce4f2b503a cloudStack 3.0 new UI - account page - consolidate Template Limits to Edit action. 2011-11-04 19:18:40 -07:00
Jessica Wang c4b323ee76 cloudStack 3.0 new UI - account page - consolidate Snapshot Limits to Edit action. 2011-11-04 19:12:58 -07:00
Jessica Wang 465bd3636d cloudStack 3.0 new UI - account page - consolidate Volume Limits to Edit action. 2011-11-04 19:05:55 -07:00
Jessica Wang e249f6fc4c cloudStack 3.0 new UI - account page - consolidate Public IP Limits to Edit action. 2011-11-04 18:55:10 -07:00
Jessica Wang 5d8b35009d cloudStack 3.0 new UI - account page - consolidate Instance Limits to Edit action. 2011-11-04 18:40:18 -07:00
Jessica Wang 8719a43619 cloudStack 3.0 new UI - account page - add Instance Limits. 2011-11-04 18:05:03 -07:00
Jessica Wang 568b64a0e5 cloudStack 3.0 new UI - account page - implement action filter. 2011-11-04 16:21:18 -07:00
Brian Federle c14e0362d1 Implement new project flow 2011-11-04 16:09:17 -07:00
Jessica Wang 14e3653a62 cloudStack 3.0 new UI - implement Edit account action. 2011-11-04 16:06:09 -07:00
Jessica Wang 99219a82a0 cloudStack 3.0 new UI - implement Add User action. 2011-11-04 15:55:33 -07:00
Jessica Wang 329a520071 cloudStack 3.0 new UI - account page - user page - add details tab. 2011-11-04 15:27:51 -07:00
Jessica Wang e515a56332 cloudStack 3.0 new UI - account page - add "View User" that will drip down to users page. 2011-11-04 15:05:49 -07:00
Jessica Wang 2c06fac94b cloudStack 3.0 new UI - pass timezone parameter to createAccount API if timezone is selected. 2011-11-04 13:30:32 -07:00
Jessica Wang c87278e46c cloudStack 3.0 new UI - create account - populate timezone field by timezone map in sharedFunctions.js. 2011-11-04 12:00:06 -07:00
Jessica Wang 02ca54a946 cloudStack 3.0 new UI - account page - add new account - add timezone dropdown. 2011-11-04 11:26:04 -07:00
Brian Federle dda9b0bea3 Add additional project management actions; add project list view 2011-11-04 11:00:49 -07:00
Brian Federle 7dfaf2bb39 Implement projects server calls 2011-11-04 09:19:01 -07:00
Brian Federle fe04fab57e Pass context correctly from projects UI 2011-11-04 09:18:45 -07:00
Jessica Wang 83cda2a966 cloudStack 3.0 new UI - instance page - implement staticstics tab. 2011-11-03 16:54:15 -07:00
Jessica Wang 2f91d74eed cloudStack 3.0 new UI - instance page - hide security tab when zone is not security group enabled. 2011-11-03 15:49:38 -07:00
Brian Federle 6152cdb36b Add updated projects UI 2011-11-03 15:13:07 -07:00
Brian Federle 29f510772c Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00
Edison Su 6841e265d3 bug 10330: finally merge Rommer's CLVM patch
status 10330: resolved fixed
2011-11-02 18:03:58 -07:00
Jessica Wang 77a12ad951 bug 11725: cloudStack 2.2 UI - volume page - hide Take Snapshot, Recurring Snapshot action when volume's hypervisor is Ovm. 2011-10-14 17:23:38 -07:00
Jessica Wang c9207c83ae bug 11647: cloudStack 2.2 UI - Instance page - make Migrate Instance option available for VM whose hypervisor is OVM. 2011-10-14 17:23:07 -07:00
Jessica Wang f38ba247b9 bug 11700: cloudStack 2.2 UI - cluster page - expose Manage Cluster, Unmanage Cluster action. 2011-10-14 17:22:39 -07:00
Edison Su 962bbcd5a0 bug 11634: add manual vm migration support for kvm
status 11634: resolved fixed
2011-10-10 11:31:18 -07:00
Jessica Wang 18cd05a6a2 bug 11481: cloudStack 2.2 - router page - add "Migration System VM" action. 2011-10-07 15:55:10 -07:00
Jessica Wang cd02613173 bug 11481: cloudStack 2.2 - system VM page - add "Migration System VM" action. 2011-10-07 15:54:51 -07:00
Jessica Wang 8023d9486e cloudStack - sync 2.2.Y UI change to master branch. 2011-09-29 15:35:45 -07:00
Jessica Wang 425f084f39 bug 11607: cloudStack - Make client API path and client Console path configurable in the UI code. 2011-09-29 12:20:02 -07:00
Jessica Wang 4557b5d54e bug 11525: cloudStack 2.2 UI - Domain Admin can only edit/delete/copy/download his own template just like a user. 2011-09-22 16:17:36 -07:00
Jessica Wang 10062a04eb bug 11446: cloudStack 2.2.y - authorizeSecurityGroupIngress API response has changed. Here is corresponding UI change. 2011-09-15 10:25:59 -07:00
Jessica Wang 58841d0bc4 bug 11441: cloudStack - host page - Edit Host - fix a bug that hosttags editing field didn't get refresh when clicking different hosts in middle menu. 2011-09-14 12:09:04 -07:00
Jessica Wang 4e17c23f80 bug 11433: cloudStack - Acquire IP Address dialog - get element ID by a different way. 2011-09-14 11:45:46 -07:00
Jessica Wang 08592da39e cloudStack - VM Wizard - fix a bug that comes and goes: "$soTemplate is undefined" 2011-09-14 10:08:22 -07:00
Jessica Wang de9856f1c4 cloudStack - sync UI change from 2.2.y branch to mater branch. 2011-09-13 16:00:46 -07:00
Jessica Wang ff3316b3f9 bug 11080: cloudStack - Add Primary Storage dialog - (1) add new protocol "OCFS2" to hypervisorType "OVM". (2) When "OCFS2" is selected, show/hide other fields like NFS is selected, except no server field. 2011-08-30 15:23:19 -07:00
Jessica Wang 2b5e673b0a bug 11261: cloudStack - host page - Edit Host action - (1) make hosttags editable. (2) consolidate update OS category from dialog box to main screen. 2011-08-25 17:28:00 -07:00
Jessica Wang b6f715771e bug 11260: cloudStack - create system service offering dialog: add network rate field. 2011-08-25 15:26:36 -07:00
Jessica Wang a3645e3e46 bug 11255: cloudStack - IP address page - add a missing semicolon. 2011-08-25 15:01:44 -07:00
Jessica Wang e19cff6beb bug 11255: cloudStack - IP address page - Create Firewall rule - fix a bug on Google Chrome that changing protocol dropdown (e.g. from TCP to ICMP) wouldn't correctly hide/show related input fields. 2011-08-25 14:40:08 -07:00
Jessica Wang 91910dd50e bug 11255: cloudStack - IP address page - Create Firewall rule - fix a JavaScript syntax bug. 2011-08-25 14:39:44 -07:00
Jessica Wang 617cb5a058 cloudStack - pass "forVirtualNetwork=false" when creating IP range for public network in an security-group-enabled (advanced) zone. 2011-08-24 14:22:38 -07:00
Jessica Wang e4fccab0a1 cloudStack - sync instance.js from 2.2.y branch to master branch. 2011-08-23 10:44:24 -07:00
alena 8a7feb8ec1 Merge branch '2.2.y'
Conflicts:
	agent/src/com/cloud/agent/resource/computing/LibvirtComputingResource.java
	api/src/com/cloud/agent/api/routing/LoadBalancerConfigCommand.java
	api/src/com/cloud/agent/api/to/FirewallRuleTO.java
	api/src/com/cloud/agent/api/to/IpAddressTO.java
	api/src/com/cloud/agent/api/to/PortForwardingRuleTO.java
	api/src/com/cloud/api/ApiConstants.java
	api/src/com/cloud/api/BaseCmd.java
	api/src/com/cloud/api/ResponseGenerator.java
	api/src/com/cloud/api/commands/CreateFirewallRuleCmd.java
	api/src/com/cloud/api/commands/CreateIpForwardingRuleCmd.java
	api/src/com/cloud/api/commands/CreateLoadBalancerRuleCmd.java
	api/src/com/cloud/api/commands/CreatePortForwardingRuleCmd.java
	api/src/com/cloud/api/commands/DeleteLoadBalancerRuleCmd.java
	api/src/com/cloud/api/commands/ListCapabilitiesCmd.java
	api/src/com/cloud/api/commands/UpdateNetworkCmd.java
	api/src/com/cloud/api/response/CapabilitiesResponse.java
	api/src/com/cloud/network/Network.java
	api/src/com/cloud/network/NetworkService.java
	api/src/com/cloud/network/firewall/FirewallService.java
	api/src/com/cloud/network/lb/LoadBalancingRule.java
	api/src/com/cloud/network/lb/LoadBalancingRulesService.java
	api/src/com/cloud/network/rules/FirewallRule.java
	api/src/com/cloud/network/rules/RulesService.java
	api/src/com/cloud/offering/NetworkOffering.java
	client/tomcatconf/commands.properties.in
	cloud.spec
	core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
	core/src/com/cloud/hypervisor/xen/resource/CitrixHelper.java
	core/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java
	core/src/com/cloud/storage/template/DownloadManagerImpl.java
	core/src/com/cloud/vm/DomainRouterVO.java
	debian/cloud-deps.install
	patches/systemvm/debian/config/etc/init.d/cloud-early-config
	patches/systemvm/debian/config/root/ipassoc.sh
	patches/systemvm/debian/config/root/loadbalancer.sh
	scripts/vm/hypervisor/kvm/rundomrpre.sh
	scripts/vm/hypervisor/xenserver/vmops
	server/src/com/cloud/agent/manager/AgentAttache.java
	server/src/com/cloud/agent/manager/AgentManagerImpl.java
	server/src/com/cloud/agent/manager/AgentMonitor.java
	server/src/com/cloud/agent/manager/ClusteredAgentManagerImpl.java
	server/src/com/cloud/alert/ClusterAlertAdapter.java
	server/src/com/cloud/api/ApiResponseHelper.java
	server/src/com/cloud/api/ApiServer.java
	server/src/com/cloud/cluster/ClusterManagerImpl.java
	server/src/com/cloud/configuration/Config.java
	server/src/com/cloud/configuration/ConfigurationManager.java
	server/src/com/cloud/configuration/ConfigurationManagerImpl.java
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/deploy/FirstFitPlanner.java
	server/src/com/cloud/ha/HighAvailabilityManagerImpl.java
	server/src/com/cloud/host/dao/HostDaoImpl.java
	server/src/com/cloud/hypervisor/xen/discoverer/XcpServerDiscoverer.java
	server/src/com/cloud/network/LoadBalancerVO.java
	server/src/com/cloud/network/NetworkManager.java
	server/src/com/cloud/network/NetworkManagerImpl.java
	server/src/com/cloud/network/dao/FirewallRulesDao.java
	server/src/com/cloud/network/dao/FirewallRulesDaoImpl.java
	server/src/com/cloud/network/element/DhcpElement.java
	server/src/com/cloud/network/element/VirtualRouterElement.java
	server/src/com/cloud/network/firewall/FirewallManagerImpl.java
	server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java
	server/src/com/cloud/network/router/VirtualNetworkApplianceManager.java
	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
	server/src/com/cloud/network/rules/FirewallManager.java
	server/src/com/cloud/network/rules/FirewallRuleVO.java
	server/src/com/cloud/network/rules/PortForwardingRuleVO.java
	server/src/com/cloud/network/rules/RulesManagerImpl.java
	server/src/com/cloud/network/rules/StaticNatRuleImpl.java
	server/src/com/cloud/network/security/SecurityGroupListener.java
	server/src/com/cloud/network/security/SecurityGroupManagerImpl.java
	server/src/com/cloud/offerings/NetworkOfferingVO.java
	server/src/com/cloud/server/ConfigurationServerImpl.java
	server/src/com/cloud/server/ManagementServerImpl.java
	server/src/com/cloud/storage/StorageManager.java
	server/src/com/cloud/storage/StorageManagerImpl.java
	server/src/com/cloud/storage/dao/VMTemplateHostDaoImpl.java
	server/src/com/cloud/storage/download/DownloadMonitorImpl.java
	server/src/com/cloud/upgrade/DatabaseUpgradeChecker.java
	server/src/com/cloud/upgrade/dao/Upgrade228to229.java
	server/src/com/cloud/upgrade/dao/Upgrade229to2210.java
	server/src/com/cloud/user/AccountManagerImpl.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
	server/src/com/cloud/vm/dao/DomainRouterDao.java
	server/src/com/cloud/vm/dao/DomainRouterDaoImpl.java
	setup/db/create-index-fk.sql
	setup/db/create-schema.sql
	setup/db/db/schema-222to224.sql
	setup/db/db/schema-227to228.sql
	setup/db/db/schema-228to229.sql
	setup/db/db/schema-229to2210.sql
	tools/testClient/README
	ui/scripts/cloud.core.instance.js
	utils/src/com/cloud/utils/SerialVersionUID.java
	utils/src/com/cloud/utils/db/ConnectionConcierge.java
	utils/src/com/cloud/utils/db/Merovingian2.java
	utils/src/com/cloud/utils/db/Transaction.java
	utils/src/com/cloud/utils/nio/Link.java
	utils/src/com/cloud/utils/nio/NioConnection.java
	utils/src/com/cloud/utils/time/InaccurateClock.java
2011-08-22 20:28:30 -07:00
Jessica Wang 24edb0071d cloudStack - merge UI change from 2.2.10 branch to master branch. 2011-08-22 14:09:59 -07:00
Jessica Wang 7184d073b9 bug 11202: cloudStack - Service Offering page - fix a bug that Network Rate didn't get refreshed when another service offering is selected. 2011-08-22 13:56:03 -07:00
Jessica Wang fc6086067c bug 11202: cloudStack - Service Offering page - add Network Rate in grid. 2011-08-22 13:56:01 -07:00
Jessica Wang 47776f5814 bug 11202: cloudStack - Create Service Offering dialog - add Network Rate field. 2011-08-22 13:56:00 -07:00
frank b607e4aa1c Merge branch '2.2.y' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.2.y 2011-08-19 17:29:57 -07:00
frank 18f87c2108 Merge branch 'cvm' into 2.2.y
Conflicts:
	api/src/com/cloud/api/BaseCmd.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/network/security/SecurityGroupListener.java
	server/src/com/cloud/storage/StorageManagerImpl.java
	server/src/com/cloud/storage/listener/StoragePoolMonitor.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
	server/src/com/cloud/vm/VirtualMachineManagerImpl.java
	utils/src/com/cloud/utils/SerialVersionUID.java
2011-08-19 16:08:35 -07:00
Jessica Wang 0cce5c44c2 bug 10790: cloudStack - Volume page - hide Storage from domain-admin as well. 2011-08-19 15:05:45 -07:00
Jessica Wang 301a5f7bcc bug 11175: cloudStack - convert firewallRuleUiEnabled from boolean to string before saving to cookie. 2011-08-19 13:49:47 -07:00
Jessica Wang b60ee0df37 bug 11176: cloudStack - IP Address page - Firewall tab - add firewall rule - (1) Hide ICMP Type, ICMP Code when protocol TCP or UDP is selected. (2) Hide Start Port, End Port when protocol ICMP is selected. 2011-08-19 13:12:12 -07:00
Jessica Wang 3a7d79a91e bug 11175: cloudStack - IP address page - fix the logic of showing/hiding Firewall tab for Static NAT IP. 2011-08-19 11:31:28 -07:00
Jessica Wang 6ec4a6c3b4 bug 11175: cloudStack - IP address page - fix the logic of showing/hiding Firewall tab. 2011-08-19 11:10:53 -07:00
Jessica Wang eb18d6dd55 bug 10977: cloudStack - instance page - provide "Migrate Instance" action to all hypervisors. 2011-08-15 10:18:43 -07:00
Jessica Wang 2ef10a5993 bug 10977: cloudStack - instance page - limit "Migrate Instance" action to be only available for XenServer and VMware (because KVM does not support Migrate Instance). 2011-08-11 16:51:54 -07:00
Jessica Wang 6d9faceaa2 bug 10977: cloudStack - instance page - provide "Migrate Instance" action to all hypervisors. 2011-08-11 16:31:26 -07:00
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