cloudstack/ui/scripts
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
..
ui UI widgets: support event-based notifications 2011-12-22 08:41:40 -08:00
ui-custom Fix error handling for install wizard 2011-12-20 16:31:10 -08:00
accounts.js bug 10409: edit account - make domain suffix field editable. 2011-12-14 11:04:09 -08:00
cloud.core.callbacks.js Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00
cloudStack.js bug 12358: cloudstack 3.0 new UI - hide copyTemplate and copyISO action for swift setup. 2011-12-21 17:25:53 -08:00
configuration.js 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
dashboard.js Fix condition where capacity is not present (i.e., fresh install) 2011-12-15 13:33:53 -08:00
domains.js bug 10409: create account - add domain suffix field 2011-12-14 10:24:31 -08:00
events.js 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
globalSettings.js bug 12707 2011-12-21 15:11:12 -08:00
installWizard.js bug 12316: Install wizard error handling fixes 2011-12-20 20:17:45 -08:00
instances.js cloudStack 3.0 new UI - add a converter function to convert UTC date to local date. 2011-12-21 14:14:19 -08:00
network.js Update network section w/ fixes from beta2 branch 2011-12-21 14:46:54 -08:00
projects.js bug 12611 2011-12-21 18:28:55 -08:00
sharedFunctions.js bug 12358: cloudstack 3.0 new UI - hide copyTemplate and copyISO action for swift setup. 2011-12-21 17:25:53 -08:00
storage.js Cleanup 'state' field display; whitespace cleanup 2011-12-21 15:32:44 -08:00
system.js bug 12358: cloudstack 3.0 new UI - hide copyTemplate and copyISO action for swift setup. 2011-12-21 17:25:53 -08:00
templates.js cloudstack 3.0 new UI - copy template dialog, copy ISO dialog - make Destination zone required. 2011-12-21 18:14:58 -08:00