Skip to content
Snippets Groups Projects
Commit ed1f00d8 authored by Julian's avatar Julian
Browse files

Display icons in frontend

parent a9803e3b
No related branches found
No related tags found
1 merge request!1125Resolve "[Vue] Notifications look ugly"
......@@ -10,7 +10,7 @@
:class="notification.read ? 'grey lighten-1' : 'primary white--text'"
dark
>
mdi-monitor-dashboard
mdi-{{ notification.icon.toLowerCase().replaceAll("_", "-") }}
</v-icon>
</v-list-item-avatar>
<v-list-item-content>
......
......@@ -6,6 +6,7 @@
title
description
link
icon
created
sender
read
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment