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 51
51
<input type =" checkbox" class =" form-check-input" id =" with_acl" wire:model =" withAcl" value =" 1" >
52
52
<label class =' form-check-label' for =" with_acl" >With ACL</label >
53
53
</div >
54
+ <span class =" text-info font-12" >Needs to be protected using roles and permissions.</span >
55
+
54
56
</div >
55
57
<div class =" col-md-6" >
56
58
<div class =" form-check text-left" >
57
59
<input type =" checkbox" {{ $withAcl ? ' ' : ' disabled' } } class =" form-check-input" id =" with_policy" wire:model =" withPolicy" value =" 1" >
58
60
<label class =' form-check-label' for =" with_policy" >With Policy</label >
59
61
</div >
62
+ <span class =" text-info font-12" >Admin can only delete its own data in table.</span >
60
63
</div >
61
64
</div >
62
65
</div >
You can’t perform that action at this time.
0 commit comments