1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

feat(k8s/dashboard): remove the RC banner (#4205)

This commit is contained in:
Anthony Lapenna 2020-08-13 11:41:14 +12:00 committed by GitHub
parent f91d3f1ca3
commit 69e9e566c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 14 deletions

View file

@ -1,9 +0,0 @@
<information-panel title-text="Information">
<span class="small">
<p class="text-muted">
<i class="fa fa-flask orange-icon" aria-hidden="true" style="margin-right: 2px;"></i>
Kubernetes support in Portainer is now in RC stage. Contribute and share your feedback in
<a href="https://github.com/portainer/kubernetes-beta" target="_blank">our official repository</a>.
</p>
</span>
</information-panel>

View file

@ -1,3 +0,0 @@
angular.module('portainer.kubernetes').component('kubernetesFeedbackPanel', {
templateUrl: './feedbackPanel.html',
});