mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +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) {
|
if (accessLog.recordValue == null || accessLog.recordValue.length == 0) {
|
||||||
isFailure = true
|
isFailure = true
|
||||||
}
|
}
|
||||||
} else if (accessLog.nsRecordId == null || accessLog.nsRecordId == 0) {
|
|
||||||
isFailure = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 没有找到记录的不需要高亮显示,防止管理员看到红色就心理恐慌
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user