Refactor/ Remove include_system_data checkbox

This commit is contained in:
Reena Aheer 2023-02-06 12:43:30 +01:00
parent ee0453e944
commit 8e25bd7740
5 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>