mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
* Repo block shows * repository update * API progress * Fix problem of stopping after uninstall * Upgrade preview backend * Upgrade preview displays fine * Install flow works * Weird check for updates * Update action * Fix action * Still trying * Fix lint error * Refactor out helm handlers * refactor out kube handlers * save * Change icon collection * Reworked upgrade check
15 lines
227 B
CSS
15 lines
227 B
CSS
#charts .card, #sectionDetails .row > div {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bg-primary .text-muted {
|
|
color: white!important;
|
|
}
|
|
|
|
.d2h-file-collapse, .d2h-tag {
|
|
opacity: 0; /* trollface */
|
|
}
|
|
|
|
.display-none {
|
|
display: none;
|
|
} |