Fixed a very small minor issue (#3360)
This commit is contained in:
parent
76ac1998cf
commit
9c3c5f6f71
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,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="0">None</option>
|
||||
<option value="">None</option>
|
||||
@foreach($locations as $location)
|
||||
<optgroup label="{{ $location->short }}">
|
||||
@foreach($location->nodes as $node)
|
||||
|
|
Loading…
Reference in a new issue