summaryrefslogtreecommitdiffstats
path: root/src/Pages/App/Users.cshtml
blob: 5a57e174a795b591cce2a2a77e285324dc81e690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@page
@model IOL.Fagprove.Pages.App.Users

@{
    ViewData["Title"] = "Brukere";
}
<div id="usersGrid" style="min-height: 100px"></div>
@section Scripts
{
    <script src="~/scripts/users.js" asp-append-version="true"></script>
}