diff --git a/lib/www/client/source/src/views/ProjectList.vue b/lib/www/client/source/src/views/ProjectList.vue index 52ae2a4..b7a4a95 100644 --- a/lib/www/client/source/src/views/ProjectList.vue +++ b/lib/www/client/source/src/views/ProjectList.vue @@ -156,7 +156,7 @@ export default { }, ], items: [], - options: {}, + options: { sortBy: ["pid"], sortDesc: [true] }, // Whether or not to show archived projects showArchived: true,