Skip to content

Instantly share code, notes, and snippets.

@Cyreex
Last active March 7, 2017 14:42
Show Gist options
  • Save Cyreex/4090832ef157d7a84230b75d254457ca to your computer and use it in GitHub Desktop.
Save Cyreex/4090832ef157d7a84230b75d254457ca to your computer and use it in GitHub Desktop.
<div class="drawer-form-item vm-columns clearfix">
<div class="vm-network-container">
<label for="vm-instance-network">{{res "labelNetwork" /}}</label>
<select id="vm-instance-network"
data-link="vmData.network"
data-val="true"
data-val-vm-dropdownValidValueValidator="{{res 'networkIsRequired' _encode='attr' /}}">
{^{for virtualNetworks }}
<option value="{{attr:id}}">{{>displayName}}</option>
{{/for}}
</select>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment