diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-25 16:01:14 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-25 16:01:14 +0200 |
| commit | cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf (patch) | |
| tree | 6ae1681630a0e270c23804e6dbb3bd414ebe5d6e /frontend/public/img/topology | |
| parent | 128a1db017545597a5c035b7960eb3fd36b5f987 (diff) | |
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.
Diffstat (limited to 'frontend/public/img/topology')
| -rw-r--r-- | frontend/public/img/topology/cpu-icon.png | bin | 4062 -> 0 bytes |
| -rw-r--r-- | frontend/public/img/topology/gpu-icon.png | bin | 2227 -> 0 bytes |
| -rw-r--r-- | frontend/public/img/topology/memory-icon.png | bin | 1980 -> 0 bytes |
| -rw-r--r-- | frontend/public/img/topology/rack-energy-icon.png | bin | 893 -> 0 bytes |
| -rw-r--r-- | frontend/public/img/topology/rack-space-icon.png | bin | 957 -> 0 bytes |
| -rw-r--r-- | frontend/public/img/topology/storage-icon.png | bin | 4038 -> 0 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/frontend/public/img/topology/cpu-icon.png b/frontend/public/img/topology/cpu-icon.png Binary files differdeleted file mode 100644 index 07cfbd31..00000000 --- a/frontend/public/img/topology/cpu-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/gpu-icon.png b/frontend/public/img/topology/gpu-icon.png Binary files differdeleted file mode 100644 index 55d4fb05..00000000 --- a/frontend/public/img/topology/gpu-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/memory-icon.png b/frontend/public/img/topology/memory-icon.png Binary files differdeleted file mode 100644 index 36e8a44e..00000000 --- a/frontend/public/img/topology/memory-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/rack-energy-icon.png b/frontend/public/img/topology/rack-energy-icon.png Binary files differdeleted file mode 100644 index 1088c61b..00000000 --- a/frontend/public/img/topology/rack-energy-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/rack-space-icon.png b/frontend/public/img/topology/rack-space-icon.png Binary files differdeleted file mode 100644 index 387d7ea6..00000000 --- a/frontend/public/img/topology/rack-space-icon.png +++ /dev/null diff --git a/frontend/public/img/topology/storage-icon.png b/frontend/public/img/topology/storage-icon.png Binary files differdeleted file mode 100644 index 7a39cb6f..00000000 --- a/frontend/public/img/topology/storage-icon.png +++ /dev/null |
