We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ac199 commit 9c3c5f6Copy full SHA for 9c3c5f6
1 file changed
resources/views/admin/databases/view.blade.php
@@ -44,7 +44,7 @@
44
<div class="form-group">
45
<label for="pNodeId" class="form-label">Linked Node</label>
46
<select name="node_id" id="pNodeId" class="form-control">
47
- <option value="0">None</option>
+ <option value="">None</option>
48
@foreach($locations as $location)
49
<optgroup label="{{ $location->short }}">
50
@foreach($location->nodes as $node)
0 commit comments