mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-05-05 23:36:38 +00:00
Fixing some linter errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import _ from 'lodash';
|
||||
import {Base64} from 'js-base64';
|
||||
import { request, post, stream, apiFactory, apiFactoryWithNamespace, requestText } from './apiProxy';
|
||||
import {request, post, stream, apiFactory, apiFactoryWithNamespace, requestText} from './apiProxy';
|
||||
import log from '../utils/log';
|
||||
import {K8sEvent, Namespace, TODO, Metrics, PersistentVolume, Node, Pod, ClusterRole, ClusterRoleBinding, ConfigMap, RoleBinding, Secret, ServiceAccount, StorageClass} from '../utils/types';
|
||||
|
||||
|
||||
@@ -117,7 +117,6 @@ export default class Logs extends Base<Props, State> {
|
||||
this.setState({logDownloading: false});
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user