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 @@ ...@@ -8,14 +8,14 @@
:placeholder="$t('recherche.title')" /> :placeholder="$t('recherche.title')" />
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<thead class="thead-light"> <thead class="thead-light">
<th class="position-relative" @click="sort('uid')"> <th class="p-0" @click="sort('uid')">
<BtnSort <BtnSort
:title="$t('membres')" :title="$t('membres')"
fieldName="uid" fieldName="uid"
:currentSort="currentSort" :currentSort="currentSort"
:currentSortDir="currentSortDir" /> :currentSortDir="currentSortDir" />
</th> </th>
<th class="position-relative" @click="sort('expires_on')"> <th class="p-0" @click="sort('expires_on')">
<BtnSort <BtnSort
class="justify-content-end" class="justify-content-end"
:title="$t('expire')" :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