Add embedded_ui files

This commit is contained in:
2025-04-23 19:26:53 +00:00
parent d88a6559e0
commit 337c691503
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<section class="section">
<div class="container">
<h2 class="title is-4">Connection details</h2>
<table class="table">
<tbody>
<tr>
<th>Port</th>
<td>{{entitlements.port-number}}</td>
</tr>
<tr>
<th>User</th>
<td>{{entitlements.db-user}}</td>
</tr>
<tr>
<th>Password</th>
<td>{{entitlements.db-password}}</td>
</tr>
<tr>
<th>Root password</th>
<td>{{entitlements.db-root-password}}</td>
</tr>
<tr>
<th>Database name</th>
<td>{{entitlements.db-name}}</td>
</tr>
</tbody>
</table>
</div>
</section>