mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
User profile pages (favorites, created content, recent activity, security & access) (#1615)
* Super * User profile page * Fixing python style * Python unit tests * Touchups and js tests * Addressing comments
This commit is contained in:
committed by
GitHub
parent
5ae98bc7c9
commit
7e1852ee88
@@ -19,7 +19,10 @@ class Header extends React.PureComponent {
|
||||
return (
|
||||
<div className="title">
|
||||
<div className="pull-left">
|
||||
<h1>{dashboard.dashboard_title}</h1>
|
||||
<h1>
|
||||
{dashboard.dashboard_title}
|
||||
<span is class="favstar" class_name="Dashboard" obj_id={dashboard.id} />
|
||||
</h1>
|
||||
</div>
|
||||
<div className="pull-right">
|
||||
{!this.props.dashboard.context.standalone_mode &&
|
||||
|
||||
Reference in New Issue
Block a user