Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion enferno/data_import/templates/media-import.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</v-btn>
</v-toolbar>

<v-card class="pa-3" color="yellow lighten-4">
<v-card class="pa-3">
<v-card-title>
{{ _('Attach data to files') }}
</v-card-title>
Expand Down
2 changes: 1 addition & 1 deletion enferno/data_import/templates/sheets-import.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ <h5 class="text-caption mr-1">{{ _('Event Type') }}</h5>
<v-card class="pa-5" elevation="0">

<v-card-text>
<v-list color="yellow lighten-4" density="compact">
<v-list density="compact">
<v-list-item> {{ _('Sheet file:') }}
<v-chip small dark class="mx-2"
color="green">{{ _('Selected') }}
Expand Down
Loading