mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(config): add base url support EE-506 (#5999)
This commit is contained in:
parent
335f951e6b
commit
4aea5690a8
21 changed files with 71 additions and 55 deletions
|
@ -11,9 +11,7 @@ interface InputGroupSubComponents {
|
|||
NumberInput: typeof NumberInput;
|
||||
}
|
||||
|
||||
const InputGroup: typeof MainComponent &
|
||||
InputGroupSubComponents = MainComponent as typeof MainComponent &
|
||||
InputGroupSubComponents;
|
||||
const InputGroup: typeof MainComponent & InputGroupSubComponents = MainComponent as typeof MainComponent & InputGroupSubComponents;
|
||||
|
||||
InputGroup.Addon = InputGroupAddon;
|
||||
InputGroup.ButtonWrapper = InputGroupButtonWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue