fix dashboard links in welcome page (#6756)

This commit is contained in:
Hugh A. Miles II 2019-01-25 08:20:00 -08:00 committed by Maxime Beauchemin
parent f38cea3ee3
commit 6b0ab2100d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class DashboardTable extends React.PureComponent {
{this.state.dashboards.map(o => (
<Tr key={o.id}>
<Td column="dashboard" value={o.dashboard_title}>
{o.dashboard_title}
<a href={o.url}>{o.dashboard_title}</a>
</Td>
<Td column="creator" value={o.changed_by_name}>
{unsafe(o.creator)}