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