2024-02-15 22:47:56 +00:00
|
|
|
{{define "settings"}}
|
2024-02-16 12:07:29 +00:00
|
|
|
<section class="relative overflow-x-auto shadow-md sm:rounded-lg p-5 text-gray-500 bg-white">
|
|
|
|
<h1 class="text-lg font-semibold text-gray-900">
|
|
|
|
{{ .Healthcheck.Name }}
|
|
|
|
</h1>
|
|
|
|
{{ .Healthcheck.ID }}
|
2024-02-16 12:41:18 +00:00
|
|
|
{{ .Healthcheck.Slug }}
|
2024-02-16 12:07:29 +00:00
|
|
|
{{ .Healthcheck.Schedule }}
|
2024-02-19 10:43:43 +00:00
|
|
|
{{ .Healthcheck.WorkerGroups }}
|
2024-02-21 09:06:54 +00:00
|
|
|
<pre class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500">
|
|
|
|
{{ .Healthcheck.Script }}
|
|
|
|
</pre>
|
2024-02-16 12:07:29 +00:00
|
|
|
</section>
|
2024-02-15 22:47:56 +00:00
|
|
|
{{end}}
|