Commit Graph

113 Commits

Author SHA1 Message Date
bfederle 17358cce99 bug 13271: Fix zone wizard vlan range validation
status 13271: resolved fixed
2012-01-31 16:11:23 -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
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 cc63a451a7 bug 13288: Concatenate long zone names in dashboard UI
status 13288: resolved fixed
2012-01-30 13:26:38 -08:00
bfederle 83bc7d1c81 Remove UI test data 2012-01-27 09:01:57 -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 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 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
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 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
bfederle 24c14006d2 Updated zone wizard / details
Rework zone wizard:

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

-Support configuration of traffic types

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

-Add requirements to support elastic load balancer

Rework zone details page:

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

-Add zone-specific resources dashboard

-Allow display of multiple physical networks
2012-01-23 10:53:36 -08:00
bfederle d766b11ca1 Fix for dashboard in Chrome/Safari 2012-01-17 12:23:18 -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
bfederle 9f08581f94 bug 12902
Disable project creation for regular users, if
'allowusercreateprojects' == false
2012-01-06 13:25:43 -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 58e937acc1 Show zone details on dashboard capacity items 2012-01-05 10:24:46 -08:00
bfederle 867afce8da Add percent labels to dashboard charts 2012-01-04 14:25:25 -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 f076a4a8a7 Syntax fixes for IE7 2012-01-04 11:38:53 -08:00
bfederle 1bd3549fab Code/whitespace cleanup 2012-01-04 09:08:18 -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
bfederle bab60829ea Add project resource management to new project wizard 2011-12-23 15:06:38 -05: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 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 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
bfederle ee95608741 Fix error handling for install wizard 2011-12-20 16:31:10 -08:00
bfederle 056b1c8947 WIP: Install wizard error handling 2011-12-20 10:30:15 -08:00
bfederle 8e075b38c3 bug 12273: Add project resource management
status 12273: resolved fixed
2011-12-19 19:42:49 -05:00
bfederle b33c6f6de4 bug 12211: Implement project dashboard
status 12211: resolved fixed
2011-12-19 18:30:25 -05:00
bfederle 134b38bb2d bug 12211
Add system resources, users, alerts to project dashboard
2011-12-19 14:12:09 -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
Brian Federle 1c2ca9a59f bug 12211
Create real layout for project dashboard
2011-12-16 16:02:08 -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 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
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 61d8678031 WIP: Implement user dashboard
** Still missing projects, IP address stats
2011-12-14 16:26:40 -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 26c5377340 bug 12533
Disable 'Public' network area if in a basic zone

status 12533: fixed resolved
2011-12-14 11:15:35 -08:00
Brian Federle 40c7b5b24d Fix refresh button event 2011-12-14 08:21:39 -08:00
Brian Federle 405fa75b6d Implement system dashboard 2011-12-14 07:56:43 -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 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