Update apps.vue
This commit is contained in:
parent
dcd43a17ba
commit
b245393bc4
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ export default Vue.extend({
|
||||||
pagination: {
|
pagination: {
|
||||||
endpoint: 'i/apps',
|
endpoint: 'i/apps',
|
||||||
limit: 100,
|
limit: 100,
|
||||||
|
params: {
|
||||||
|
sort: '+lastUsedAt'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
faTrashAlt, faPlug
|
faTrashAlt, faPlug
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue