1
0
Fork 0

disabled useSSLonCoordinators, currently not supported

This commit is contained in:
scottashton 2014-05-09 14:15:44 +02:00
parent d51c730138
commit 7433d6bf35
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<input type="checkbox" value="useSSLonDBservers" class="useSSLonDBservers" <%=useSSLonDBservers?'checked="checked"':''%>> on DBServers
</label>
<label class="checkbox inline">
<input type="checkbox" value="useSSLonCoordinators" class="useSSLonCoordinators" <%=useSSLonCoordinators?'checked="checked"':''%>> on Coordinators
<input type="checkbox" disabled=true value="useSSLonCoordinators" class="useSSLonCoordinators" <%=useSSLonCoordinators?'checked="checked"':''%>> on Coordinators
</label>
</div>
</div>