Add embedded_ui files
This commit is contained in:
8
embedded_ui/about.html
Normal file
8
embedded_ui/about.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 class="title is-4">MariaDB Port for Superengine</h2>
|
||||
<p>Copyright 2025 Superengine.</p>
|
||||
<p>License: <a href="https://www.superengine.tech/legal/software-license-agreement-for-ports" target="_blank">Software License Agreement for Ports</a>.</p>
|
||||
<p class="mt-5">This port uses the mariadb image with the tag 11.7.2 from Docker Hub, a third-party software with a different copyright owner and license.</p>
|
||||
</div>
|
||||
</section>
|
||||
29
embedded_ui/overview.html.hbs
Normal file
29
embedded_ui/overview.html.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user