File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2727 icon =" icon-rename"
2828 :name =" t('libresign', 'LibreSign')" >
2929 <div v-show =" showButtons" class =" lb-ls-buttons" >
30+ <NcEmptyContent v-if =" !hasSign && !canRequestSign && !haveRequest && !showValidation"
31+ :title =" t('libresign', 'Nothing to do')" >
32+ </NcEmptyContent >
3033 <button v-if =" hasSign" class =" primary" @click =" gotoSign" >
3134 {{ t('libresign', 'Sign') }}
3235 </button >
@@ -125,6 +128,7 @@ import NcAppSidebar from '@nextcloud/vue/dist/Components/NcAppSidebar'
125128import NcActions from ' @nextcloud/vue/dist/Components/NcActions'
126129import NcActionButton from ' @nextcloud/vue/dist/Components/NcActionButton'
127130import NcAppSidebarTab from ' @nextcloud/vue/dist/Components/NcAppSidebarTab'
131+ import NcEmptyContent from ' @nextcloud/vue/dist/Components/NcEmptyContent.js'
128132
129133export default {
130134 name: ' LibresignTab' ,
@@ -134,6 +138,7 @@ export default {
134138 NcActions,
135139 NcActionButton,
136140 NcAppSidebarTab,
141+ NcEmptyContent,
137142 Request,
138143 },
139144
You can’t perform that action at this time.
0 commit comments