mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 14:40:58 +00:00
luci-app: update abstract-log.js
This commit is contained in:
@@ -655,7 +655,7 @@ return baseclass.extend({
|
|||||||
if(logdata) {
|
if(logdata) {
|
||||||
let timeFilterSection = document.getElementById('timeFilterSection');
|
let timeFilterSection = document.getElementById('timeFilterSection');
|
||||||
if(this.isFacilities && !this.logFacilitiesDropdown) {
|
if(this.isFacilities && !this.logFacilitiesDropdown) {
|
||||||
logFacilitiesDropdownElem = this.makeLogFacilitiesDropdownSection();
|
timeFilterSection.after(this.makeLogFacilitiesDropdownSection());
|
||||||
};
|
};
|
||||||
if(this.isLevels && !this.logLevelsDropdown) {
|
if(this.isLevels && !this.logLevelsDropdown) {
|
||||||
timeFilterSection.after(this.makeLogLevelsDropdownSection());
|
timeFilterSection.after(this.makeLogLevelsDropdownSection());
|
||||||
|
|||||||
Reference in New Issue
Block a user