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.
  1. 16 Jun, 2022 1 commit
    • Joaquim Rocha's avatar
      frontend: Do not duplicate children in dynamic sidebar items · 1d4cad1a
      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.
      1d4cad1a
  2. 16 Feb, 2022 1 commit
  3. 15 Dec, 2021 1 commit
  4. 21 Jun, 2021 2 commits
  5. 14 Jun, 2021 1 commit