1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): use table component for tools #211

This commit is contained in:
Awilum
2020-01-24 00:34:43 +03:00
parent 7699f3258b
commit a668bd265f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{% extends "plugins/admin/templates/partials/base.html" %}
{% block content %}
<table>
<table class="table">
<thead>
<tr>
<th>{{ tr('admin_cache') }}</th>
@@ -84,4 +84,4 @@
</tr>
</tbody>
</table>
{% endblock %}
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends "plugins/admin/templates/partials/base.html" %}
{% block content %}
<table>
<table class="table">
<tbody>
<tr>
<td>{{ tr('admin_flextype_version') }}</td>

View File

@@ -1,7 +1,7 @@
{% extends "plugins/admin/templates/partials/base.html" %}
{% block content %}
<table>
<table class="table">
<thead>
<tr>
<th>{{ tr('admin_key') }}</th>