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 374b402 + 5b5fe80 commit 0b43d58Copy full SHA for 0b43d58
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