diff --git a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/abstract-log.js b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/abstract-log.js index 16c3785..ffbf64e 100644 --- a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/abstract-log.js +++ b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/abstract-log.js @@ -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());