Refactor code structure for improved readability and maintainability

This commit is contained in:
Nawaz Dhandala
2026-01-02 20:09:00 +00:00
parent fd519d7d9c
commit 1362ba96f9
5 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 KiB

BIN
Home/Static/img/traces.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 KiB

View File

@@ -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>