mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2026-01-22 02:37:39 +01:00
feat: service modification
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<h2 class="service-name">Service: {{ service.service }}</h2>
|
||||
|
||||
<a class="service-info-button mt-3" style="background-color: orange;"
|
||||
href="/entry-form">Modify</a>
|
||||
href="/entry-form?service={{ service.service }}">Modify</a>
|
||||
<a class="service-info-button mt-3" style="background-color: red;"
|
||||
href="#"
|
||||
onclick="alert('Delete is not supported yet')">Delete</a>
|
||||
|
||||
Reference in New Issue
Block a user