mirror of https://gitee.com/bigwinds/arangodb
disabled useSSLonCoordinators, currently not supported
This commit is contained in:
parent
d51c730138
commit
7433d6bf35
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue