From c8894c422081afe41c1232b862c3cb8acc9a2892 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 4 Jul 2026 19:57:03 +0100 Subject: [PATCH] gives titles --- src/Yavsc.Org/Views/ApiScope/Index.cshtml | 1 + src/Yavsc.Org/Views/Client/Index.cshtml | 14 +++++++++----- src/Yavsc.Org/Views/Diagnostics/Index.cshtml | 6 +++++- src/Yavsc.Org/Views/Grants/Index.cshtml | 10 +++++++--- src/Yavsc.Org/Views/SIRENExceptions/Index.cshtml | 6 +++++- 5 files changed, 27 insertions(+), 10 deletions(-) diff --git a/src/Yavsc.Org/Views/ApiScope/Index.cshtml b/src/Yavsc.Org/Views/ApiScope/Index.cshtml index 2d3bd6c7..d148a0d8 100644 --- a/src/Yavsc.Org/Views/ApiScope/Index.cshtml +++ b/src/Yavsc.Org/Views/ApiScope/Index.cshtml @@ -1,6 +1,7 @@ @model IEnumerable @{ + ViewBag.Title = Localizer["ApiScope"]; Layout = null; } diff --git a/src/Yavsc.Org/Views/Client/Index.cshtml b/src/Yavsc.Org/Views/Client/Index.cshtml index f91f71dc..347ee263 100644 --- a/src/Yavsc.Org/Views/Client/Index.cshtml +++ b/src/Yavsc.Org/Views/Client/Index.cshtml @@ -1,6 +1,10 @@ @using IdentityServer8.Models; @model IEnumerable +@{ + ViewBag.Title = Localizer["Client"]; +} +

@Localizer["Index"]

@@ -10,7 +14,7 @@ @foreach (var item in Model) {

- +
Identifier
and activation
@@ -36,7 +40,7 @@
- +
Urls
@@ -56,7 +60,7 @@
@Html.DisplayNameFor(model => model.AbsoluteRefreshTokenLifetime)
@Html.DisplayFor(model => item.AbsoluteRefreshTokenLifetime)
- +
@@ -78,7 +82,7 @@
@Enum.GetName(typeof(AccessTokenType), item.AccessTokenType) - +
@@ -86,6 +90,6 @@ Edit Details Delete - + } diff --git a/src/Yavsc.Org/Views/Diagnostics/Index.cshtml b/src/Yavsc.Org/Views/Diagnostics/Index.cshtml index e939c0d8..b7bf7a36 100644 --- a/src/Yavsc.Org/Views/Diagnostics/Index.cshtml +++ b/src/Yavsc.Org/Views/Diagnostics/Index.cshtml @@ -1,5 +1,9 @@ @model DiagnosticsViewModel +@{ + ViewBag.Title = Localizer["Diagnostics"]; +} +

Authentication Cookie

@@ -22,7 +26,7 @@
- +
diff --git a/src/Yavsc.Org/Views/Grants/Index.cshtml b/src/Yavsc.Org/Views/Grants/Index.cshtml index a60f2261..7fc509e4 100644 --- a/src/Yavsc.Org/Views/Grants/Index.cshtml +++ b/src/Yavsc.Org/Views/Grants/Index.cshtml @@ -1,5 +1,9 @@ @model GrantsViewModel +@{ + ViewBag.Title = Localizer["Grants"]; +} +

Client Application Permissions

@@ -39,13 +43,13 @@
- +
    @if (grant.Description != null) {
  • @grant.Description -
  • + }
  • @grant.Created.ToString("yyyy-MM-dd") @@ -84,4 +88,4 @@
} } -
\ No newline at end of file + diff --git a/src/Yavsc.Org/Views/SIRENExceptions/Index.cshtml b/src/Yavsc.Org/Views/SIRENExceptions/Index.cshtml index b5b34efb..5a223964 100644 --- a/src/Yavsc.Org/Views/SIRENExceptions/Index.cshtml +++ b/src/Yavsc.Org/Views/SIRENExceptions/Index.cshtml @@ -1,5 +1,9 @@ @model IEnumerable +@{ + ViewBag.Title = Localizer["SIRENExceptions"]; +} +

Create New

@@ -7,7 +11,7 @@ Exceptions à la validation des codes SIREN - + @foreach (var item in Model) { @item.SIREN