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:37:30 +03:00
parent a668bd265f
commit 82d41e4831

View File

@@ -2,7 +2,7 @@
{% block content %}
{% if (delivery_tokens_list | length > 0) %}
<table>
<table class="table">
<tbody>
{% for key, delivery_token in delivery_tokens_list %}
{% set token_file_path = PATH_TOKENS ~ '/' ~ api ~ '/' ~ delivery_token.dirname ~ '/' ~ 'token.yaml' %}