mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove code comments
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
1ae1c7ddbb
commit
24c4616051
@ -21,9 +21,6 @@ export abstract class ClusterFeature {
|
|||||||
latestVersion: string;
|
latestVersion: string;
|
||||||
config: any;
|
config: any;
|
||||||
|
|
||||||
/**
|
|
||||||
* @observable
|
|
||||||
*/
|
|
||||||
@observable status: ClusterFeatureStatus = {
|
@observable status: ClusterFeatureStatus = {
|
||||||
currentVersion: null,
|
currentVersion: null,
|
||||||
installed: false,
|
installed: false,
|
||||||
|
|||||||
@ -26,9 +26,6 @@ export class ExtensionLoader {
|
|||||||
protected instances = observable.map<LensExtensionId, LensExtension>();
|
protected instances = observable.map<LensExtensionId, LensExtension>();
|
||||||
protected readonly requestExtensionsChannel = "extensions:loaded";
|
protected readonly requestExtensionsChannel = "extensions:loaded";
|
||||||
|
|
||||||
/**
|
|
||||||
* @observable
|
|
||||||
*/
|
|
||||||
@observable isLoaded = false;
|
@observable isLoaded = false;
|
||||||
whenLoaded = when(() => this.isLoaded);
|
whenLoaded = when(() => this.isLoaded);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user