mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
fix(helm): allow clearing global helm repo EE-1965 (#5991)
* fix(helm): allow clearing global helm repo EE-1965 * fix(helm): show hint if global helm repo is blank EE-1965 * fix(helm): skip loading charts if repo is blank EE-1965 Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
71de07bbea
commit
cec8f34ae9
4 changed files with 12 additions and 2 deletions
|
@ -8,6 +8,11 @@
|
|||
<i class="fa fa-exclamation-circle orange-icon" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
This is a first version for Helm charts, for more information see this <a href="https://www.portainer.io/blog/portainer-now-with-helm-support" target="_blank">blog post</a>.
|
||||
</p>
|
||||
<p ng-if="$ctrl.state.globalRepository === ''">
|
||||
<i class="fa fa-exclamation-circle blue-icon" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
<span>The Global Helm Repository is not configured.</span>
|
||||
<a ng-if="$ctrl.state.isAdmin" ui-sref="portainer.settings">Configure Global Helm Repository in Settings</a>
|
||||
</p>
|
||||
</span>
|
||||
</information-panel>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue