mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:06:48 +00:00
Refactor/ Remove include_system_data checkbox
This commit is contained in:
parent
ee0453e944
commit
8e25bd7740
@ -67,7 +67,7 @@
|
||||
<div class="tab-pane active">
|
||||
<h2>{% trans "Period" %} : {% trans "From" %} {{ from_date }} {% trans "to" %} {{ to_date }}</h2>
|
||||
|
||||
<table border="1" id="obp_app_table">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
<div class="tab-pane active">
|
||||
<h2>{% trans "Period" %}: {% trans "From" %}{{ from_date }} {% trans "to" %} {{ to_date }}</h2>
|
||||
|
||||
<table border="1" id="obp_app_table" summary="Table about call APIs in every hours">
|
||||
<table border="1" summary="Table about call APIs in every hours">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
<div class="tab-pane active">
|
||||
<h2>{% trans "Period" %}: {% trans "From" %} {{ from_date }} {% trans "to" %} {{ to_date }}</h2>
|
||||
|
||||
<table border="1" id="obp_app_table">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
<div class="tab-pane active">
|
||||
<h2>{% trans "Period" %}:{% trans "From" %} {{ from_date }} {% trans "to" %} {{ to_date }}</h2>
|
||||
|
||||
<table border="1" id="obp_app_table">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
<div class="tab-pane active">
|
||||
<h2>{% trans "Period" %} : {% trans "From" %} {{ from_date }} {% trans "to" %} {{ to_date }}</h2>
|
||||
|
||||
<table border="1" id="obp_app_table">
|
||||
<table border="1">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user