Deon George c2780a317f
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 31s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m34s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m43s
Create Docker Image / Final Docker Image Manifest (push) Successful in 12s
Improved handling for Kerberous attributes - closes #154
2025-03-12 21:07:16 +11:00

12 lines
302 B
PHP

<div class="row pt-2">
<div @class(['col-1','d-none'=>(! $edit) && (! ($detail ?? true))])></div>
<div class="col-10 p-2">
<attribute id="{{ $o->name }}">
{{ $slot }}
</attribute>
<x-attribute.widget.options :o="$o" :edit="$edit" :new="$new"/>
</div>
</div>
@yield($o->name_lc.'-scripts')