titres
This commit is contained in:
parent
c8894c4220
commit
bce6280750
55 changed files with 235 additions and 45 deletions
|
|
@ -1,4 +1,7 @@
|
|||
@model IdentityServer8.EntityFramework.Entities.ApiScope
|
||||
@{
|
||||
ViewBag.Title = Localizer["ApiScope"];
|
||||
}
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
|
|
@ -66,4 +69,4 @@
|
|||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
@model Yavsc.Models.YavscApiScope
|
||||
@{
|
||||
ViewBag.Title = Localizer["ApiScope"];
|
||||
}
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
|
|
@ -69,4 +72,4 @@
|
|||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
@model Yavsc.Models.YavscApiScope
|
||||
@{
|
||||
ViewBag.Title = Localizer["ApiScope"];
|
||||
}
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
|
|
@ -66,4 +69,4 @@
|
|||
<a asp-action="Index">Back to List</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
@model Yavsc.Models.YavscApiScope
|
||||
@{
|
||||
ViewBag.Title = Localizer["ApiScope"];
|
||||
}
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
|
|
@ -67,4 +70,4 @@
|
|||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue