Add captions

This commit is contained in:
James Cole 2020-10-10 11:21:25 +02:00
parent acfc976f6d
commit a42008dd7b
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
5 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,7 @@
</div>
<div class="card-body p-0">
<table class="table table-sm table-striped">
<caption style="display:none;">{{ $t('list.name') }}</caption>
<thead>
<tr>
<th scope="col">&nbsp;</th>

View File

@ -25,6 +25,7 @@
</div>
<div class="card-body table-responsive p-0">
<table class="table table-striped">
<caption style="display:none;">{{ $t('firefly.bills') }}</caption>
<thead>
<tr>
<th scope="col" style="width:35%;">{{ $t('list.name') }}</th>

View File

@ -25,6 +25,7 @@
</div>
<div class="card-body table-responsive p-0">
<table class="table table-striped">
<caption style="display:none;">{{ $t('firefly.piggy_banks') }}</caption>
<thead>
<tr>
<th scope="col" style="width:35%;">{{ $t('list.piggy_bank') }}</th>

View File

@ -37,6 +37,7 @@
<div class="box-body">
<!-- Authorized Tokens -->
<table class="table table-responsive table-borderless mb-0">
<caption style="display:none;">{{ $t('firefly.profile_authorized_apps') }}</caption>
<thead>
<tr>
<th scope="col">{{ $t('firefly.name') }}</th>

View File

@ -43,6 +43,7 @@
<!-- Personal Access Tokens -->
<table class="table table-responsive table-borderless mb-0" v-if="tokens.length > 0">
<caption style="display:none;">{{ $t('firefly.profile_personal_access_tokens') }}</caption>
<thead>
<tr>
<th scope="col">{{ $t('firefly.name') }}</th>