From 56b6e07f8ecfa9b836a6780dd9623a49f5902685 Mon Sep 17 00:00:00 2001 From: penekhun Date: Wed, 11 Sep 2024 23:50:41 +0900 Subject: [PATCH] Polish "Style Html" And add lang property to html tag --- .../content/error-tracing/configuration.html | 9 ++++---- .../templates/content/error-tracing/list.html | 6 ++--- .../resources/templates/content/login.html | 16 ++++++++++++++ .../resources/templates/content/main.html | 22 ++++++++++++++++--- .../content/rate-limit/actions/analytics.html | 6 ++--- .../content/rate-limit/actions/setting.html | 22 ++++++++++++++++--- .../templates/content/rate-limit/manage.html | 22 ++++++++++++++++--- .../resources/templates/fragments/footer.html | 21 ++++++++++++++++-- .../resources/templates/fragments/header.html | 21 ++++++++++++++++-- .../templates/fragments/sidebar.html | 18 ++++++++++++++- .../templates/layout/default_layout.html | 16 ++++++++++++++ 11 files changed, 155 insertions(+), 24 deletions(-) diff --git a/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/configuration.html b/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/configuration.html index e737ad4..ecca678 100644 --- a/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/configuration.html +++ b/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/configuration.html @@ -15,10 +15,10 @@ --> - + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:th="http://www.thymeleaf.org"> configuration @@ -97,7 +97,8 @@

Error Trace

- +
diff --git a/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/list.html b/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/list.html index d0e2ace..059ffe7 100644 --- a/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/list.html +++ b/springdog-project/springdog-agent/src/main/resources/templates/content/error-tracing/list.html @@ -15,10 +15,10 @@ --> - + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:th="http://www.thymeleaf.org"> Error Trace diff --git a/springdog-project/springdog-agent/src/main/resources/templates/content/login.html b/springdog-project/springdog-agent/src/main/resources/templates/content/login.html index a47b6a7..1e4b0db 100755 --- a/springdog-project/springdog-agent/src/main/resources/templates/content/login.html +++ b/springdog-project/springdog-agent/src/main/resources/templates/content/login.html @@ -1,3 +1,19 @@ + + diff --git a/springdog-project/springdog-agent/src/main/resources/templates/content/main.html b/springdog-project/springdog-agent/src/main/resources/templates/content/main.html index 5f22db0..e4ae7c7 100644 --- a/springdog-project/springdog-agent/src/main/resources/templates/content/main.html +++ b/springdog-project/springdog-agent/src/main/resources/templates/content/main.html @@ -1,8 +1,24 @@ + + - + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:th="http://www.thymeleaf.org"> Dashboard diff --git a/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/analytics.html b/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/analytics.html index a7ed8c7..9967f6d 100644 --- a/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/analytics.html +++ b/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/analytics.html @@ -15,10 +15,10 @@ --> - + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:th="http://www.thymeleaf.org"> Analytics diff --git a/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/setting.html b/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/setting.html index bdfca07..2c9faed 100644 --- a/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/setting.html +++ b/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/actions/setting.html @@ -1,8 +1,24 @@ + + - + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:th="http://www.thymeleaf.org"> diff --git a/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/manage.html b/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/manage.html index 53d753e..b823669 100644 --- a/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/manage.html +++ b/springdog-project/springdog-agent/src/main/resources/templates/content/rate-limit/manage.html @@ -1,8 +1,24 @@ + + - + xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:th="http://www.thymeleaf.org">