mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
BIN
Home/Static/img/dashboards.png
Normal file
BIN
Home/Static/img/dashboards.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 744 KiB |
BIN
Home/Static/img/logs.png
Normal file
BIN
Home/Static/img/logs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 897 KiB |
BIN
Home/Static/img/metrics.png
Normal file
BIN
Home/Static/img/metrics.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 522 KiB |
BIN
Home/Static/img/traces.png
Normal file
BIN
Home/Static/img/traces.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 975 KiB |
@@ -479,7 +479,7 @@
|
||||
|
||||
<div class="my-auto mx-auto px-6 col-span-2">
|
||||
<div class="relative -m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/log-management.png" alt="OneUptime log management dashboard showing centralized logging">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/logs.png" alt="OneUptime log management dashboard showing centralized logging">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -539,7 +539,7 @@
|
||||
|
||||
<div class="my-auto mx-auto px-6 col-span-2">
|
||||
<div class="relative -m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/apm-3.png" alt="OneUptime metrics dashboard displaying application and infrastructure metrics">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/metrics.png" alt="OneUptime metrics dashboard displaying application and infrastructure metrics">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -598,7 +598,7 @@
|
||||
|
||||
<div class="my-auto mx-auto px-6 col-span-2">
|
||||
<div class="relative -m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/apm-3.png" alt="OneUptime traces dashboard showing distributed request tracing">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/traces.png" alt="OneUptime traces dashboard showing distributed request tracing">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -784,7 +784,7 @@
|
||||
|
||||
<div class="my-auto mx-auto px-6 col-span-2">
|
||||
<div class="relative -m-2 rounded-xl bg-gray-900/5 p-2 ring-1 ring-inset ring-gray-900/10 lg:-m-4 lg:rounded-2xl lg:p-4">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/apm-3.png" alt="OneUptime dashboards showing custom data visualizations">
|
||||
<img class="relative rounded-lg shadow-lg" src="/img/dashboards.png" alt="OneUptime dashboards showing custom data visualizations">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user