mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
link to referrer url directly, since we store absolute url's
This commit is contained in:
parent
f83d6c2193
commit
1e59d66e6d
4
assets/dist/js/script.js
vendored
4
assets/dist/js/script.js
vendored
File diff suppressed because one or more lines are too long
@ -71,7 +71,7 @@ class Dashboard extends Component {
|
||||
<Table period={this.state.period} endpoint="screen-resolutions" title="Screen Resolutions" headers={["#", "Resolution", "Count", "%"]} />
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<Table period={this.state.period} endpoint="referrers" title="Referrers" headers={["#", "URL", "Count", "%"]} labelCell={(p) => ( <td><a href={"//" + p.Label}>{p.Label.substring(0, 15).replace('https://', '').replace('http://', '')}</a></td>)} />
|
||||
<Table period={this.state.period} endpoint="referrers" title="Referrers" headers={["#", "URL", "Count", "%"]} labelCell={(p) => ( <td><a href={p.Label}>{p.Label.substring(0, 15).replace('https://', '').replace('http://', '')}</a></td>)} />
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<Table period={this.state.period} endpoint="browsers" title="Browsers" headers={["#", "Browser", "Count", "%"]} onAuthError={this.props.onLogout} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user