1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Fixed a very small minor issue (#3360)

This commit is contained in:
Antony 2021-05-16 18:48:55 +02:00 committed by GitHub
parent 76ac1998cf
commit 9c3c5f6f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
<div class="form-group"> <div class="form-group">
<label for="pNodeId" class="form-label">Linked Node</label> <label for="pNodeId" class="form-label">Linked Node</label>
<select name="node_id" id="pNodeId" class="form-control"> <select name="node_id" id="pNodeId" class="form-control">
<option value="0">None</option> <option value="">None</option>
@foreach($locations as $location) @foreach($locations as $location)
<optgroup label="{{ $location->short }}"> <optgroup label="{{ $location->short }}">
@foreach($location->nodes as $node) @foreach($location->nodes as $node)