From b245bae65ac3889ecb98461deb0201207c68d28d Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:10:49 +0300 Subject: [PATCH] Added log page and log api --- cp/resources/views/admin/logs/index.twig | 73 ++++++++---------------- cp/resources/views/partials/js-logs.twig | 71 ++++++++++++++++++----- cp/routes/web.php | 17 ++++++ 3 files changed, 98 insertions(+), 63 deletions(-) diff --git a/cp/resources/views/admin/logs/index.twig b/cp/resources/views/admin/logs/index.twig index 2c7d0aa..3a59543 100644 --- a/cp/resources/views/admin/logs/index.twig +++ b/cp/resources/views/admin/logs/index.twig @@ -1,6 +1,6 @@ {% extends "layouts/app.twig" %} -{% block title %}Log History{% endblock %} +{% block title %}{{ __('Log History') }}{% endblock %} {% block content %}
@@ -14,7 +14,7 @@ Overview

- Log History + {{ __('Log History') }}

@@ -42,54 +42,29 @@
-
-
-
- - - - - - - - - - - - - - - - {% for log in logs %} - - - - - - - - - - - - {% endfor %} - -
Actions
{{ log.cldate }}{{ log.registrar_id }}{{ log.cmd }}{{ log.obj_id }}{{ log.code }}{{ log.msg }}{{ log.clmicrosecond }}{{ log.clTRID }} - - - - -
    +
    +
    +
    +
    +
    + + + + +
    +
    + Search: +
    + +
    +
    +
    -
    -
    +
    +
    +
    +
    +