diff --git a/client/src/services/api.ts b/client/src/services/api.ts index 325f046..90eb33d 100644 --- a/client/src/services/api.ts +++ b/client/src/services/api.ts @@ -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'; diff --git a/client/src/views/logs.tsx b/client/src/views/logs.tsx index 713dcb9..c2d34ca 100644 --- a/client/src/views/logs.tsx +++ b/client/src/views/logs.tsx @@ -117,7 +117,6 @@ export default class Logs extends Base { this.setState({logDownloading: false}); } }); - } render() {