{
+ this.$refs.firstInput.focus();
+ }, 20);
},
methods: {
confirmOptionsChange () {
diff --git a/src/renderer/i18n/en-US.js b/src/renderer/i18n/en-US.js
index f07452b8..5d01d58a 100644
--- a/src/renderer/i18n/en-US.js
+++ b/src/renderer/i18n/en-US.js
@@ -116,7 +116,8 @@ module.exports = {
deleteTable: 'Delete table',
emptyCorfirm: 'Do you confirm to empty',
unsavedChanges: 'Unsaved changes',
- discardUnsavedChanges: 'You have some unsaved changes. By leaving this tab these changes will be discarded.'
+ discardUnsavedChanges: 'You have some unsaved changes. By leaving this tab these changes will be discarded.',
+ thereAreNoIndexes: 'There are no indexes'
},
// Date and Time
short: {
diff --git a/src/renderer/scss/main.scss b/src/renderer/scss/main.scss
index 846fd891..cf0552bd 100644
--- a/src/renderer/scss/main.scss
+++ b/src/renderer/scss/main.scss
@@ -234,3 +234,7 @@ body {
visibility: hidden;
}
}
+
+.empty {
+ color: $body-font-color;
+}