cloudstack/ui/css
Brian Federle 9f093817f3 Implement static NAT tier select UI
Adds a new drop-down to the enable static NAT dialog to allow selecting a tier to be associated with the VM. This is in the header of the list view.

It is defined as follows:

enableStaticNAT: {
  ...
    action: {
      noAdd: true,
      custom: cloudStack.uiCustom.enableStaticNAT({
        // VPC
        tierSelect: function(args) {
          args.response.success({
            data: [
              { id: '1', description: 'VPC 1' },
              { id: '2', description: 'VPC 2' }
            ]
          });
        },
    ...
2012-07-10 15:41:23 -07:00
..
cloudstack3-ie7.css CS-14053: IE compatibility issues 2012-05-25 00:42:23 +05:30
cloudstack3.css Implement static NAT tier select UI 2012-07-10 15:41:23 -07:00
cloudstack3.ja.css Localizaton fixes 2012-02-22 17:32:00 -08:00