diff --git a/cp/resources/views/admin/logs/index.twig b/cp/resources/views/admin/logs/index.twig index 70e4b59..2c7d0aa 100644 --- a/cp/resources/views/admin/logs/index.twig +++ b/cp/resources/views/admin/logs/index.twig @@ -44,32 +44,32 @@
-
+
- - - - - - - - + + + + + + + + {% for log in logs %} - - - - - - - - + + + + + + + + {% endfor %} -
Actions
{{ log.cldate }}{{ log.registrar_id }}{{ log.cmd }}{{ log.obj_id }}{{ log.code }}{{ log.msg }}{{ log.clmicrosecond }}{{ log.clTRID }}{{ log.cldate }}{{ log.registrar_id }}{{ log.cmd }}{{ log.obj_id }}{{ log.code }}{{ log.msg }}{{ log.clmicrosecond }}{{ log.clTRID }} @@ -86,7 +86,7 @@
+
    @@ -106,4 +106,4 @@
    -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/cp/resources/views/layouts/app.twig b/cp/resources/views/layouts/app.twig index d0f0099..ae4bcd2 100644 --- a/cp/resources/views/layouts/app.twig +++ b/cp/resources/views/layouts/app.twig @@ -318,6 +318,8 @@ {% include 'partials/js-contacts.twig' %} {% elseif route_is('hosts') %} {% include 'partials/js-hosts.twig' %} +{% elseif route_is('logs') %} + {% include 'partials/js-logs.twig' %} {% else %} {% include 'partials/js.twig' %} {% endif %} diff --git a/cp/resources/views/partials/js-logs.twig b/cp/resources/views/partials/js-logs.twig new file mode 100644 index 0000000..71a9d7d --- /dev/null +++ b/cp/resources/views/partials/js-logs.twig @@ -0,0 +1,17 @@ + + + + +