From 6f8b9a6c974382927f10580b80dd1c351bff258c Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 18 Oct 2021 15:15:57 +0300 Subject: [PATCH] removed old mentions of `ace-container` from `ace-editor` Signed-off-by: Roman --- .../pod-details-affinities.scss | 26 ------------------- .../pod-details-affinities.tsx | 3 +-- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 src/renderer/components/+workloads-pods/pod-details-affinities.scss diff --git a/src/renderer/components/+workloads-pods/pod-details-affinities.scss b/src/renderer/components/+workloads-pods/pod-details-affinities.scss deleted file mode 100644 index af3a24f799..0000000000 --- a/src/renderer/components/+workloads-pods/pod-details-affinities.scss +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Copyright (c) 2021 OpenLens Authors - * - * Permission is hereby granted, free of charge, to any person obtaining a copy of - * this software and associated documentation files (the "Software"), to deal in - * the Software without restriction, including without limitation the rights to - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of - * the Software, and to permit persons to whom the Software is furnished to do so, - * subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -.PodDetailsAffinities { - .ace-container { - height: 200px - } -} \ No newline at end of file diff --git a/src/renderer/components/+workloads-pods/pod-details-affinities.tsx b/src/renderer/components/+workloads-pods/pod-details-affinities.tsx index 9695804f0e..9f9d99c343 100644 --- a/src/renderer/components/+workloads-pods/pod-details-affinities.tsx +++ b/src/renderer/components/+workloads-pods/pod-details-affinities.tsx @@ -19,7 +19,6 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -import "./pod-details-affinities.scss"; import React from "react"; import jsYaml from "js-yaml"; import { DrawerItem, DrawerParamToggler } from "../drawer"; @@ -41,7 +40,7 @@ export class PodDetailsAffinities extends React.Component { return ( -
+