mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
- 2.x - console
This commit is contained in:
@ -99,7 +99,12 @@ public function infolist(Infolist $infolist): Infolist
|
||||
->suffixAction(
|
||||
EditTags::infolist($this->server)
|
||||
),
|
||||
|
||||
TextEntry::make('public_key')
|
||||
->label('Public Key')
|
||||
->limit(30)
|
||||
->inlineLabel()
|
||||
->copyable()
|
||||
->tooltip('Copy public key to clipboard'),
|
||||
]),
|
||||
])
|
||||
->record($this->server);
|
||||
|
Reference in New Issue
Block a user