monocular
monocular copied to clipboard
Turn off .chart-details-usage
I would like to document the chart usage instructions only in the chart README, and so to not confuse users I would like to hide the chart details usage. Basically this: .chart-details-usage { display: none; is enough, so I wonder if it could be possible to add a configuration for this (instead of hard-coding). Thanks
I think that could be useful, we can add a boolean option for this in https://github.com/helm/monocular/blob/master/frontend/src/assets/js/overrides.js#L6 for showChartUsage
and use that in the ChartDetailsInfo component to hide https://github.com/helm/monocular/blob/master/frontend/src/app/chart-details/chart-details-info/chart-details-info.component.html#L3.
Thanks! Following your guidance, I can do the PR if it's ok
@lemaral that would be amazing!