add missing tooltip

This commit is contained in:
Boy132 2025-11-04 10:14:01 +01:00
parent 67c0461fd8
commit 5e6b255c59

View File

@ -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'),
])