Skip to content

Commit

Permalink
Tweak default view presets
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 16, 2019
1 parent 5b6541e commit d5afd5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/pages/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const viewModeSource = {
custom: results => viewModeSource.default(results)
};
const defaultViewPresets = [
{ name: 'Table', content: '"table"' }
{ name: 'Table', content: '{\n view: \'table\'\n}' },
{ name: 'Autolink list', content: '{\n view: \'ol\',\n item: \'auto-link\'\n}' }
];

function valueDescriptor(value) {
Expand Down

0 comments on commit d5afd5f

Please sign in to comment.