summaryrefslogtreecommitdiff
path: root/templates/webhooks.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/webhooks.html.ep')
-rw-r--r--templates/webhooks.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/webhooks.html.ep b/templates/webhooks.html.ep
index b782823..930732d 100644
--- a/templates/webhooks.html.ep
+++ b/templates/webhooks.html.ep
@@ -8,7 +8,7 @@
<div class="row">
<div class="col s12">
% if ($hook->{errored}) {
- <div class="card red darken-4">
+ <div class="card caution-color">
<div class="card-content white-text">
<span class="card-title">Web-Hook fehlerhaft</span>
<p><%= $hook->{output} %></p>
@@ -16,7 +16,7 @@
</div>
% }
% else {
- <div class="card green darken-4">
+ <div class="card success-color">
<div class="card-content white-text">
<span class="card-title">Web-Hook erfolgreich getestet</span>
<p><%= $hook->{output} %></p>