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) }}
|
{{ formatCurrencyNumber($item->total_stock) }}
|
||||||
</flux:table.cell>
|
</flux:table.cell>
|
||||||
<flux:table.cell align="end">
|
<flux:table.cell align="end">
|
||||||
<flux:button size="sm" variant="ghost" icon="clock"
|
<flux:tooltip content="Lihat">
|
||||||
href="{{ route('studio.stock.inventory_history.show', ['type' => $item->type, 'hash' => $item->hash]) }}"
|
<flux:button size="sm" variant="primary" icon="clock"
|
||||||
wire:navigate>
|
href="{{ route('studio.stock.inventory_history.show', ['type' => $item->type, 'hash' => $item->hash]) }}"
|
||||||
Riwayat
|
wire:navigate>
|
||||||
</flux:button>
|
</flux:button>
|
||||||
|
</flux:tooltip>
|
||||||
</flux:table.cell>
|
</flux:table.cell>
|
||||||
</flux:table.row>
|
</flux:table.row>
|
||||||
@empty
|
@empty
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user