Files
member-console/internal/embeds/templates/partials/workspace_create.html
T
cgalo5758 fe19ee415c Add CLA and SPDX headers, fix docs
- Pin Dockerfile to Go 1.23 to match go.mod
- Record README front-door audit findings
2026-09-07 21:32:14 -05:00

13 lines
637 B
HTML

{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}}
{{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}}
{{/* Workspace create form partial (spec workspace-management; findings
FA-22, FA-25). The panel opens under the Workspaces section header, so
its own title is an instance title inside the box, h3.h6
(overview-consistency D9); the form's fields, its 422 handling and its
Back way out all come from ui_form.html's parts. */}}
<div class="d-flex justify-content-between align-items-center mb-3">
<h3 class="mb-0 h6">Create Workspace</h3>
</div>
{{ template "form" .Form }}