mirror of https://github.com/portainer/portainer
12 lines
295 B
HTML
12 lines
295 B
HTML
|
<button
|
||
|
ng-if="$ctrl.state.isHTTPS"
|
||
|
type="button"
|
||
|
class="btn btn-xs btn-primary"
|
||
|
ng-click="$ctrl.downloadKubeconfig()"
|
||
|
analytics-on
|
||
|
analytics-category="kubernetes"
|
||
|
analytics-event="kubernetes-kubectl-kubeconfig"
|
||
|
>
|
||
|
Kubeconfig <i class="fas fa-download space-right"></i>
|
||
|
</button>
|