Skip to content

Commit

Permalink
F #2427: Fixed bug with SCHED_RANK in Sunstone
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmont authored and Ruben S. Montero committed Nov 20, 2018
1 parent 4afa011 commit a9b4193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sunstone/public/app/utils/nics-section/dd.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
<br>
<div class="row">
<div class="large-12 columns">
<label for="{{nicTabId}}_SCHED_RANK">
<label for="provision_accordion_dd_{{provision_nic_accordion_dd_id}}_SCHED_RANK">
{{tr "Expression"}}
{{{tip (tr "This field sets which attribute will be used to sort the suitable vnets for this VM")}}}
</label>
<input type="text" class="SCHED_RANK" id="{{nicTabId}}_SCHED_RANK" name="RANK"/>
<input type="text" class="SCHED_RANK" id="provision_accordion_dd_{{provision_nic_accordion_dd_id}}_SCHED_RANK" name="RANK"/>
</div>
</div>
</fieldset>
Expand Down

0 comments on commit a9b4193

Please sign in to comment.