Add company management module with registration and entity switching

This commit is contained in:
timurgordon
2025-05-05 13:58:51 +03:00
parent 2760f00a30
commit 9468595395
20 changed files with 2538 additions and 76 deletions

View File

@@ -22,7 +22,6 @@
<div class="card h-100">
<div class="card-header bg-primary text-white">
<div class="d-flex align-items-center">
<img src="/static/img/tokens/tft.png" alt="TFT" width="24" height="24" class="rounded-circle me-2">
<h6 class="mb-0">ThreeFold Token (TFT)</h6>
</div>
</div>
@@ -80,7 +79,6 @@
<div class="card h-100">
<div class="card-header bg-success text-white">
<div class="d-flex align-items-center">
<img src="/static/img/tokens/zdfz.png" alt="ZDFZ" width="24" height="24" class="rounded-circle me-2">
<h6 class="mb-0">Zanzibar Token (ZDFZ)</h6>
</div>
</div>
@@ -221,7 +219,7 @@
<tr>
<td>
<div class="d-flex align-items-center">
<img src="/static/img/tokens/tft.png" alt="TFT" width="24" height="24" class="rounded-circle me-2">
<i class="bi bi-coin me-2" style="font-size: 1.5rem;"></i>
ThreeFold Token (TFT)
</div>
</td>
@@ -239,7 +237,7 @@
<tr>
<td>
<div class="d-flex align-items-center">
<img src="/static/img/tokens/zdfz.png" alt="ZDFZ" width="24" height="24" class="rounded-circle me-2">
<i class="bi bi-coin me-2" style="font-size: 1.5rem;"></i>
Zanzibar Token (ZDFZ)
</div>
</td>