Typo
This commit is contained in:
parent
0217ff59d5
commit
3c6232c151
|
@ -39,7 +39,7 @@
|
||||||
<option value="7" {{ ($server_data->server_type === 7) ? 'selected' : '' }}>
|
<option value="7" {{ ($server_data->server_type === 7) ? 'selected' : '' }}>
|
||||||
NAT
|
NAT
|
||||||
</option>
|
</option>
|
||||||
<option value="7" {{ ($server_data->server_type === 8) ? 'selected' : '' }}>
|
<option value="8" {{ ($server_data->server_type === 8) ? 'selected' : '' }}>
|
||||||
COLO
|
COLO
|
||||||
</option>
|
</option>
|
||||||
</select></div>
|
</select></div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user