mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Release 0.0.6
This commit is contained in:
@@ -4,7 +4,6 @@ function revisionClicked(namespace, name, self) {
|
|||||||
revRow.find(".active").removeClass(active).addClass(inactive)
|
revRow.find(".active").removeClass(active).addClass(inactive)
|
||||||
self.removeClass(inactive).addClass(active)
|
self.removeClass(inactive).addClass(active)
|
||||||
const elm = self.data("elm")
|
const elm = self.data("elm")
|
||||||
console.log(elm)
|
|
||||||
setHashParam("revision", elm.revision)
|
setHashParam("revision", elm.revision)
|
||||||
$("#sectionDetails span.rev").text("#"+elm.revision)
|
$("#sectionDetails span.rev").text("#"+elm.revision)
|
||||||
statusStyle(elm.status, $("#none"), $("#sectionDetails .rev-details .rev-status"))
|
statusStyle(elm.status, $("#none"), $("#sectionDetails .rev-details .rev-status"))
|
||||||
@@ -13,6 +12,7 @@ function revisionClicked(namespace, name, self) {
|
|||||||
$("#sectionDetails .rev-tags .rev-chart").text(elm.chart)
|
$("#sectionDetails .rev-tags .rev-chart").text(elm.chart)
|
||||||
$("#sectionDetails .rev-tags .rev-app").text(elm.app_version)
|
$("#sectionDetails .rev-tags .rev-app").text(elm.app_version)
|
||||||
$("#sectionDetails .rev-tags .rev-ns").text(getHashParam("namespace"))
|
$("#sectionDetails .rev-tags .rev-ns").text(getHashParam("namespace"))
|
||||||
|
$("#sectionDetails .rev-tags .rev-cluster").text(getHashParam("context"))
|
||||||
|
|
||||||
$("#revDescr").text(elm.description).removeClass("text-danger")
|
$("#revDescr").text(elm.description).removeClass("text-danger")
|
||||||
if (elm.status === "failed") {
|
if (elm.status === "failed") {
|
||||||
|
|||||||
@@ -129,10 +129,12 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
Revision <span class="rev fw-bold me-4"></span>
|
Revision <span class="rev fw-bold me-4"></span>
|
||||||
Upgraded on <span class="rev-date"></span>
|
<span class="rev-date"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="rev-tags mt-3">
|
<div class="rev-tags mt-3">
|
||||||
|
<span class="rounded rounded-1 me-2 p-1 px-2 bg-tag text-dark">cluster: <span
|
||||||
|
class="rev-cluster fw-bold"></span></span>
|
||||||
<span class="rounded rounded-1 me-2 p-1 px-2 bg-tag text-dark">namespace: <span
|
<span class="rounded rounded-1 me-2 p-1 px-2 bg-tag text-dark">namespace: <span
|
||||||
class="rev-ns fw-bold"></span></span>
|
class="rev-ns fw-bold"></span></span>
|
||||||
<span class="rounded rounded-1 me-2 p-1 px-2 bg-tag text-dark">chart version: <span
|
<span class="rounded rounded-1 me-2 p-1 px-2 bg-tag text-dark">chart version: <span
|
||||||
@@ -258,7 +260,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="container-fluid small mt-5" style="z-index: -50">
|
<footer class="container-fluid small mt-5 mb-5" style="z-index: -50">
|
||||||
<div class="row align-items-end justify-content-end">
|
<div class="row align-items-end justify-content-end">
|
||||||
<div class="col-3"></div>
|
<div class="col-3"></div>
|
||||||
<div class="col-4 text-center bg-white bg-opacity-50 p-2 px-3 rounded b-shadow">
|
<div class="col-4 text-center bg-white bg-opacity-50 p-2 px-3 rounded b-shadow">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "dashboard"
|
name: "dashboard"
|
||||||
version: "0.0.5"
|
version: "0.0.6"
|
||||||
usage: "A simplified way of working with Helm"
|
usage: "A simplified way of working with Helm"
|
||||||
description: "View HELM situation in nice web UI"
|
description: "View HELM situation in nice web UI"
|
||||||
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
|
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"
|
||||||
|
|||||||
Reference in New Issue
Block a user