mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 22:50:58 +00:00
luci-app: fixed log.
This commit is contained in:
@@ -340,7 +340,7 @@ return baseclass.extend({
|
|||||||
* Returns a string with the highlighted part.
|
* Returns a string with the highlighted part.
|
||||||
*/
|
*/
|
||||||
regexpFilterHighlightFunc(match) {
|
regexpFilterHighlightFunc(match) {
|
||||||
throw new Error('parseLogData must be overridden by a subclass');
|
throw new Error('regexpFilterHighlightFunc must be overridden by a subclass');
|
||||||
},
|
},
|
||||||
|
|
||||||
setRegexpFilter(entriesArray, fieldNum, pattern) {
|
setRegexpFilter(entriesArray, fieldNum, pattern) {
|
||||||
@@ -430,7 +430,7 @@ return baseclass.extend({
|
|||||||
* Returns a DOM node containing the log area.
|
* Returns a DOM node containing the log area.
|
||||||
*/
|
*/
|
||||||
makeLogArea(logdataArray) {
|
makeLogArea(logdataArray) {
|
||||||
throw new Error('parseLogData must be overridden by a subclass');
|
throw new Error('makeLogArea must be overridden by a subclass');
|
||||||
},
|
},
|
||||||
|
|
||||||
downloadLog(ev) {
|
downloadLog(ev) {
|
||||||
|
|||||||
Reference in New Issue
Block a user