luci-app: update abstract-log.js

This commit is contained in:
gSpot
2023-11-02 20:12:35 +03:00
parent 214aa4547b
commit 2e8f86d88e
@@ -655,7 +655,7 @@ return baseclass.extend({
if(logdata) {
let timeFilterSection = document.getElementById('timeFilterSection');
if(this.isFacilities && !this.logFacilitiesDropdown) {
logFacilitiesDropdownElem = this.makeLogFacilitiesDropdownSection();
timeFilterSection.after(this.makeLogFacilitiesDropdownSection());
};
if(this.isLevels && !this.logLevelsDropdown) {
timeFilterSection.after(this.makeLogLevelsDropdownSection());