titres
This commit is contained in:
parent
c8894c4220
commit
bce6280750
55 changed files with 235 additions and 45 deletions
|
|
@ -1,4 +1,8 @@
|
|||
@model IEnumerable<IdentityServer8.EntityFramework.Entities.ClientCorsOrigin>
|
||||
@{
|
||||
ViewBag.Title = Localizer["Client"];
|
||||
}
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Edit Allowed CORS Origins";
|
||||
ViewData["addAction"] = "AddCorsOrigin";
|
||||
|
|
@ -23,4 +27,4 @@
|
|||
|
||||
<p>
|
||||
<a asp-action="Edit" asp-route-id="@ViewData["clientId"]">Back to client</a>
|
||||
</p>
|
||||
</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue