mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:06:45 +00:00
Merge pull request #289 from Reena-cell/develop
remove colon if not entered any app
This commit is contained in:
commit
b91512b644
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user