Skip to content
Snippets Groups Projects
Commit af98066e authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correct btnSort in CertifList

parent 58be5470
No related branches found
No related tags found
No related merge requests found
......@@ -8,14 +8,14 @@
:placeholder="$t('recherche.title')" />
<table class="table table-striped table-hover">
<thead class="thead-light">
<th class="position-relative" @click="sort('uid')">
<th class="p-0" @click="sort('uid')">
<BtnSort
:title="$t('membres')"
fieldName="uid"
:currentSort="currentSort"
:currentSortDir="currentSortDir" />
</th>
<th class="position-relative" @click="sort('expires_on')">
<th class="p-0" @click="sort('expires_on')">
<BtnSort
class="justify-content-end"
:title="$t('expire')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment