mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44: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')
|
->placeholder('Enter a custom Image')
|
||||||
->columnSpan(1),
|
->columnSpan(1),
|
||||||
|
|
||||||
Forms\Components\TagsInput::make('docker_labels')
|
Forms\Components\KeyValue::make('docker_labels')
|
||||||
->label('Labels')
|
->label('Container Labels')
|
||||||
->placeholder('Enter custom Docker container labels')
|
->keyLabel('Title')
|
||||||
|
->valueLabel('Description')
|
||||||
->columnSpan(1),
|
->columnSpan(1),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
|
@ -511,10 +511,11 @@ class EditServer extends EditRecord
|
|||||||
->placeholder('Enter a custom Image')
|
->placeholder('Enter a custom Image')
|
||||||
->columnSpan(1),
|
->columnSpan(1),
|
||||||
|
|
||||||
Forms\Components\TagsInput::make('docker_labels')
|
Forms\Components\KeyValue::make('docker_labels')
|
||||||
->label('Labels')
|
->label('Container Labels')
|
||||||
->placeholder('Enter custom Docker container labels')
|
->keyLabel('Label Name')
|
||||||
->columnSpan(1),
|
->valueLabel('Label Description')
|
||||||
|
->columnSpanFull(),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user