mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 03:54:21 +01:00
Compare commits
1 Commits
feature/ph
...
feature/73
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cac103e7d |
@@ -23,7 +23,6 @@
|
|||||||
{% set iTableCount = 0 %}
|
{% set iTableCount = 0 %}
|
||||||
{% if aGroupingAreasData|length > 0 %}
|
{% if aGroupingAreasData|length > 0 %}
|
||||||
{% for aAreaData in aGroupingAreasData %}
|
{% for aAreaData in aGroupingAreasData %}
|
||||||
{% if aAreaData.iItemsCount > 0 %}
|
|
||||||
{% set iTableCount = iTableCount + 1 %}
|
{% set iTableCount = iTableCount + 1 %}
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading clearfix">
|
<div class="panel-heading clearfix">
|
||||||
@@ -41,7 +40,6 @@
|
|||||||
<table id="table-{{ aAreaData.sId }}" class="object-list table table-striped table-bordered responsive" width="100%"></table>
|
<table id="table-{{ aAreaData.sId }}" class="object-list table table-striped table-bordered responsive" width="100%"></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user