new status format, new podSelector field, more accurate pod stats

* renamed pod label prefix from "homepage" to "gethomepage.dev"
  which is more inline with typical kubernetes practices
This commit is contained in:
James Wynn
2022-12-08 16:03:29 -06:00
parent 174cb651b4
commit 09eb172079
8 changed files with 65 additions and 40 deletions

View File

@@ -9,7 +9,6 @@ import UsageBar from "./usage-bar";
export default function Node({ type, options, data }) {
const { t } = useTranslation();
console.log("Node", type, options, data);
function icon() {
if (type === "cluster") {