Add connection manager as a core extension

This commit is contained in:
Cohee
2024-09-07 00:23:42 +03:00
parent 42b1a368cb
commit 7dc1c9f7ab
7 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<div>
<h2>Creating a Connection Profile</h2>
<ul class="justifyLeft">
{{#each profile}}
<li><strong>{{@key}}:</strong>&nbsp;{{this}}</li>
{{/each}}
</ul>
<h3>Enter a name:</h3>
</div>