Skip to content

Commit

Permalink
chore(topology): use openjdk svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Feb 21, 2023
1 parent 2d4658b commit e3098cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 53 deletions.
4 changes: 2 additions & 2 deletions src/app/Topology/Actions/CreateTarget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* SOFTWARE.
*/

import cryostatLogo from '@app/assets/cryostat_icon_rgb_default.svg';
import openjdkSvg from '@app/assets/openjdk.svg';
import { BreadcrumbPage } from '@app/BreadcrumbPage/BreadcrumbPage';
import { LinearDotSpinner } from '@app/Shared/LinearDotSpinner';
import { LoadingPropsType } from '@app/Shared/ProgressIndicator';
Expand Down Expand Up @@ -511,7 +511,7 @@ export const SampleNodeDonut: React.FC<SampleNodeDonutProps> = ({
>
<Bullseye>
{/* FIXME: Replace with pulsating circle https://codepen.io/peeke/pen/BjxXZa */}
{testConfig.testing ? <LinearDotSpinner /> : <img src={cryostatLogo} alt="Cryostat Logo" />}
{testConfig.testing ? <LinearDotSpinner /> : <img src={openjdkSvg} alt="Cryostat Logo" />}
</Bullseye>
</div>
<div
Expand Down
47 changes: 0 additions & 47 deletions src/app/Topology/Shared/PulsatingCircle.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/app/Topology/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ Below CSS rules only apply to Topology components
font-size: 1.8em !important;
}

.pulsating-circle {
/* TODO: Add styles */
}

.sample-node-donut__node-wrapper {
position: relative;
width: 12em;
Expand Down

0 comments on commit e3098cb

Please sign in to comment.