Added information to the chromebook data.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user