From cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 25 Apr 2021 16:01:14 +0200 Subject: build: Migrate to flat project structure This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. --- frontend/public/img/topology/cpu-icon.png | Bin 4062 -> 0 bytes frontend/public/img/topology/gpu-icon.png | Bin 2227 -> 0 bytes frontend/public/img/topology/memory-icon.png | Bin 1980 -> 0 bytes frontend/public/img/topology/rack-energy-icon.png | Bin 893 -> 0 bytes frontend/public/img/topology/rack-space-icon.png | Bin 957 -> 0 bytes frontend/public/img/topology/storage-icon.png | Bin 4038 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 frontend/public/img/topology/cpu-icon.png delete mode 100644 frontend/public/img/topology/gpu-icon.png delete mode 100644 frontend/public/img/topology/memory-icon.png delete mode 100644 frontend/public/img/topology/rack-energy-icon.png delete mode 100644 frontend/public/img/topology/rack-space-icon.png delete mode 100644 frontend/public/img/topology/storage-icon.png (limited to 'frontend/public/img/topology') diff --git a/frontend/public/img/topology/cpu-icon.png b/frontend/public/img/topology/cpu-icon.png deleted file mode 100644 index 07cfbd31..00000000 Binary files a/frontend/public/img/topology/cpu-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/gpu-icon.png b/frontend/public/img/topology/gpu-icon.png deleted file mode 100644 index 55d4fb05..00000000 Binary files a/frontend/public/img/topology/gpu-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/memory-icon.png b/frontend/public/img/topology/memory-icon.png deleted file mode 100644 index 36e8a44e..00000000 Binary files a/frontend/public/img/topology/memory-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/rack-energy-icon.png b/frontend/public/img/topology/rack-energy-icon.png deleted file mode 100644 index 1088c61b..00000000 Binary files a/frontend/public/img/topology/rack-energy-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/rack-space-icon.png b/frontend/public/img/topology/rack-space-icon.png deleted file mode 100644 index 387d7ea6..00000000 Binary files a/frontend/public/img/topology/rack-space-icon.png and /dev/null differ diff --git a/frontend/public/img/topology/storage-icon.png b/frontend/public/img/topology/storage-icon.png deleted file mode 100644 index 7a39cb6f..00000000 Binary files a/frontend/public/img/topology/storage-icon.png and /dev/null differ -- cgit v1.2.3