Improvements after release (#45)

* Add helm version requirement notes

* Create Help section, no charts placeholder

* Revive missed "user-defined" values

* Fix namespace undefined upon install

* cosmetics
This commit is contained in:
Andrey Pokhilko
2022-10-26 11:05:50 +01:00
committed by GitHub
parent 896d9e3f72
commit b0067e31ba
5 changed files with 38 additions and 10 deletions

View File

@@ -12,6 +12,10 @@ function loadChartsList() {
let card = buildChartCard(elm);
chartsCards.append(card)
})
if (!data.length) {
$("#installedList .no-charts").show()
}
})
}