add table scraping log and datatable server side
This commit is contained in:
@@ -251,7 +251,7 @@ class ThemeLayout {
|
||||
e &&
|
||||
e.addEventListener("click", function (e) {
|
||||
"light" === n.config.theme
|
||||
? n.changeThemeMode("dark")
|
||||
? n.changeThemeMode("light")
|
||||
: n.changeThemeMode("light");
|
||||
}),
|
||||
(e = document.querySelector("#reset-layout")) &&
|
||||
|
||||
Reference in New Issue
Block a user