Skip to content

Commit f79ae0e

Browse files
committed
Add icons to table/graph lists on AQL Wizard
1 parent ac4b92b commit f79ae0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/AQLWizard.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
style="min-height: 30px;"
3333
:to="detailLink(name, graph)"
3434
>
35+
<v-list-item-icon class="ma-0 mt-1">
36+
<v-icon small>
37+
{{ graph ? "timeline" : "table_chart" }}
38+
</v-icon>
39+
</v-list-item-icon>
3540
{{ name }}
3641
</v-list-item>
3742
</v-list>

0 commit comments

Comments
 (0)