mirror of https://github.com/portainer/portainer
20 lines
518 B
HTML
20 lines
518 B
HTML
<span
|
|
class="interactive"
|
|
tooltip-append-to-body="true"
|
|
tooltip-placement="bottom"
|
|
tooltip-class="portainer-tooltip"
|
|
uib-tooltip="Kubeconfig file will {{ $ctrl.state.expiryDays }}"
|
|
>
|
|
<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>
|
|
</span>
|