mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
feat: 支持 Redis 数据库的纳管 (#1246)
* feat: 支持 Redis 数据库的纳管 * feat: 支持Redis数据库的纳管, 将redis_acl协议合并到redis协议中
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</el-button>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<template v-for="option in action.dropdown">
|
||||
<div v-if="option.group" :key="'group:'+option.name" class="dropdown-menu-title">
|
||||
<div v-if="option.group" :key="'group:'+option.name" class="dropdown-menu-title" style="width:130px">
|
||||
{{ option.group }}
|
||||
</div>
|
||||
<el-dropdown-item
|
||||
|
||||
Reference in New Issue
Block a user