mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(helm): helm charts view bad icon aspect ratio EE-4451 (#7875)
This commit is contained in:
parent
1100a2bd28
commit
368e6b2a44
17 changed files with 104 additions and 81 deletions
|
@ -24,13 +24,7 @@
|
|||
<div class="col-sm-12" ng-if="$ctrl.state.chart">
|
||||
<rd-widget>
|
||||
<div class="toolBarTitle vertical-center pt-5 px-5 text-muted">
|
||||
<fallback-image
|
||||
src="$ctrl.state.chart.icon"
|
||||
fallback-icon="'svg-helm'"
|
||||
class-name="'h-8 w-8'"
|
||||
fallback-class-name="'icon-nested-blue'"
|
||||
fallback-mode="'primary'"
|
||||
></fallback-image>
|
||||
<fallback-image src="$ctrl.state.chart.icon" fallback-icon="'svg-helm'" class-name="'h-8 w-8'" size="'lg'"></fallback-image>
|
||||
{{ $ctrl.state.chart.name }}
|
||||
</div>
|
||||
<rd-widget-body classes="padding">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue