mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 12:39:30 +01:00
add missing tooltip
This commit is contained in:
parent
67c0461fd8
commit
5e6b255c59
@ -75,6 +75,7 @@ class AllocationResource extends Resource
|
||||
->label(trans('server/network.primary')),
|
||||
IconColumn::make('is_locked')
|
||||
->label(trans('server/network.locked'))
|
||||
->tooltip(trans('server/network.locked_helper'))
|
||||
->trueIcon('tabler-lock')
|
||||
->falseIcon('tabler-lock-open'),
|
||||
])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user