cloudstack/ui
Brian Federle 310b24b285 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:59:36 -07:00
..
css multiEdit: better handling for tag widget 2012-08-06 14:15:41 -07:00
images multiEdit: better handling for tag widget 2012-08-06 14:15:41 -07:00
lib (1) CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions. 2012-06-21 12:13:41 -07:00
scripts List view: support external link actions 2012-08-07 15:59:36 -07:00
tests License header updates for the UI folder 2012-08-03 12:45:47 -04:00
.classpath License header updates for the UI folder 2012-08-03 12:45:47 -04:00
.project License header updates for the UI folder 2012-08-03 12:45:47 -04:00
index.jsp multiEdit: better handling for tag widget 2012-08-06 14:15:41 -07:00