mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 17:26:51 +00:00
bugfix/added Add a 'scope' attribute to this <th> tag.
This commit is contained in:
parent
6dc4f211ca
commit
1525160b4b
@ -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 %}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
@ -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 %}
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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 %}
|
||||
|
||||
@ -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 %}
|
||||
|
||||
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user