SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit a443528a authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Change column order in MessagesTable

parent c103ca4e
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,7 @@ export default {
currentPage: 1,
totalRows: 1,
fields: [
{ key: 'actions', label: '' },
{ key: 'read', label: '' },
{ key: 'datetimestamp', label: 'On' },
{ key: 'data.subject', label: 'Subject' },
......@@ -255,7 +256,6 @@ export default {
{ key: 'data.recipients', label: 'Recipients' },
{ key: 'tags', label: 'Tags<br><span class="text-muted">click to remove</span>' },
{ key: 'addtag', label: '' },
{ key: 'actions', label: '' }
],
filter: null,
filterOn: [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment