refactor: results table setting section

This commit is contained in:
Fabio Di Stasio 2023-01-16 18:15:49 +01:00
parent 9aca89477f
commit 4c16d8c61f
2 changed files with 7 additions and 1 deletions

View File

@ -209,6 +209,11 @@
</label>
</div>
</div>
</div>
<div class="column col-12 h6 mt-4 text-uppercase mb-1">
{{ t('word.resultsTable') }}
</div>
<div class="column col-12 col-sm-12 columns">
<div class="form-group column col-12">
<div class="col-5 col-sm-12">
<label class="form-label">

View File

@ -148,7 +148,8 @@ export const enUS = {
appearence: 'Appearence',
color: 'Color',
label: 'Label',
icon: 'Icon'
icon: 'Icon',
resultsTable: 'Results table'
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',