Skip to content
Snippets Groups Projects
Commit d3dd34bb authored by Falko Timme's avatar Falko Timme
Browse files

Disabled the "Server Type" drop-down menu under Server Config > Web.

parent 1d6d38ce
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<div class="ctrlHolder">
<p class="label">{tmpl_var name='server_type_txt'}</p>
<div class="multiField">
<select name="server_type" id="server_type" class="selectInput">
<select name="server_type" id="server_type" class="selectInput" disabled="disabled">
{tmpl_var name='server_type'}
</select>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment