fix dashboard links in welcome page (#6756)
This commit is contained in:
parent
f38cea3ee3
commit
6b0ab2100d
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue