Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
syrk4web committed Feb 5, 2024
1 parent f0e4942 commit 9ef07aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions coraza/ui/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h5 class="mb-2 font-bold dark:text-white/90">TEST</h5>
<p
class="transition duration-300 ease-in-out mb-0 font-sans text-sm leading-normal dark:text-gray-500 dark:opacity-80 text-center"
>
Use the next button to ping API ({{{{plugin['settings']['CORAZA_API'] +
'/ping'}}}})
Use the next button to ping API ({{plugin['settings']['CORAZA_API'] +
'/ping'}})
</p>

<div class="flex justify-center mt-4">
Expand Down
4 changes: 2 additions & 2 deletions crowdsec/ui/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h5 class="mb-2 font-bold dark:text-white/90">TEST</h5>
<p
class="transition duration-300 ease-in-out mb-0 font-sans text-sm leading-normal dark:text-gray-500 dark:opacity-80 text-center"
>
Use the next button to ping API ({{{{plugin['settings']['CROWDSEC_API'] +
'/ping'}}}})
Use the next button to ping API ({{plugin['settings']['CROWDSEC_API'] +
'/ping'}})
</p>

<div class="flex justify-center mt-4">
Expand Down
2 changes: 1 addition & 1 deletion webhook/ui/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h5 class="mb-2 font-bold dark:text-white/90">TEST</h5>
class="h-fit transition hover:scale-102 col-span-12 md:col-span-6 2xl:col-span-4 3xl:col-span-3 p-4 relative min-w-0 break-words bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border"
>
<div class="flex justify-between">
<h5 class="mb-2 font-bold dark:text-white/90">Deactivated</h5>
<h5 class="mb-2 font-bold dark:text-white/90">Deactived</h5>
<!-- icon -->
<div
role="img"
Expand Down

0 comments on commit 9ef07aa

Please sign in to comment.