mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-03-14 20:52:51 +00:00
Added timeline view to features
This commit is contained in:
parent
b4f31cd1aa
commit
a578d61873
2 changed files with 5 additions and 0 deletions
premium/web-frontend/modules/baserow_premium
|
@ -12,6 +12,10 @@
|
|||
<i class="iconoir-check premium-features__feature-icon"></i>
|
||||
{{ $t('premiumFeatures.calendarView') }}
|
||||
</li>
|
||||
<li class="premium-features__feature">
|
||||
<i class="iconoir-check premium-features__feature-icon"></i>
|
||||
{{ $t('premiumFeatures.timelineView') }}
|
||||
</li>
|
||||
<li class="premium-features__feature">
|
||||
<i class="iconoir-check premium-features__feature-icon"></i>
|
||||
{{ $t('premiumFeatures.exports') }}
|
||||
|
|
|
@ -269,6 +269,7 @@
|
|||
"rowComments": "Row comments",
|
||||
"kanbanView": "Kanban view",
|
||||
"calendarView": "Calendar view",
|
||||
"timelineView": "Timeline view",
|
||||
"exports": "JSON and XML export",
|
||||
"admin": "Admin functionality",
|
||||
"rowColoring": "Row coloring",
|
||||
|
|
Loading…
Reference in a new issue