Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a31dba81 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT Committed by Christophe Chaudier
Browse files

feat: dynamic status badge

parent a478a476
No related branches found
No related tags found
1 merge request!105Resolve "change ✔️ Status on footer by dynamic status badge from uptime kuma"
...@@ -127,8 +127,28 @@ module.exports = { ...@@ -127,8 +127,28 @@ module.exports = {
to: "/contacts", to: "/contacts",
}, },
{ {
label: "✔️ Status", html: `
href: "https://status.froggit.fr", <a href='https://status.froggit.fr/' target='_blank'>
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/5/uptime/720?label=Le%20Lab%20🧪" />
</a>`,
},
{
html: `
<a href='https://status.froggit.fr/' target='_blank'>
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/11/uptime/720?label=Les%20Pages%20🔖" />
</a>`,
},
{
html: `
<a href='https://status.froggit.fr/' target='_blank'>
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/10/uptime/720?label=Le%20Chat%20💬" />
</a>`,
},
{
html: `
<a href='https://status.froggit.fr/' target='_blank'>
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/83/uptime/720?label=La%20communauté%20🍺" />
</a>`,
}, },
], ],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment