~mrazik/jenkins-libvirt/dumb-slasve-fix

« back to all changes in this revision

Viewing changes to src/main/resources/hudson/plugins/libvirt/VirtualMachineSlave/configure-entries.jelly

  • Committer: martin.mrazik+qa at canonical
  • Date: 2012-10-31 07:50:20 UTC
  • Revision ID: martin.mrazik+qa@canonical.com-20121031075020-5edcsq8re15b2ppl
Applying: https://github.com/pedjak/plugin-libvirt-slave/commit/a9304df0537e5d1ca211e4a0ebd4e49cdeb90b99

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        <select class="setting-input" name="hypervisorDescription" value="${it.hypervisorDescription}"
5
5
                onchange="updateListBox(document.getElementsByName('virtualMachineName')[0],'${rootURL}/plugin/libvirt-slave/computerNameValues?value='+encode(this.value))">
6
6
            <option>Select an Hypervisor...</option>
7
 
            <j:forEach var="d" items="${descriptor.getHypervisors()}" varStatus="loop">
 
7
            <j:forEach var="d" items="${h.getHypervisors()}" varStatus="loop">
8
8
                <option selected="${d.hypervisorDescription==it.hypervisorDescription?'true':null}">
9
9
                    ${d.hypervisorDescription}
10
10
                </option>
90
90
    <f:descriptorList title="${%Node Properties}" descriptors="${h.getNodePropertyDescriptors(descriptor.clazz)}"
91
91
                      field="nodeProperties"/>
92
92
 
93
 
</j:jelly>
 
 
b'\\ No newline at end of file'
 
93
</j:jelly>