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.
- 07 Mar, 2022 1 commit
-
-
René Dudfield authored
So that when there is an error tracebacks can be shown in new versions of browsers.
-
- 28 Jan, 2022 1 commit
-
-
Joaquim Rocha authored
We had an issue related to re-initializing the plugins when they've already be initialized, this ended up re-registering the same plugin functionality and thus would result in getting duplicated sections and potentially other issues. While re-initialization of plugins should be avoided altogether, the logic for initializing them should make sure the plugins and their states are reset before initialization which is what this patch does.
-
- 25 Jan, 2022 1 commit
-
-
Joaquim Rocha authored
The lib.ts file should carry the bits to be used by plugins whereas the index.ts should have the functions that Headlamp itself needs for loading the plugins.
-