2040 Commits

Author SHA1 Message Date
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