diff --git a/pkg/dashboard/static/list-view.js b/pkg/dashboard/static/list-view.js index 9fd10f5..ca2ee23 100644 --- a/pkg/dashboard/static/list-view.js +++ b/pkg/dashboard/static/list-view.js @@ -6,6 +6,7 @@ function loadChartsList() { $.getJSON("/api/helm/charts").fail(function (xhr) { sendStats('Get releases', {'status': 'failed'}); reportError("Failed to get list of charts", xhr) + chartsCards.empty().append("
Failed to get list of charts
") }).done(function (data) { chartsCards.empty().hide() const usedNS = {}