mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 23:00:25 +08:00
优化智能DNS访问日志组件
This commit is contained in:
@@ -13,9 +13,9 @@ Vue.component("ns-access-log-box", {
|
||||
if (accessLog.recordValue == null || accessLog.recordValue.length == 0) {
|
||||
isFailure = true
|
||||
}
|
||||
} else if (accessLog.nsRecordId == null || accessLog.nsRecordId == 0) {
|
||||
isFailure = true
|
||||
}
|
||||
|
||||
// 没有找到记录的不需要高亮显示,防止管理员看到红色就心理恐慌
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user