diff --git a/ui/src/views/acl/AclList.vue b/ui/src/views/acl/AclList.vue index c94c614..f0805f7 100644 --- a/ui/src/views/acl/AclList.vue +++ b/ui/src/views/acl/AclList.vue @@ -297,7 +297,7 @@ export default { }); return; } - if (!response.data.total) { + if (!response.data.total && response.data.hint) { this.hint = response.data.hint; return; } diff --git a/ui/src/views/quota/ClientQuota.vue b/ui/src/views/quota/ClientQuota.vue index 0028481..b8f0ab5 100644 --- a/ui/src/views/quota/ClientQuota.vue +++ b/ui/src/views/quota/ClientQuota.vue @@ -3,6 +3,7 @@ + @@ -25,10 +26,11 @@ import ClientIDQuota from "@/views/quota/ClientIDQuota.vue"; import UserQuota from "@/views/quota/UserQuota.vue"; import UserAndClientIDQuota from "@/views/quota/UserAndClientIDQuota.vue"; +import ClientQuotaIntroduce from "@/views/quota/ClientQuotaIntroduce.vue"; export default { name: "ClientQuota", - components: {ClientIDQuota, UserQuota, UserAndClientIDQuota}, + components: {ClientIDQuota, UserQuota, UserAndClientIDQuota, ClientQuotaIntroduce}, data() { return { loading: false, diff --git a/ui/src/views/quota/ClientQuotaIntroduce.vue b/ui/src/views/quota/ClientQuotaIntroduce.vue new file mode 100644 index 0000000..0321b2a --- /dev/null +++ b/ui/src/views/quota/ClientQuotaIntroduce.vue @@ -0,0 +1,46 @@ + + + + +