Service instantiation #31

Merged
rixx merged 37 commits from 24-service-instantiation into main 2025-04-04 10:57:29 +00:00
Showing only changes of commit e37e126d9d - Show all commits

View file

@ -46,6 +46,15 @@
</th>
{% partial org-name %}
</tr>
<tr>
<th class="w-25">
<span class="d-flex mt-2">{% translate "Namespace" %}</span>
</th>
<td>
<div>{{ form.instance.namespace }}</div>
<small class="text-muted">{% translate "The namespace cannot be changed after creation." %}</small>
</td>
</tr>
</tbody>
</table>
</div>