Fix database management things to actually work correctly.

This commit is contained in:
Dane Everitt
2017-07-22 13:55:30 -05:00
parent 580e5ac569
commit 63e39fbe58
14 changed files with 124 additions and 119 deletions

View File

@@ -117,7 +117,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="null">None</option>
@foreach($locations as $location)
<optgroup label="{{ $location->short }}">
@foreach($location->nodes as $node)