mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Add standalone to reactified dashboard page (#1596)
This commit is contained in:
@@ -22,7 +22,9 @@ class Header extends React.PureComponent {
|
||||
<h1>{dashboard.dashboard_title}</h1>
|
||||
</div>
|
||||
<div className="pull-right">
|
||||
{this.props.dashboard.standalone_mode &&
|
||||
<Controls dashboard={dashboard} />
|
||||
}
|
||||
</div>
|
||||
<div className="clearfix" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user