1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(k8s):add kubeconfig expiry days on mouse hover EE-1300 (#5589)

* add kubeconfig expiry days on mouse hover

* replace settings with publicSettings for non-admin user
This commit is contained in:
Richard Wei 2021-09-10 22:42:25 +12:00 committed by GitHub
parent d8b88d1004
commit 756ef060db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 3 deletions

View file

@ -1,4 +1,5 @@
<button
<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"
@ -9,3 +10,4 @@
>
Kubeconfig <i class="fas fa-download space-right"></i>
</button>
</span>