mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Fix sidebar buttons width, simplified restriction of technician components in homepage, and adjusted equipment instance status to match backend changes
This commit is contained in:
parent
a6b6925310
commit
1fc6b6ff75
1 changed files with 0 additions and 4 deletions
|
@ -10,11 +10,7 @@ export default function Dashboard() {
|
|||
<Header label={"Dashboard"} />
|
||||
<RestrictedComponent allow_only={"Technician"}>
|
||||
<TechnicianWidgets />
|
||||
</RestrictedComponent>
|
||||
<RestrictedComponent allow_only={"Technician"}>
|
||||
<TechnicianEquipmentButtons />
|
||||
</RestrictedComponent>
|
||||
<RestrictedComponent allow_only={"Technician"}>
|
||||
<TechnicianLogButtons />
|
||||
</RestrictedComponent>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue