mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
redis: hide write operations when connection is readonly
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
export let indentLevel = 0;
|
||||
|
||||
export let reloadToken = 0;
|
||||
export let connection;
|
||||
let reloadToken2 = 0;
|
||||
|
||||
let maxShowCount = SHOW_INCREMENT;
|
||||
@@ -33,6 +34,7 @@
|
||||
{conid}
|
||||
{database}
|
||||
{root}
|
||||
{connection}
|
||||
{item}
|
||||
{indentLevel}
|
||||
onRefreshParent={() => {
|
||||
|
||||
Reference in New Issue
Block a user