Issue #2409577 by katzilla, pfaendler, k4v: Allow to enter the machine name in the views filter

8.0.x
Alex Pott 2015-01-22 15:49:40 +00:00
parent 0c1276b68f
commit c1b07daeee
1 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,7 @@
#}
<h3 class="views-ui-view-title views-table-filter-text-source">{{ title }}</h3>
<div class="views-ui-view-displays">{{ displays }}</div>
<div class="views-ui-view-machine-name">
{% trans 'Machine name:' %}
<span class="views-table-filter-text-source">{{ view.id }}</span>
</div>