Commit ddf58a07 authored by jose's avatar jose

Increase the BasicAuth authentication function and fix some display problems under apache2.2.

parent 36ba048b
......@@ -78,6 +78,14 @@
</div>
<span class="set-info c7">{{data['lan']['CY15']}}</span>
</div>
<div class="mtb15">
<span class="set-tit text-right" title="{{data['lan']['BASICAUTH_TIPS1']}}">{{data['lan']['BASICAUTH']}}</span>
<div class="btn_tips">
<input id="basic_auth" name="basic_auth" class="inputtxt bt-input-text disable" type="text" value="{{data['basic_auth']['value']}}" disabled>
<span class="modify btn btn-xs btn-success basic_auth" onclick="modify_basic_auth()">{{data['lan']['CONFIG']}}</span>
</div>
<span class="set-info c7">{{data['lan']['BASICAUTH_TIPS1']}}</span>
</div>
<div class="mtb15">
<span class="set-tit text-right" title="{{data['lan']['CT3']}}">{{data['lan']['CT3']}}</span>
<input name="domain" class="inputtxt bt-input-text" type="text" value="{{data['panel']['domain']}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment