diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-25 21:53:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 21:53:42 +0200 |
| commit | 128f76f7fd7c8abb41a3bbbd9f1980cbc20ae7a5 (patch) | |
| tree | add513890005233a7784466797bfe6f5052e9eeb /frontend/public/img/topology | |
| parent | 128a1db017545597a5c035b7960eb3fd36b5f987 (diff) | |
| parent | 57b54b59ed74ec37338ae26b3864d051255aba49 (diff) | |
build: Flatten 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.
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 |
