Add captions

This commit is contained in:
James Cole
2020-10-10 11:21:25 +02:00
parent acfc976f6d
commit a42008dd7b
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -43,6 +43,7 @@
<!-- Personal Access Tokens --> <!-- Personal Access Tokens -->
<table class="table table-responsive table-borderless mb-0" v-if="tokens.length > 0"> <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> <thead>
<tr> <tr>
<th scope="col">{{ $t('firefly.name') }}</th> <th scope="col">{{ $t('firefly.name') }}</th>