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: {
|
||||
endpoint: 'i/apps',
|
||||
limit: 100,
|
||||
params: {
|
||||
sort: '+lastUsedAt'
|
||||
}
|
||||
},
|
||||
faTrashAlt, faPlug
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue