refactor: update inventory history button to primary variant with a 'Lihat' tooltip.
This commit is contained in:
parent
9f15960d59
commit
5b8f89f693
@ -41,11 +41,12 @@
|
||||
{{ formatCurrencyNumber($item->total_stock) }}
|
||||
</flux:table.cell>
|
||||
<flux:table.cell align="end">
|
||||
<flux:button size="sm" variant="ghost" icon="clock"
|
||||
href="{{ route('studio.stock.inventory_history.show', ['type' => $item->type, 'hash' => $item->hash]) }}"
|
||||
wire:navigate>
|
||||
Riwayat
|
||||
</flux:button>
|
||||
<flux:tooltip content="Lihat">
|
||||
<flux:button size="sm" variant="primary" icon="clock"
|
||||
href="{{ route('studio.stock.inventory_history.show', ['type' => $item->type, 'hash' => $item->hash]) }}"
|
||||
wire:navigate>
|
||||
</flux:button>
|
||||
</flux:tooltip>
|
||||
</flux:table.cell>
|
||||
</flux:table.row>
|
||||
@empty
|
||||
|
||||
Loading…
Reference in New Issue
Block a user