This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 16 Jun, 2022 1 commit
-
-
Joaquim Rocha authored
When items were set up in the sidebar from a plugin, the object they were using was the one set up in redux. This meant that any children of that sidebar entry would be appended to the object's "subList" in redux and hence that list would grow with multiple equal entries every time the sidebar was rendered. This patch prevents that by deep cloning the object before using it.
-
- 16 Feb, 2022 1 commit
-
-
Joaquim Rocha authored
Also move to a string-based icon description.
-
- 15 Dec, 2021 1 commit
-
-
Joaquim Rocha authored
This avoids having to include the namespace to the TFunction type.
-
- 21 Jun, 2021 2 commits
-
-
René Dudfield authored
-
Joaquim Rocha authored
Also changes the namespace separator key from ":" to "|" to avoid parsing issues from i18next.
-
- 14 Jun, 2021 1 commit
-
-
René Dudfield authored
-