1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

feat(admin-plugin): add ability to set individual icons #250

- for entries and entries collections
- for entries fieldsets
This commit is contained in:
Awilum
2019-10-10 19:57:44 +03:00
parent c7f09d0916
commit 2c8f7d89c5
2 changed files with 0 additions and 12 deletions

View File

@@ -5,12 +5,6 @@
{% if entries_list|length > 0 %}
<table class="table no-margin">
<thead>
<tr>
<th colspan="2">{{ tr('admin_entry') }}</th>
<th></th>
</tr>
</thead>
<tbody>
{% for entry in entries_list %}
<tr>

View File

@@ -3,12 +3,6 @@
{% block content %}
{% if fieldsets_list|length > 0 %}
<table class="table no-margin">
<thead>
<tr>
<th colspan="2">{{ tr('admin_name') }}</th>
<th></th>
</tr>
</thead>
<tbody>
{% for id, title in fieldsets_list %}
<tr>