Skip to content

Commit

Permalink
refactor(admin/dataTable): filter & analyzer overview (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei authored Jul 26, 2024
1 parent 629911e commit a2545df
Show file tree
Hide file tree
Showing 31 changed files with 568 additions and 682 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block subtitle %}<small>{{ 'expert mode'|trans }}</small>{% endblock %}
{% block breadcrumb %}
<ol class="breadcrumb">
<li><a href="{{ path('ems_analyzer_index') }}"><i class="fa fa-signal"></i> {{ 'Analyzers'|trans }}</a></li>
<li><a href="{{ path('emsco_analyzer_index') }}"><i class="fa fa-signal"></i> {{ 'Analyzers'|trans }}</a></li>
<li>{{ 'Add an analyzer'|trans }}</li>
</ol>
{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block subtitle %}<small>{{ 'expert mode'|trans }}</small>{% endblock %}
{% block breadcrumb %}
<ol class="breadcrumb">
<li><a href="{{ path('ems_analyzer_index') }}"><i class="fa fa-signal"></i> {{ 'Analyzers'|trans }}</a></li>
<li><a href="{{ path('emsco_analyzer_index') }}"><i class="fa fa-signal"></i> {{ 'Analyzers'|trans }}</a></li>
<li>{{ 'Edit an Analyzer'|trans }}</li>
</ol>
{% endblock %}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block subtitle %}<small>{{ 'expert mode'|trans }}</small>{% endblock %}
{% block breadcrumb %}
<ol class="breadcrumb">
<li><a href="{{ path('ems_filter_index') }}"><i class="fa fa-filter"></i> {{ 'Filters'|trans }}</a></li>
<li><a href="{{ path('emsco_filter_index') }}"><i class="fa fa-filter"></i> {{ 'Filters'|trans }}</a></li>
<li>{{ 'Add a Filter'|trans }}</li>
</ol>
{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block subtitle %}<small>{{ 'expert mode'|trans }}</small>{% endblock %}
{% block breadcrumb %}
<ol class="breadcrumb">
<li><a href="{{ path('ems_filter_index') }}"><i class="fa fa-filter"></i> {{ 'Filters'|trans }}</a></li>
<li><a href="{{ path('emsco_filter_index') }}"><i class="fa fa-filter"></i> {{ 'Filters'|trans }}</a></li>
<li>{{ 'Edit a Filter'|trans }}</li>
</ol>
{% endblock %}
Expand Down

This file was deleted.

Loading

0 comments on commit a2545df

Please sign in to comment.