This commit is contained in:
Paul Schneider 2026-07-04 20:09:58 +01:00
commit c74ac71b5d
8 changed files with 10 additions and 112 deletions

View file

@ -2,17 +2,9 @@
@{
ViewBag.Title = Localizer["ApiScope"];
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<p>
<a asp-action="Create">Create New</a>
</p>
@ -76,5 +68,3 @@
}
</tbody>
</table>
</body>
</html>