mirror of
https://github.com/directus/directus.git
synced 2026-01-25 19:38:25 -05:00
reorder new collection system fields
This commit is contained in:
@@ -143,30 +143,30 @@ export default defineComponent({
|
||||
label: 'sort',
|
||||
icon: 'low_priority',
|
||||
},
|
||||
userCreated: {
|
||||
enabled: false,
|
||||
name: 'user_created',
|
||||
label: 'created_by',
|
||||
icon: 'account_circle',
|
||||
},
|
||||
userUpdated: {
|
||||
enabled: false,
|
||||
name: 'user_updated',
|
||||
label: 'updated_by',
|
||||
icon: 'account_circle',
|
||||
},
|
||||
dateCreated: {
|
||||
enabled: false,
|
||||
name: 'date_created',
|
||||
label: 'created_on',
|
||||
icon: 'access_time',
|
||||
},
|
||||
userCreated: {
|
||||
enabled: false,
|
||||
name: 'user_created',
|
||||
label: 'created_by',
|
||||
icon: 'account_circle',
|
||||
},
|
||||
dateUpdated: {
|
||||
enabled: false,
|
||||
name: 'date_updated',
|
||||
label: 'updated_on',
|
||||
icon: 'access_time',
|
||||
},
|
||||
userUpdated: {
|
||||
enabled: false,
|
||||
name: 'user_updated',
|
||||
label: 'updated_by',
|
||||
icon: 'account_circle',
|
||||
},
|
||||
});
|
||||
|
||||
const saving = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user