mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 09:14:44 +02:00
Correct Tags to KeyVal
This commit is contained in:
parent
a8b2fb440f
commit
183c274a0d
@ -683,9 +683,10 @@ class CreateServer extends CreateRecord
|
||||
->placeholder('Enter a custom Image')
|
||||
->columnSpan(1),
|
||||
|
||||
Forms\Components\TagsInput::make('docker_labels')
|
||||
->label('Labels')
|
||||
->placeholder('Enter custom Docker container labels')
|
||||
Forms\Components\KeyValue::make('docker_labels')
|
||||
->label('Container Labels')
|
||||
->keyLabel('Title')
|
||||
->valueLabel('Description')
|
||||
->columnSpan(1),
|
||||
]),
|
||||
]),
|
||||
|
@ -511,10 +511,11 @@ class EditServer extends EditRecord
|
||||
->placeholder('Enter a custom Image')
|
||||
->columnSpan(1),
|
||||
|
||||
Forms\Components\TagsInput::make('docker_labels')
|
||||
->label('Labels')
|
||||
->placeholder('Enter custom Docker container labels')
|
||||
->columnSpan(1),
|
||||
Forms\Components\KeyValue::make('docker_labels')
|
||||
->label('Container Labels')
|
||||
->keyLabel('Label Name')
|
||||
->valueLabel('Label Description')
|
||||
->columnSpanFull(),
|
||||
]),
|
||||
]),
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user