cloudstack/ui/scripts/ui
Brian Federle f541d85fce List view: support external link actions
Support actions which point to an external link, primary to support
launching the console proxy.

Example:

listView: {
  actions: {
    viewConsole: {
      label: 'label.view.console',
      action: {
        externalLink: {
          url: function(args) {
            return clientConsoleUrl + '?cmd=access&vm=' + args.context.vpcTierInstances[0].id;
          },
          title: function(args) {
            return args.context.vpcTierInstances[0].id.substr(0,8);
          },
          width: 820,
          height: 640
        }
      }
    }
  }
}
2012-08-07 15:53:19 -07:00
..
widgets List view: support external link actions 2012-08-07 15:53:19 -07:00
core.js cloudBrowser / list view UI: Show subsection in breadcrumb 2012-08-01 13:24:51 -07:00
dialog.js CS-14230 2012-06-14 11:34:10 -07:00
events.js Cleanup whitespace + indentation for UI widgets 2012-04-03 15:48:49 -07:00
utils.js CS-14715 2012-05-14 12:44:00 -07:00