Added icons to page headers.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<div class="columns is-multiline">
|
||||
<div class="column is-12 is-clearfix is-unselectable">
|
||||
<span class="title is-4">
|
||||
<NuxtLink to="/backends">Backends</NuxtLink>
|
||||
<NuxtLink to="/backends" v-text="'Backends'"/>
|
||||
-
|
||||
<NuxtLink :to="'/backend/' + backend">{{ backend }}</NuxtLink>
|
||||
<NuxtLink :to="'/backend/' + backend" v-text="backend"/>
|
||||
: Sessions
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user