Skip to content

Commit

Permalink
fix dropdown box
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Nov 25, 2022
1 parent 079dc58 commit 78715fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supercon2/templates/process_log.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2>SuperCon<sup>2</sup> | Processing log</h2>
{ text: 'Message', value: 'message', hidden: false, filter: this.messageFilter, filterKeyword: '', shouldHideEmpty: false },
{ text: 'Service', value: 'service', hidden: false, filter: this.serviceFilter, filterKeyword: 'all', shouldHideEmpty: false,
selectItems: [
'all', 'extraction', 'table_processing'
'all', 'extraction', 'table_compute'
]
},
{ text: 'Path', value: 'path', hidden: false, filter: this.pathFilter, filterKeyword: '', shouldHideEmpty: false },
Expand Down

0 comments on commit 78715fd

Please sign in to comment.