mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 13:15:24 +00:00
Merge branch 'chart-enterprise-modal' into 'develop'
Add chart widget to enterprise features modal See merge request baserow/baserow!3240
This commit is contained in:
commit
729f2cfa45
2 changed files with 9 additions and 1 deletions
enterprise/web-frontend/modules/baserow_enterprise
|
@ -42,6 +42,13 @@
|
|||
<i class="iconoir-check premium-features__feature-icon"></i>
|
||||
{{ $t('enterpriseFeatures.support') }}
|
||||
</li>
|
||||
<li
|
||||
v-if="!hiddenFeatures.includes(enterpriseFeatures.CHART_WIDGET)"
|
||||
class="premium-features__feature"
|
||||
>
|
||||
<i class="iconoir-check premium-features__feature-icon"></i>
|
||||
{{ $t('enterpriseFeatures.chartWidget') }}
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -285,7 +285,8 @@
|
|||
"auditLogs": "Audit logs",
|
||||
"dataSync": "Data sync",
|
||||
"coBranding": "Co-branding logo replacement",
|
||||
"support": "Direct support"
|
||||
"support": "Direct support",
|
||||
"chartWidget": "Chart widget"
|
||||
},
|
||||
"chatwootSupportSidebarWorkspace": {
|
||||
"directSupport": "Direct support"
|
||||
|
|
Loading…
Add table
Reference in a new issue