dataDiv: $j()

in cloud-vmware-server/src/main/resources/buildServerResources/vmware-settings.js [756:775]


        dataDiv: $j('<div class="hidden imagesData"> \
        <input type="hidden" class="imageName">\
        <input type="hidden" class="nickname">\
        <input type="hidden" class="snapshot">\
        <input type="hidden" class="folder">\
        <input type="hidden" class="pool">\
        <input type="hidden" class="behaviour">\
        <input type="hidden" class="maxInstances">\
                     </div>')
        ,
        _errors: {
            badParam: 'Bad parameter',
            required: 'This field cannot be blank',
            templateStart: 'The Start/Stop behaviour cannot be selected for templates',
            nonNegative: 'Must be non-negative number',
            noAccessPool: 'You do not have the privilege "Resource > Assign virtual machine to resource pool" on the selected host/resource pool.',
            noAccessFolder: 'You do not have the privilege "Create from existing virtual machine" on the selected Folder/Datacenter',
            unique: 'There is another source with the same name/nickname',
            nonexistent: 'The %%elem%% &laquo;%%val%%&raquo; does not exist'
        },