1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-31 00:19:36 +02:00

update kubernetes integration to match changes to docker integration in this fork

This commit is contained in:
François Darveau 2021-08-26 10:46:38 -04:00
parent f51ccf71c7
commit 064ec83c12
3 changed files with 173 additions and 178 deletions

View file

@ -10,6 +10,14 @@ exports.dockerDefaultCategory = {
name: "Docker",
type: "apps",
isPinned: true,
orderId: 998,
};
exports.kubernetesDefaultCategory = {
id: -3,
name: "Kubernetes",
type: "apps",
isPinned: true,
orderId: 999,
};