Skip to content
Snippets Groups Projects
Commit 807a23bd authored by Janis Streib's avatar Janis Streib :owl:
Browse files

UPD: use code-prop

parent 3666c62f
Branches
No related tags found
No related merge requests found
Pipeline #273715 passed with warnings
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</b-button> </b-button>
<b-popover :target="'show-wpa-key-' + bcd.name + '-' + data.index" <b-popover :target="'show-wpa-key-' + bcd.name + '-' + data.index"
triggers="focus" custom-class="popover-wide"> triggers="focus" custom-class="popover-wide">
<CopyField :text="data.item.wpa_key"/> <CopyField :text="data.item.wpa_key" code/>
</b-popover> </b-popover>
</template> </template>
<template v-slot:cell(last_login_date)="data"> <template v-slot:cell(last_login_date)="data">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment