mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: restructure feature grid into categorized sections for better organization
This commit is contained in:
@@ -1,17 +1,39 @@
|
||||
<!-- Feature grid -->
|
||||
<div class="mt-16 grid grid-cols-2 gap-4 sm:grid-cols-5 sm:gap-5 auto-rows-fr" id="hero-feature-grid">
|
||||
<%- include('./status-page') -%>
|
||||
<%- include('./incidents') -%>
|
||||
<%- include('./monitoring') -%>
|
||||
<%- include('./on-call') -%>
|
||||
<%- include('./scheduled-maintenance') -%>
|
||||
<%- include('./logs') -%>
|
||||
<%- include('./metrics') -%>
|
||||
<%- include('./traces') -%>
|
||||
<%- include('./exceptions') -%>
|
||||
<%- include('./workflows') -%>
|
||||
<%- include('./dashboards') -%>
|
||||
<%- include('./kubernetes') -%>
|
||||
<%- include('./profiles') -%>
|
||||
<%- include('./ai-agent-grid') -%>
|
||||
<!-- Feature grid with categories -->
|
||||
<div class="mt-16 space-y-10" id="hero-feature-grid">
|
||||
|
||||
<!-- Essentials -->
|
||||
<div>
|
||||
<h3 class="text-xs font-semibold uppercase tracking-widest text-gray-400 mb-4 text-left">Essentials</h3>
|
||||
<div class="grid grid-cols-2 gap-4 sm:grid-cols-5 sm:gap-5 auto-rows-fr">
|
||||
<%- include('./status-page') -%>
|
||||
<%- include('./incidents') -%>
|
||||
<%- include('./monitoring') -%>
|
||||
<%- include('./on-call') -%>
|
||||
<%- include('./scheduled-maintenance') -%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Observability -->
|
||||
<div>
|
||||
<h3 class="text-xs font-semibold uppercase tracking-widest text-gray-400 mb-4 text-left">Observability</h3>
|
||||
<div class="grid grid-cols-2 gap-4 sm:grid-cols-5 sm:gap-5 auto-rows-fr">
|
||||
<%- include('./logs') -%>
|
||||
<%- include('./metrics') -%>
|
||||
<%- include('./traces') -%>
|
||||
<%- include('./exceptions') -%>
|
||||
<%- include('./profiles') -%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Automation & Intelligence -->
|
||||
<div>
|
||||
<h3 class="text-xs font-semibold uppercase tracking-widest text-gray-400 mb-4 text-left">Automation & Intelligence</h3>
|
||||
<div class="grid grid-cols-2 gap-4 sm:grid-cols-4 sm:gap-5 auto-rows-fr">
|
||||
<%- include('./kubernetes') -%>
|
||||
<%- include('./workflows') -%>
|
||||
<%- include('./dashboards') -%>
|
||||
<%- include('./ai-agent-grid') -%>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user