Removed unnecessary table column heading for button columns

This commit is contained in:
Bernd Bestel 2019-03-09 10:40:38 +01:00
parent ba319dc6f1
commit 0f03420808
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
18 changed files with 19 additions and 19 deletions

View File

@ -28,7 +28,7 @@
<table id="batteries-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Name') }}</th>
<th>{{ $L('Description') }}</th>
<th>{{ $L('Used in') }}</th>

View File

@ -32,7 +32,7 @@
<table id="batteries-journal-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Battery') }}</th>
<th>{{ $L('Tracked time') }}</th>
</tr>

View File

@ -41,7 +41,7 @@
<table id="batteries-overview-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Battery') }}</th>
<th>{{ $L('Last charged') }}</th>
<th>{{ $L('Next planned charge cycle') }}</th>

View File

@ -28,7 +28,7 @@
<table id="chores-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Name') }}</th>
<th>{{ $L('Period type') }}</th>
<th>{{ $L('Period days') }}</th>

View File

@ -32,7 +32,7 @@
<table id="chores-journal-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Chore') }}</th>
<th>{{ $L('Tracked time') }}</th>
<th>{{ $L('Done by') }}</th>

View File

@ -41,7 +41,7 @@
<table id="chores-overview-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Chore') }}</th>
<th>{{ $L('Next estimated tracking') }}</th>
<th>{{ $L('Last tracked') }}</th>

View File

@ -28,7 +28,7 @@
<table id="locations-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Name') }}</th>
<th>{{ $L('Description') }}</th>
</tr>

View File

@ -32,7 +32,7 @@
<table id="apikeys-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('API key') }}</th>
<th>{{ $L('User') }}</th>
<th>{{ $L('Expires') }}</th>

View File

@ -28,7 +28,7 @@
<table id="productgroups-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Name') }}</th>
<th>{{ $L('Description') }}</th>
</tr>

View File

@ -31,7 +31,7 @@
<table id="products-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Name') }}</th>
<th>{{ $L('Location') }}</th>
<th>{{ $L('Min. stock amount') }}</th>

View File

@ -28,7 +28,7 @@
<table id="quantityunits-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Name') }}</th>
<th>{{ $L('Description') }}</th>
</tr>

View File

@ -100,7 +100,7 @@
<table id="recipes-pos-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Product') }}</th>
<th>{{ $L('Amount') }}</th>
<th class="fit-content">{{ $L('Note') }}</th>
@ -152,7 +152,7 @@
<table id="recipes-includes-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Recipe') }}</th>
<th>{{ $L('Servings') }}</th>
</tr>

View File

@ -56,7 +56,7 @@
<table id="shoppinglist-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Product') }} / <em>{{ $L('Note') }}</em></th>
<th>{{ $L('Amount') }}</th>
<th class="d-none">Hiden product group</th>

View File

@ -32,7 +32,7 @@
<table id="stock-journal-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Product') }}</th>
<th>{{ $L('Amount') }}</th>
<th>{{ $L('Booking time') }}</th>

View File

@ -70,7 +70,7 @@
<table id="stock-overview-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Product') }}</th>
<th>{{ $L('Amount') }}</th>
<th>{{ $L('Next best before date') }}</th>

View File

@ -28,7 +28,7 @@
<table id="taskcategories-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Name') }}</th>
<th>{{ $L('Description') }}</th>
</tr>

View File

@ -56,7 +56,7 @@
<table id="tasks-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Task') }}</th>
<th>{{ $L('Due') }}</th>
<th class="d-none">Hidden category</th>

View File

@ -28,7 +28,7 @@
<table id="users-table" class="table table-sm table-striped dt-responsive">
<thead>
<tr>
<th>#</th>
<th></th>
<th>{{ $L('Username') }}</th>
<th>{{ $L('First name') }}</th>
<th>{{ $L('Last name') }}</th>