Sort workspace members list

This commit is contained in:
richard-dds
2018-11-01 14:21:21 -04:00
parent 6575afc1a0
commit bfc6766caa
2 changed files with 65 additions and 5 deletions

View File

@@ -82,10 +82,10 @@
<table v-if='searchedList && searchedList.length'>
<thead>
<tr>
<th scope="col" width="50%">Name</th>
<th scope="col" class="table-cell--align-right">Environments</th>
<th scope="col">Status</th>
<th scope="col">Workspace Role</th>
<th @click="updateSort('Name')" scope="col" width="50%">Name</th>
<th @click="updateSort('Environments')" scope="col" class="table-cell--align-right">Environments</th>
<th @click="updateSort('Status')" scope="col">Status</th>
<th @click="updateSort('Workspace Role')" scope="col">Workspace Role</th>
</tr>
</thead>