Cosmetic cleanup

This commit is contained in:
Andrei Pohilko
2023-03-23 09:55:11 +00:00
parent 29c1682bbb
commit 703b4029de
4 changed files with 14 additions and 11 deletions

View File

@@ -223,7 +223,7 @@ function showResources(namespace, chart, revision) {
}
}
if (badge.hasClass("bg-danger")) {
if (badge.hasClass("bg-danger") || badge.hasClass("bg-warning")) {
resBlock.find(".res-statusmsg").append("<a href='" + KomodorCTALink + "' class='btn btn-primary btn-sm fw-normal fs-80' target='_blank'>Troubleshoot in Komodor <i class='bi-box-arrow-up-right'></i></a>")
}
}

View File

@@ -319,4 +319,8 @@ nav .nav-tabs .nav-link.active {
.square.bg-success {
background-color: #00c2ab!important;
}
.hljs {
overflow-x: inherit;
}