Skip to content

Commit

Permalink
Add sla calculator tool
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Nov 5, 2024
1 parent f5d72cd commit cc5dfdb
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/tools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,18 @@ const tools = [
}
],
imageSrc: '/images/illustrations/password-string-generator.svg'
},
{
title: 'Online SLA downtime and uptime calculator',
description:
'Calculate the downtime and uptime of your services with this online SLA calculator',
links: [
{
src: '/tools/sla-downtime-calculator/',
text: 'Calculate'
}
],
imageSrc: '/images/illustrations/sla-downtime-calculator.svg'
}
];

Expand Down
Loading

0 comments on commit cc5dfdb

Please sign in to comment.