cloudstack/ui/css
Brian Federle 8e638ed752 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:32:01 -07:00
..
cloudstack3-ie7.css CS-13738: IE compatibility issues -No data to show text 2012-05-24 20:14:37 +05:30
cloudstack3.css Implement static NAT tier select UI 2012-07-10 15:32:01 -07:00
cloudstack3.ja.css Localizaton fixes 2012-02-22 17:32:33 -08:00