bugfix/added Add a 'scope' attribute to this <th> tag.

This commit is contained in:
Hongwei 2021-11-25 15:02:01 +01:00
parent 6dc4f211ca
commit 1525160b4b
10 changed files with 42 additions and 43 deletions

View File

@ -21,7 +21,7 @@
<div class="table-responsive">
<table class="table table-striped">
<thead>
<th>Operation Ids</th>
<th scope="col">Operation Ids</th>
</thead>
<tbody>
{% for api_collection_endpoint in api_collection_endpoints %}

View File

@ -206,7 +206,6 @@ table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSo
text-align: center;
line-height: 24px;
border-radius: 0;
border: 0;
padding: 9px 20px 11px;
border: 1px solid #333333;
}

View File

@ -157,11 +157,11 @@
<div class="table-responsive">
<table class="table table-hover tablesorter" id="branches-list">
<thead>
<th>Branch Id</th>
<th>Bank Id</th>
<th>Branch Name</th>
<th>More_info</th>
<th>Update Button</th>
<th scope="col">Branch Id</th>
<th scope="col">Bank Id</th>
<th scope="col">Branch Name</th>
<th scope="col">More_info</th>
<th scope="col">Update Button</th>
</thead>
<tbody>
{% for branch in branches_list %}

View File

@ -52,11 +52,11 @@
<div class="table-responsive">
<table class="table table-hover tablesorter" id="consumer-list">
<thead>
<th>ID</th>
<th>Name</th>
<th>Description</th>
<th>Created</th>
<th>Action</th>
<th scope="col">ID</th>
<th scope="col">Name</th>
<th scope="col">Description</th>
<th scope="col">Created</th>
<th scope="col">Action</th>
</thead>
<tbody>

View File

@ -24,12 +24,12 @@
<div class="table-responsive">
<table class="table table-hover tablesorter" id="entitementrequests-list">
<thead>
<th>Role Name</th>
<th>User name</th>
<th>Bank ID</th>
<th>Created</th>
<th>Action</th>
<th>Action</th>
<th scope="col">Role Name</th>
<th scope="col">User name</th>
<th scope="col">Bank ID</th>
<th scope="col">Created</th>
<th scope="col">Action</th>
<th scope="col">Action</th>
</thead>
<tbody>

View File

@ -138,12 +138,12 @@
<table class="table table-hover tablesorter">
<thead>
<tr>
<th>#</th>
<th>Verb</th>
<th>URL</th>
<th>Date</th>
<th>Duration(ms)</th>
<th>Details</th>
<th scope="col">#</th>
<th scope="col">Verb</th>
<th scope="col">URL</th>
<th scope="col">Date</th>
<th scope="col">Duration(ms)</th>
<th scope="col">Details</th>
</tr>
</thead>
<tbody>

View File

@ -81,12 +81,12 @@
<table class="table table-hover tablesorter">
<thead>
<tr>
<th>#</th>
<th>Date</th>
<th>Connector Name</th>
<th>Function Name</th>
<th>Correlation ID</th>
<th>Duration (ms)</th>
<th scope="col">#</th>
<th scope="col">Date</th>
<th scope="col">Connector Name</th>
<th scope="col">Function Name</th>
<th scope="col">Correlation ID</th>
<th scope="col">Duration (ms)</th>
</tr>
</thead>
<tbody>

View File

@ -90,9 +90,9 @@
<div class="table-responsive">
<table class="table table-striped">
<thead>
<th>Role name</th>
<th>Bank Id</th>
<th>Action</th>
<th scope="col">Role name</th>
<th scope="col">Bank Id</th>
<th scope="col">Action</th>
</thead>
<tbody>
{% for entitlement in apiuser.entitlements.list %}

View File

@ -54,10 +54,10 @@
<div class="table-responsive">
<table class="table table-hover tablesorter" id="users-list">
<thead>
<th>User Id</th>
<th>Username</th>
<th>Email</th>
<th>Action</th>
<th scope="col">User Id</th>
<th scope="col">Username</th>
<th scope="col">Email</th>
<th scope="col">Action</th>
</thead>
<tbody>
{% for user in users %}

View File

@ -67,12 +67,12 @@
<div class="table-responsive">
<table class="table table-hover tablesorter" id="invitation-list">
<thead>
<th>First Name</th>
<th>Last Name</th>
<th>Email</th>
<th>company</th>
<th>country</th>
<th>status</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
<th scope="col">Email</th>
<th scope="col">company</th>
<th scope="col">country</th>
<th scope="col">status</th>
</thead>
<tbody>
{% for invitation in invitations %}