publish1
This commit is contained in:
@@ -52,9 +52,7 @@ else if (selectedEnv is not null)
|
||||
{
|
||||
<p class="text-muted small mb-2">Paste your kubeconfig YAML or upload a file to auto-detect clusters and API server URLs.</p>
|
||||
|
||||
<textarea class="form-control mb-2" rows="5"
|
||||
placeholder="apiVersion: v1 kind: Config clusters: - cluster: server: https://..."
|
||||
@bind="kubeconfigInput" @bind:event="oninput"></textarea>
|
||||
<YamlEditor @bind-Value="kubeconfigInput" />
|
||||
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<label class="btn btn-sm btn-outline-secondary mb-0">
|
||||
|
||||
Reference in New Issue
Block a user