We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 309ee1e + a606a5d commit 4b8b11eCopy full SHA for 4b8b11e
1 file changed
src/views/Validation.vue
@@ -622,7 +622,8 @@
622
</template>
623
<template #extra-actions>
624
<NcButton variant="tertiary"
625
- :aria-label="chainOpenState[signerIndex] ? t('libresign', 'Collapse certificate chain') : t('libresign', 'Expand certificate chain')">
+ :aria-label="chainOpenState[signerIndex] ? t('libresign', 'Collapse certificate chain') : t('libresign', 'Expand certificate chain')"
626
+ @click.stop="toggleState(chainOpenState, signerIndex)">
627
<template #icon>
628
<NcIconSvgWrapper v-if="chainOpenState[signerIndex]"
629
:path="mdiUnfoldLessHorizontal" />
0 commit comments