diff --git a/yudao-ui-admin-vue3/src/views/infra/dbDoc/index.vue b/yudao-ui-admin-vue3/src/views/infra/dbDoc/index.vue index a31c55495..ef0155a4f 100644 --- a/yudao-ui-admin-vue3/src/views/infra/dbDoc/index.vue +++ b/yudao-ui-admin-vue3/src/views/infra/dbDoc/index.vue @@ -1,13 +1,39 @@ + + + + + + + + + + + - - - - - - {{ t('action.export') + ' HTML' }} - - - {{ t('action.export') + ' Word' }} - - - {{ t('action.export') + ' Markdown' }} - - - - - diff --git a/yudao-ui-admin-vue3/src/views/infra/druid/index.vue b/yudao-ui-admin-vue3/src/views/infra/druid/index.vue index 1af927de3..85fb452d6 100644 --- a/yudao-ui-admin-vue3/src/views/infra/druid/index.vue +++ b/yudao-ui-admin-vue3/src/views/infra/druid/index.vue @@ -1,12 +1,13 @@ + + + + + - - - - - diff --git a/yudao-ui-admin-vue3/src/views/infra/redis/index.vue b/yudao-ui-admin-vue3/src/views/infra/redis/index.vue index 676fb5282..436c95e2e 100644 --- a/yudao-ui-admin-vue3/src/views/infra/redis/index.vue +++ b/yudao-ui-admin-vue3/src/views/infra/redis/index.vue @@ -1,9 +1,135 @@ + + + + + + + + {{ cache?.info?.redis_version }} + + + {{ cache?.info?.redis_mode == 'standalone' ? '单机' : '集群' }} + + + {{ cache?.info?.tcp_port }} + + + {{ cache?.info?.connected_clients }} + + + {{ cache?.info?.uptime_in_days }} + + + {{ cache?.info?.used_memory_human }} + + + {{ cache?.info ? parseFloat(cache?.info?.used_cpu_user_children).toFixed(2) : '' }} + + + {{ cache?.info?.maxmemory_human }} + + + {{ cache?.info?.aof_enabled == '0' ? '否' : '是' }} + + + {{ cache?.info?.rdb_last_bgsave_status }} + + + {{ cache?.dbSize }} + + + {{ cache?.info?.instantaneous_input_kbps }}kps/ + {{ cache?.info?.instantaneous_output_kbps }}kps + + + + + + + + + + + + + + + + + + + + + + + + + + ({{ row?.timeout / 1000 }} 秒) + + + + + + + + + + + + + + + 键名列表 + + + + + + {{ row }} + + + + + + + + + + + + + + + + + 缓存内容 + + 清理全部 + + + + + {{ cacheForm.key }} + {{ cacheForm.value }} + + + + + + - - - - - - - - {{ cache?.info?.redis_version }} - - - {{ cache?.info?.redis_mode == 'standalone' ? '单机' : '集群' }} - - - {{ cache?.info?.tcp_port }} - - - {{ cache?.info?.connected_clients }} - - - {{ cache?.info?.uptime_in_days }} - - - {{ cache?.info?.used_memory_human }} - - - {{ cache?.info ? parseFloat(cache?.info?.used_cpu_user_children).toFixed(2) : '' }} - - - {{ cache?.info?.maxmemory_human }} - - - {{ cache?.info?.aof_enabled == '0' ? '否' : '是' }} - - - {{ cache?.info?.rdb_last_bgsave_status }} - - - {{ cache?.dbSize }} - - - {{ cache?.info?.instantaneous_input_kbps }}kps/ - {{ cache?.info?.instantaneous_output_kbps }}kps - - - - - - - - - - - - - - - - - - - - - - - - - - ({{ row?.timeout / 1000 }} 秒) - - - - - - - - - - - - - - - 键名列表 - - - - - - {{ row }} - - - - - - - - - - - - - - - - - 缓存内容 - - 清理全部 - - - - - {{ cacheForm.key }} - {{ cacheForm.value }} - - - - - -