Skip to content

Commit

Permalink
Update features table to include new items and adjust existing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 25, 2024
1 parent d091c93 commit 1bc4f07
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions Home/Views/features-table.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,26 @@



<span class="text-sm text-gray-500">Auto Fix Common Issues</span>
</li>

<li class="flex space-x-3">

<%- include('./Partials/tick-icon') %>




<span class="text-sm text-gray-500">Pull Request Reviews</span>
</li>

<li class="flex space-x-3">

<%- include('./Partials/tick-icon') %>




<span class="text-sm text-gray-500">Fix Frontend Issues</span>
</li>

Expand Down Expand Up @@ -1082,32 +1102,28 @@

<span class="text-sm text-gray-500">Integrates with Slack / Team</span>
</li>

<li class="flex space-x-3">

<%- include('./Partials/tick-icon') %>




<span class="text-sm text-gray-500">Advanced Workflows</span>
<span class="text-sm text-gray-500">Write tests automatically</span>
</li>
</ul>


<h3 class="text-sm font-medium text-gray-900 mt-6">Coming soon</h3>
<ul role="list" class="mt-6 space-y-4">


<li class="flex space-x-3">

<%- include('./Partials/comingsoon-icon') %>
<%- include('./Partials/tick-icon') %>




<span class="text-sm text-gray-500">Reports</span>
<span class="text-sm text-gray-500">Advanced Workflows</span>
</li>
</ul>

</ul>
</div>
<div class="p-6 border-t-2 border-gray-200">
<h2 class="text-lg font-medium leading-6 text-gray-900">OneUptime will improve</h2>
Expand Down

0 comments on commit 1bc4f07

Please sign in to comment.