Further tweaks and optimization

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-05-26 18:10:59 +02:00
committed by Adam Warner
parent 6ed0f056c6
commit 16d313582d
3 changed files with 14 additions and 11 deletions
+9 -10
View File
@@ -48,17 +48,7 @@
<div class="col-md-6">
<div class="form-group">
<label for="new_domain">Domain:</label>
<div class="input-group">
<input id="new_domain" type="url" class="form-control active" placeholder="Domain to be added" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off">
<span class="input-group-addon">
<input type="checkbox" id="wildcard_checkbox">
<label for="wildcard_checkbox">wildcard</label>
</span>
</div>
</div>
<div class="form-group">
<strong><i class="fa fa-question-circle"></i> Checkbox "wildcard":</span></strong> Check this box if you want to involve
all subdomains. The entered domain will be converted to a RegEx filter while adding.
</div>
</div>
<div class="col-md-6 form-group">
@@ -66,6 +56,15 @@
<input id="new_domain_comment" type="text" class="form-control" placeholder="Description (optional)">
</div>
</div>
<div class="row">
<div class="col-md-12">
<div>
<input type="checkbox" id="wildcard_checkbox">
<label for="wildcard_checkbox"><strong>Add domain as wildcard</strong></label>
<p>Check this box if you want to involve all subdomains. The entered domain will be converted to a RegEx filter while adding.</p>
</div>
</div>
</div>
</div>
<!-- RegEx tab -->
<div id="tab_regex" class="tab-pane fade">
+4
View File
@@ -267,6 +267,10 @@ $(function () {
initTheme();
initCPUtemp();
if (typeof initpage === "function") {
setTimeout(initpage, 100);
}
// Run check immediately after page loading ...
checkMessages();
// ... and once again with five seconds delay
+1 -1
View File
@@ -1090,7 +1090,7 @@ $(function () {
// Pull in data via AJAX
updateForwardDestinationsPie();
}
});
}
//destroy all chartjs customTooltips on window resize
window.addEventListener("resize", function () {