|
@@ -5,7 +5,7 @@
|
|
</div>
|
|
</div>
|
|
<style>
|
|
<style>
|
|
#httpProxyList .ui.toggle.checkbox input:checked ~ label::before{
|
|
#httpProxyList .ui.toggle.checkbox input:checked ~ label::before{
|
|
- background-color: #21ba45 !important;
|
|
|
|
|
|
+ background-color: #00ca52 !important;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<div style="width: 100%; overflow-x: auto; margin-bottom: 1em;">
|
|
<div style="width: 100%; overflow-x: auto; margin-bottom: 1em;">
|
|
@@ -85,7 +85,7 @@
|
|
<td data-label="" editable="true" datatype="basicauth">${subd.RequireBasicAuth?`<i class="ui green check icon"></i>`:`<i class="ui grey remove icon"></i>`}</td>
|
|
<td data-label="" editable="true" datatype="basicauth">${subd.RequireBasicAuth?`<i class="ui green check icon"></i>`:`<i class="ui grey remove icon"></i>`}</td>
|
|
<td class="center aligned" editable="true" datatype="action" data-label="">
|
|
<td class="center aligned" editable="true" datatype="action" data-label="">
|
|
<div class="ui toggle tiny fitted checkbox" style="margin-bottom: -0.5em; margin-right: 0.4em;" title="Enable / Disable Rule">
|
|
<div class="ui toggle tiny fitted checkbox" style="margin-bottom: -0.5em; margin-right: 0.4em;" title="Enable / Disable Rule">
|
|
- <input type="checkbox" name="active" ${enableChecked} eptuuid="${subd.RootOrMatchingDomain}" onchange="handleProxyRuleToggle(this);">
|
|
|
|
|
|
+ <input type="checkbox" class="enableToggle" name="active" ${enableChecked} eptuuid="${subd.RootOrMatchingDomain}" onchange="handleProxyRuleToggle(this);">
|
|
<label></label>
|
|
<label></label>
|
|
</div>
|
|
</div>
|
|
<button title="Edit Proxy Rule" class="ui circular mini basic icon button editBtn inlineEditActionBtn" onclick='editEndpoint("${(subd.RootOrMatchingDomain).hexEncode()}")'><i class="edit icon"></i></button>
|
|
<button title="Edit Proxy Rule" class="ui circular mini basic icon button editBtn inlineEditActionBtn" onclick='editEndpoint("${(subd.RootOrMatchingDomain).hexEncode()}")'><i class="edit icon"></i></button>
|