mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
Add required field to kube config picker (#15795)
This commit is contained in:
@@ -98,7 +98,8 @@ abstract class ControllerDialogBase extends InitializingComponent {
|
||||
controllerInfo?.kubeConfigFilePath || getDefaultKubeConfigPath(),
|
||||
(disposable) => this._toDispose.push(disposable),
|
||||
loc.controllerKubeConfig,
|
||||
loc.invalidConfigPath
|
||||
loc.invalidConfigPath,
|
||||
true
|
||||
);
|
||||
this.modelBuilder.inputBox()
|
||||
.withProps({
|
||||
|
||||
Reference in New Issue
Block a user