Added information to the chromebook data.

This commit is contained in:
2022-08-15 16:18:01 -07:00
parent c96e215903
commit d09826dc51
3 changed files with 78 additions and 22 deletions

View File

@@ -64,10 +64,10 @@
<a href="/chromebooks">Chromebooks</a>
{/if}
{#if canManageLaptops}
<a href="/users">Users</a>
<a href="/assets">Assets</a>
{/if}
{#if isAdmin}
<a href="/users">Users</a>
<a href="/admin">Admin</a>
{/if}
</nav>
@@ -82,7 +82,7 @@
</div>
</Route>
<Route path="/assets">
{#if isAdmin}
{#if canManageLaptops}
<Assets/>
{/if}
</Route>