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 delivery #211

This commit is contained in:
Awilum
2020-01-24 00:38:15 +03:00
parent 82d41e4831
commit 027e28c667

View File

@@ -2,7 +2,7 @@
{% block content %}
{% if (api_list | length > 0) %}
<table>
<table class="table">
<tbody>
{% for key, api in api_list %}
<tr>