mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Merge pull request #42 from ComputerScienceHouse/default-pool
Set default creation pool to current user
This commit is contained in:
commit
76c34a0bb3
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
<label for="user" class="pull-left">User</label>
|
<label for="user" class="pull-left">User</label>
|
||||||
<select name="user" id="user" class="form-control">
|
<select name="user" id="user" class="form-control">
|
||||||
{% for pool in pools %}
|
{% for pool in pools %}
|
||||||
<option value="{{ pool }}">{{ pool }}</option>
|
<option value="{{ pool }}" {{ "selected" if user.name == pool else "" }}>{{ pool }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue