Merge pull request #289 from Reena-cell/develop

remove colon if not entered any app
This commit is contained in:
Simon Redfern 2023-02-13 14:31:54 +01:00 committed by GitHub
commit b91512b644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -63,7 +63,7 @@
<div class="tab-content">
{% block tab_content %}
<div class="tab-pane active">
<h2>{{ include_app_names }} : {{ from_date }} - {{ to_date }} </h2>
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
<table border="1">
<tr>

View File

@ -65,7 +65,7 @@
<div class="tab-content">
{% block tab_content %}
<div class="tab-pane active">
<h2>{{ include_app_names }} : {{ from_date }} - {{ to_date }}</h2>
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
<table border="1">
<tr>

View File

@ -64,7 +64,7 @@
<div class="tab-content">
{% block tab_content %}
<div class="tab-pane active">
<h2>{{ include_app_names }} : {{ from_date }} - {{ to_date }}</h2>
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
<table border="1" summary="Table about call APIs in every hours">
<tr>

View File

@ -60,7 +60,7 @@
<div class="tab-content">
{% block tab_content %}
<div class="tab-pane active">
<h2>{{ include_app_names }} : {{ from_date }} - {{ to_date }}</h2>
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
<table border="1">
<tr>

View File

@ -64,7 +64,7 @@
<div class="tab-content">
{% block tab_content %}
<div class="tab-pane active">
<h2>{{ include_app_names }} : {{ from_date }} - {{ to_date }}</h2>
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
<table border="1">
<tr>

View File

@ -64,7 +64,7 @@
<div class="tab-content">
{% block tab_content %}
<div class="tab-pane active">
<h2>{{ include_app_names }} : {{ from_date }} - {{ to_date }}</h2>
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
<table border="1">
<tr>

View File

@ -64,7 +64,7 @@
<div class="tab-content">
{% block tab_content %}
<div class="tab-pane active">
<h2>{{ include_app_names }} : {{ from_date }} - {{ to_date }}</h2>
<h2>{% if include_app_names != "" %} {{ include_app_names }} : {% endif %}{{ from_date }} - {{ to_date }}</h2>
<table border="1">
<tr>
<th></th>