mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 20:45:59 +00:00
license detection fix
This commit is contained in:
@@ -27,7 +27,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
License type: <span
|
License type: <span
|
||||||
>{$config?.checkedLicense ? ($config?.checkedLicense?.licenseTypeObj?.name ?? 'Unknown') : 'Community'}</span
|
>{$config?.checkedLicense && $config?.checkedLicense?.type != 'community'
|
||||||
|
? ($config?.checkedLicense?.licenseTypeObj?.name ?? 'Unknown')
|
||||||
|
: 'Community'}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user