diff --git a/src/components/ConnectionMenu.vue b/src/components/ConnectionMenu.vue index 03036b5..c0acd59 100644 --- a/src/components/ConnectionMenu.vue +++ b/src/components/ConnectionMenu.vue @@ -7,11 +7,11 @@ @click.stop.prevent="openStatus"> @@ -24,7 +24,7 @@ -  {{ $t('message.close_connection') }} +  {{ $t('message.close_connection') }}  {{ $t('message.edit_connection') }} @@ -33,7 +33,7 @@  {{ $t('message.del_connection') }} -  {{ $t('message.flushdb') }} +  {{ $t('message.flushdb') }} @@ -198,4 +198,8 @@ export default { .connection-menu-more { vertical-align: baseline; } + + .font-weight-bold { + font-weight: bold; + }