mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-08 10:39:27 +01:00
disable toggles once pulled
This commit is contained in:
parent
4483ccbdcd
commit
c4398eb26f
@ -637,6 +637,7 @@ class EditNode extends EditRecord
|
||||
->heading(trans('admin/node.tabs.diagnostics'))
|
||||
->columnSpanFull()
|
||||
->columns(3)
|
||||
->disabled(fn (Get $get) => ($get('pulled')))
|
||||
->headerActions([
|
||||
Action::make('pull')
|
||||
->label(trans('admin/node.diagnostics.pull'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user