mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
wip
This commit is contained in:
parent
94c156d3c1
commit
3673654df6
1 changed files with 3 additions and 1 deletions
|
|
@ -531,7 +531,9 @@ HTML;
|
|||
</div>
|
||||
<div>
|
||||
<flux:label>Data Payload</flux:label>
|
||||
<flux:badge icon="clock" size="sm" variant="pill" class="ml-2">{{ $this->data_payload_updated_at?->diffForHumans() ?? 'Never' }}</flux:badge>
|
||||
@isset($this->data_payload_updated_at)
|
||||
<flux:badge icon="clock" size="sm" variant="pill" class="ml-2">{{ $this->data_payload_updated_at?->diffForHumans() ?? 'Never' }}</flux:badge>
|
||||
@endisset
|
||||
<flux:textarea wire:model="data_payload" id="data_payload"
|
||||
class="block mt-1 w-full font-mono" type="text" name="data_payload"
|
||||
:readonly="$data_strategy !== 'static'" rows="24"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue