Skip to content

Commit

Permalink
server-demo: sort registered clients by registration date.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Nov 2, 2021
1 parent 26a531b commit c7054de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leshan-server-demo/webapp/src/views/Clients.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
class="elevation-0 fill-height ma-3"
@click:row="openLink"
:search="search"
sort-by="registrationDate"
sort-desc
>
<template v-slot:top>
<v-toolbar flat>
Expand Down

0 comments on commit c7054de

Please sign in to comment.