feat: show module version in admin

This commit is contained in:
2025-12-04 22:16:23 +03:00
parent bc50cf0648
commit 116821a209
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,9 @@
<div id="app" class="telecart-admin-app">App Loading...</div>
</div>
</div>
<div class="text-muted text-right" style="margin-top: 10px; font-size: 12px;">
Версия модуля: {{ telecart_module_version }}
</div>
</div>
</div>
{{ footer }}