mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-13 14:10:59 +00:00
luci-app: update abstract-log.js
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user