Fix Control Plane login under /ui; store founding token in OpenBao

Rewrite templates that lost href/action during root_path rewrite; use
native form controls for reliable login. Deploy image 0.1.2. Founding
admin token canonical location: platform/operators/founding-admin/revenue.
This commit is contained in:
tegwick 2026-08-06 21:41:59 +02:00
parent 4eab03346b
commit 856dc354d8
13 changed files with 199 additions and 186 deletions

View file

@ -6,7 +6,7 @@
</wn-page-header>
{% if session_rights in ("operator", "admin") %}
<p><a >+ Register a new Phase</a></p>
<p><a href="{{ root_path }}/phases/new">+ Register a new Phase</a></p>
{% endif %}
{% if phases %}
@ -18,7 +18,7 @@
<td>{{ phase.phase.id }}</td>
<td>{{ phase.phase.milestone_release.name }}</td>
<td>{{ phase.phase.initial_target.amount }} {{ phase.phase.initial_target.currency }}</td>
<td><a >View</a></td>
<td><a href="{{ root_path }}/phases/{{ phase.phase.id }}">View</a></td>
</tr>
{% endfor %}
</tbody>