Spaces:
Sleeping
Sleeping
Update templates/api_key.html
Browse files- templates/api_key.html +14 -2
templates/api_key.html
CHANGED
|
@@ -157,13 +157,25 @@
|
|
| 157 |
<span class="material-symbols-rounded">dashboard</span>
|
| 158 |
<span class="ml-3">Dashboard</span>
|
| 159 |
</a>
|
| 160 |
-
<a href="{{ url_for('user_bp.api_key') }}" class="flex items-center p-3
|
| 161 |
<span class="material-symbols-rounded">key</span>
|
| 162 |
<span class="ml-3">Clés API</span>
|
| 163 |
</a>
|
| 164 |
-
<a href="{{ url_for('user_bp.profile') }}" class="flex items-center p-3
|
| 165 |
<span class="material-symbols-rounded">person</span>
|
| 166 |
<span class="ml-3">Profil</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
</a>
|
| 168 |
<a href="{{ url_for('user_bp.deconnexion') }}" id="logout-button-sidebar" class="flex items-center p-3 text-red-500 hover:text-red-400 hover:bg-sidebar-active-var rounded-lg transition duration-150 transition-colors-theme">
|
| 169 |
<span class="material-symbols-rounded">logout</span>
|
|
|
|
| 157 |
<span class="material-symbols-rounded">dashboard</span>
|
| 158 |
<span class="ml-3">Dashboard</span>
|
| 159 |
</a>
|
| 160 |
+
<a href="{{ url_for('user_bp.api_key') }}" class="flex items-center p-3 text-secondary-var hover:text-color-var hover:bg-sidebar-active-var rounded-lg transition duration-150 transition-colors-theme">
|
| 161 |
<span class="material-symbols-rounded">key</span>
|
| 162 |
<span class="ml-3">Clés API</span>
|
| 163 |
</a>
|
| 164 |
+
<a href="{{ url_for('user_bp.profile') }}" class="flex items-center p-3 bg-sidebar-active-var text-color-var rounded-lg transition duration-150 transition-colors-theme">
|
| 165 |
<span class="material-symbols-rounded">person</span>
|
| 166 |
<span class="ml-3">Profil</span>
|
| 167 |
+
</a>
|
| 168 |
+
<a href="/api_logs" class="flex items-center p-3 text-secondary-var hover:text-color-var hover:bg-sidebar-active-var rounded-lg transition duration-150 transition-colors-theme">
|
| 169 |
+
<span class="material-symbols-rounded">list_alt</span>
|
| 170 |
+
<span class="ml-3">Logs d'API</span>
|
| 171 |
+
</a>
|
| 172 |
+
<a href="/tarifs" class="flex items-center p-3 text-secondary-var hover:text-color-var hover:bg-sidebar-active-var rounded-lg transition duration-150 transition-colors-theme">
|
| 173 |
+
<span class="material-symbols-rounded">payments</span>
|
| 174 |
+
<span class="ml-3">Tarifs</span>
|
| 175 |
+
</a>
|
| 176 |
+
<a href="/statut" class="flex items-center p-3 text-secondary-var hover:text-color-var hover:bg-sidebar-active-var rounded-lg transition duration-150 transition-colors-theme">
|
| 177 |
+
<span class="material-symbols-rounded">monitor_heart</span>
|
| 178 |
+
<span class="ml-3">Statut de l'API</span>
|
| 179 |
</a>
|
| 180 |
<a href="{{ url_for('user_bp.deconnexion') }}" id="logout-button-sidebar" class="flex items-center p-3 text-red-500 hover:text-red-400 hover:bg-sidebar-active-var rounded-lg transition duration-150 transition-colors-theme">
|
| 181 |
<span class="material-symbols-rounded">logout</span>
|