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:
parent
f51ccf71c7
commit
064ec83c12
3 changed files with 173 additions and 178 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue