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 />", () => {
|
||||
// group: "entity.k8slens.dev",
|
||||
// kind: "KubernetesCluster",
|
||||
|
||||
function createMockCatalogEntity(onRun: (context: CatalogEntityActionContext) => void | Promise<void>) {
|
||||
return new MockCatalogEntity({
|
||||
metadata: {
|
||||
|
||||
@ -64,19 +64,10 @@ class NonInjectedHelmReleases extends Component<Dependencies> {
|
||||
name: item.getName(),
|
||||
namespace: item.getNs(),
|
||||
});
|
||||
|
||||
// navigation.push(releaseURL({
|
||||
// params: {
|
||||
// name: item.getName(),
|
||||
// namespace: item.getNs(),
|
||||
// },
|
||||
// }));
|
||||
};
|
||||
|
||||
hideDetails = () => {
|
||||
this.props.navigateToHelmReleases();
|
||||
|
||||
// navigation.push(releaseURL());
|
||||
};
|
||||
|
||||
renderRemoveDialogMessage(selectedItems: HelmRelease[]) {
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
*/
|
||||
import { getInjectable, getInjectionToken } from "@ogre-tools/injectable";
|
||||
import { computed, IComputedValue } from "mobx";
|
||||
// @ts-ignore
|
||||
import { pipeline } from "@ogre-tools/fp";
|
||||
|
||||
import {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user