mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-26 21:43:53 +00:00
Some bug fixes.
This commit is contained in:
@@ -39,9 +39,9 @@
|
||||
<table class="table table-responsive table-borderless mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ $t('firefly.name') }}</th>
|
||||
<th>{{ $t('firefly.profile_scopes') }}</th>
|
||||
<th></th>
|
||||
<th scope="col">{{ $t('firefly.name') }}</th>
|
||||
<th scope="col">{{ $t('firefly.profile_scopes') }}</th>
|
||||
<th scope="col"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
@@ -45,11 +45,11 @@
|
||||
<caption>{{ $t('firefly.profile_oauth_clients_header') }}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ $t('firefly.profile_oauth_client_id') }}</th>
|
||||
<th>{{ $t('firefly.name') }}</th>
|
||||
<th>{{ $t('firefly.profile_oauth_client_secret') }}</th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th scope="col">{{ $t('firefly.profile_oauth_client_id') }}</th>
|
||||
<th scope="col">{{ $t('firefly.name') }}</th>
|
||||
<th scope="col">{{ $t('firefly.profile_oauth_client_secret') }}</th>
|
||||
<th scope="col"></th>
|
||||
<th scope="col"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
<table class="table table-responsive table-borderless mb-0" v-if="tokens.length > 0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ $t('firefly.name') }}</th>
|
||||
<th></th>
|
||||
<th scope="col">{{ $t('firefly.name') }}</th>
|
||||
<th scope="col"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user