SU2-33 | Фикс критических и серьёзных ошибок, удаление/перезагрузка организации, пагинация, favicon

This commit is contained in:
Dmitry
2026-04-21 07:54:59 +00:00
parent a1cbddf4e2
commit 136de5f238
12 changed files with 127 additions and 28 deletions
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<rect width="32" height="32" rx="6" fill="#1a1a1a"/>
<rect x="5" y="22" width="5" height="6" rx="1" fill="white"/>
<rect x="13" y="16" width="5" height="12" rx="1" fill="white"/>
<rect x="21" y="10" width="5" height="18" rx="1" fill="white"/>
<polyline points="7.5,18 15.5,12 23.5,6" stroke="#4ade80" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="7.5" cy="18" r="1.5" fill="#4ade80"/>
<circle cx="15.5" cy="12" r="1.5" fill="#4ade80"/>
<circle cx="23.5" cy="6" r="1.5" fill="#4ade80"/>
</svg>

After

Width:  |  Height:  |  Size: 614 B