mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix order
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
a7f69ab0e3
commit
5aea9001a4
@ -120,8 +120,8 @@ export class ClusterManager extends Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cluster.preferences.icon ? entity.spec.icon = {
|
cluster.preferences.icon ? entity.spec.icon = {
|
||||||
src: cluster.preferences.icon,
|
...entity.spec.icon,
|
||||||
...entity.spec.icon
|
src: cluster.preferences.icon
|
||||||
} : entity.spec.icon = null;
|
} : entity.spec.icon = null;
|
||||||
|
|
||||||
catalogEntityRegistry.items.splice(index, 1, entity);
|
catalogEntityRegistry.items.splice(index, 1, entity);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user