mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-26 17:27:59 +00:00
11 lines
390 B
Cheetah
11 lines
390 B
Cheetah
|
{{define "settings"}}
|
||
|
<section class="p-5">
|
||
|
<form action="/settings/worker-groups/create" method="post">
|
||
|
<label for="name" class="block mb-2 text-sm font-medium text-gray-900">Name</label>
|
||
|
<input type="text" name="name" id="name" placeholder="aws-eu-central-1"/>
|
||
|
<p>Worker group name can be anything.</p>
|
||
|
<button type="submit">Create</button>
|
||
|
</form>
|
||
|
</section>
|
||
|
{{end}}
|