From e1b02ee405f57d88c1a65a53e7514fe44e0c81d5 Mon Sep 17 00:00:00 2001 From: hishamco Date: Fri, 20 Nov 2020 00:53:55 +0300 Subject: [PATCH] Localize components for the logs pages --- Oqtane.Client/Modules/Admin/Logs/Detail.razor | 30 +++++++++---------- Oqtane.Client/Modules/Admin/Logs/Index.razor | 4 +-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Oqtane.Client/Modules/Admin/Logs/Detail.razor b/Oqtane.Client/Modules/Admin/Logs/Detail.razor index 1baac265..03c0d629 100644 --- a/Oqtane.Client/Modules/Admin/Logs/Detail.razor +++ b/Oqtane.Client/Modules/Admin/Logs/Detail.razor @@ -1,4 +1,4 @@ -@namespace Oqtane.Modules.Admin.Logs +@namespace Oqtane.Modules.Admin.Logs @using System.Globalization @inherits ModuleBase @inject NavigationManager NavigationManager @@ -10,7 +10,7 @@ - +
- + @@ -18,7 +18,7 @@
- + @@ -26,7 +26,7 @@
- + @@ -34,7 +34,7 @@
- + @@ -42,7 +42,7 @@
- + @@ -52,7 +52,7 @@ {
- + @@ -63,7 +63,7 @@ {
- + @@ -74,7 +74,7 @@ {
- + @@ -83,7 +83,7 @@ }
- + @@ -91,7 +91,7 @@
- + @@ -99,7 +99,7 @@
- + @@ -109,7 +109,7 @@ {
- + @@ -118,7 +118,7 @@ }
- + @@ -126,7 +126,7 @@
- + diff --git a/Oqtane.Client/Modules/Admin/Logs/Index.razor b/Oqtane.Client/Modules/Admin/Logs/Index.razor index 3fcb0fb5..f4ae994e 100644 --- a/Oqtane.Client/Modules/Admin/Logs/Index.razor +++ b/Oqtane.Client/Modules/Admin/Logs/Index.razor @@ -1,4 +1,4 @@ -@namespace Oqtane.Modules.Admin.Logs +@namespace Oqtane.Modules.Admin.Logs @inherits ModuleBase @inject ILogService LogService @@ -56,7 +56,7 @@ else Function @context.LogDate @context.Level @context.Feature