Added plugin menu entries
This commit is contained in:
parent
f83e53770d
commit
3ef3c7757a
2 changed files with 17 additions and 0 deletions
|
@ -114,6 +114,9 @@
|
|||
style="right:2.5px;"><%- include("../svg/log-out.svg") %></span>
|
||||
<span class="usermenu-item-name">{{$root.getLz('term.logout')}}</span>
|
||||
</button>
|
||||
<button class="usermenu-item" @click="entry.onClick()" v-for="entry in pluginMenuEntries">
|
||||
{{ entry.name }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</transition>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue