Make a todo a todid, closes #774
This commit is contained in:
parent
9ee503b3c1
commit
a710bdf457
4 changed files with 8 additions and 4 deletions
|
@ -103,7 +103,7 @@
|
|||
<div class="form-group">
|
||||
<label for="pNodeId" class="form-label">Linked Node</label>
|
||||
<select name="node_id" id="pNodeId" class="form-control">
|
||||
<option value="null">None</option>
|
||||
<option value="">None</option>
|
||||
@foreach($locations as $location)
|
||||
<optgroup label="{{ $location->short }}">
|
||||
@foreach($location->nodes as $node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue