2009 Commits

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