Fix custom port not showing on the device edit page

This commit is contained in:
Tony Murray
2016-06-12 21:23:21 -05:00
parent a68e69b732
commit 55f8576973

View File

@@ -92,7 +92,7 @@ echo "
</select>
</div>
<div class='col-sm-2'>
<input type='text' name='port' placeholder='port' class='form-control input-sm'>
<input type='text' name='port' placeholder='port' class='form-control input-sm' value='".($device['port'] ?: "")."'>
</div>
<div class='col-sm-1'>
<select name='transport' id='transport' class='form-control input-sm'>";