9 lines
496 B
HTML
9 lines
496 B
HTML
<form class="create-object" hx-trigger="submit throttle:200ms" hx-post="/objects/keypairs">
|
|
<fieldset>
|
|
<label for="details.key_name">Key pair name</label>
|
|
<input autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" type="text" id="details.key_name" name="details.key_name" value="" placeholder="Key pair 1">
|
|
<small>A unique name.</small>
|
|
</fieldset>
|
|
<button data-loading-disable type="submit" _="install buttonCheckHtmxResponse">Create</button>
|
|
</form>
|