File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
resources/views/livewire/crud Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5151 <input type =" checkbox" class =" form-check-input" id =" with_acl" wire:model =" withAcl" value =" 1" >
5252 <label class =' form-check-label' for =" with_acl" >With ACL</label >
5353 </div >
54+ <span class =" text-info font-12" >Needs to be protected using roles and permissions.</span >
55+
5456 </div >
5557 <div class =" col-md-6" >
5658 <div class =" form-check text-left" >
5759 <input type =" checkbox" {{ $withAcl ? ' ' : ' disabled' } } class =" form-check-input" id =" with_policy" wire:model =" withPolicy" value =" 1" >
5860 <label class =' form-check-label' for =" with_policy" >With Policy</label >
5961 </div >
62+ <span class =" text-info font-12" >Admin can only delete its own data in table.</span >
6063 </div >
6164 </div >
6265 </div >
You can’t perform that action at this time.
0 commit comments