Added basic RBAC component BOD-232
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import React from "react";
|
||||
import RbacWrapper from "../../components/rbac-wrapper/rbac-wrapper.component";
|
||||
import TimeTicketShift from "../../components/time-ticket-shift/time-ticket-shift.container";
|
||||
|
||||
export default function ShiftClock() {
|
||||
return (
|
||||
<div>
|
||||
<TimeTicketShift />
|
||||
</div>
|
||||
<RbacWrapper action="shiftclock:view">
|
||||
<div>
|
||||
<TimeTicketShift />
|
||||
</div>
|
||||
</RbacWrapper>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user