updated
This commit is contained in:
parent
c768f3762a
commit
a26f0a42c2
|
@ -13,6 +13,12 @@
|
||||||
|
|
||||||
<div id="file-selection">
|
<div id="file-selection">
|
||||||
<span v-if="selectedCount > 0">{{ selectedCount }} selected</span>
|
<span v-if="selectedCount > 0">{{ selectedCount }} selected</span>
|
||||||
|
<template >
|
||||||
|
<action
|
||||||
|
v-if="headerButtons.info"
|
||||||
|
icon="info"
|
||||||
|
:label="$t('buttons.info')"
|
||||||
|
show="info" />
|
||||||
<action
|
<action
|
||||||
v-if="headerButtons.share"
|
v-if="headerButtons.share"
|
||||||
icon="share"
|
icon="share"
|
||||||
|
|
Loading…
Reference in New Issue