mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 08:20:24 +08:00
实现点击访问日志显示详情窗口
This commit is contained in:
7
web/views/@default/servers/server/log/viewPopup.js
Normal file
7
web/views/@default/servers/server/log/viewPopup.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Tea.context(function () {
|
||||
this.tab = "summary"
|
||||
|
||||
this.switchTab = function (tab) {
|
||||
this.tab = tab
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user