1987 Commits

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