mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove redundant comment
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
0582b62a11
commit
010b3a18bd
@ -69,9 +69,6 @@ class MockCatalogEntity extends CatalogEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
describe("<Catalog />", () => {
|
describe("<Catalog />", () => {
|
||||||
// group: "entity.k8slens.dev",
|
|
||||||
// kind: "KubernetesCluster",
|
|
||||||
|
|
||||||
function createMockCatalogEntity(onRun: (context: CatalogEntityActionContext) => void | Promise<void>) {
|
function createMockCatalogEntity(onRun: (context: CatalogEntityActionContext) => void | Promise<void>) {
|
||||||
return new MockCatalogEntity({
|
return new MockCatalogEntity({
|
||||||
metadata: {
|
metadata: {
|
||||||
|
|||||||
@ -64,19 +64,10 @@ class NonInjectedHelmReleases extends Component<Dependencies> {
|
|||||||
name: item.getName(),
|
name: item.getName(),
|
||||||
namespace: item.getNs(),
|
namespace: item.getNs(),
|
||||||
});
|
});
|
||||||
|
|
||||||
// navigation.push(releaseURL({
|
|
||||||
// params: {
|
|
||||||
// name: item.getName(),
|
|
||||||
// namespace: item.getNs(),
|
|
||||||
// },
|
|
||||||
// }));
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hideDetails = () => {
|
hideDetails = () => {
|
||||||
this.props.navigateToHelmReleases();
|
this.props.navigateToHelmReleases();
|
||||||
|
|
||||||
// navigation.push(releaseURL());
|
|
||||||
};
|
};
|
||||||
|
|
||||||
renderRemoveDialogMessage(selectedItems: HelmRelease[]) {
|
renderRemoveDialogMessage(selectedItems: HelmRelease[]) {
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
import { getInjectable, getInjectionToken } from "@ogre-tools/injectable";
|
import { getInjectable, getInjectionToken } from "@ogre-tools/injectable";
|
||||||
import { computed, IComputedValue } from "mobx";
|
import { computed, IComputedValue } from "mobx";
|
||||||
// @ts-ignore
|
|
||||||
import { pipeline } from "@ogre-tools/fp";
|
import { pipeline } from "@ogre-tools/fp";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user