访问日志慢的时候增加指定域名查询建议

This commit is contained in:
刘祥超
2022-03-11 20:35:42 +08:00
parent 5a7630bcd1
commit db6fe469ad

View File

@@ -28,7 +28,7 @@
</http-access-log-search-box>
</form>
<warning-message v-if="isSlowQuery">看起来你的访问日志查询非常慢({{slowQueryCost}}s建议通过添加新的 <a href="/db">[日志节点]</a> 来分散存储访问日志。</warning-message>
<warning-message v-if="isSlowQuery">看起来你的访问日志查询非常慢({{slowQueryCost}}s建议<span v-if="domain.length == 0"> 1指定具体域名查询2</span>通过添加新的 <a href="/db">[日志节点]</a> 来分散存储访问日志。</warning-message>
<p class="comment" v-if="accessLogs.length == 0">暂时还没有访问日志。</p>