访问日志查询过慢的时候,提示建议增加新的日志节点

This commit is contained in:
GoEdgeLab
2021-12-14 15:50:21 +08:00
parent fffbba75d6
commit 40e1b4653d
2 changed files with 13 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
</http-access-log-search-box>
</form>
<warning-message v-if="isSlowQuery">看起来你的访问日志查询非常慢({{slowQueryCost}}s建议通过添加新的 <a href="/db">[日志节点]</a> 来分散存储访问日志。</warning-message>
<p class="comment" v-if="accessLogs.length == 0">暂时还没有访问日志。</p>
<table class="ui table selectable" v-if="accessLogs.length > 0">