mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
group commands
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script context="module">
|
||||
function getCommandTitle(command) {
|
||||
let res = command.text;
|
||||
if (command.keyText) res += ` (${command.keyText})`;
|
||||
if (command.keyText || command.keyTextFromGroup) res += ` (${command.keyText || command.keyTextFromGroup})`;
|
||||
return res;
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user