[Client] Make default sort lastCommunicatedAt in instances list of admin panel

This commit is contained in:
syuilo 2019-02-10 19:46:47 +09:00
parent 2dfa65027e
commit 798dc9b1df

View File

@ -148,7 +148,7 @@ export default Vue.extend({
return {
instance: null,
target: null,
sort: '+caughtAt',
sort: '+lastCommunicatedAt',
state: 'all',
limit: 50,
instances: [],