Gave class to dropdown

pull/3/head
Davide Bongiovanni 6 years ago
parent 90079c70cd
commit 95fe77ce16

@ -49,7 +49,7 @@
<option value="{{container['id']}}">{{container['name']}}</option>
{% endfor %}
</select>
<select id="location-dropdown">
<select class="pinfo-input" id="location-dropdown">
<option value="-1" selected="true">-- Select a container --</option>
</select>
</td></tr>

Loading…
Cancel
Save