Closes #507.
This commit is contained in:
Родитель
27b29807ba
Коммит
c3c75a5c21
|
@ -56,7 +56,7 @@ A local webserver is really helpful for running a version of the site on the sam
|
|||
npm install http-server -g
|
||||
# now visit localhost:8080 in your browser to see the page
|
||||
|
||||
Permalink buttons (in the top right hand corner of the main dashboards) will not work when running the site on local servers. This is because they are shortened with bit.ly, which doesn't allow local links.
|
||||
Shortlink buttons (in the top right hand corner of the main dashboards) will not work when running the site on local servers. This is because they are shortened with bit.ly, which doesn't allow local links.
|
||||
|
||||
### Submitting pull requests for the dashboard
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<div class="container-fluid">
|
||||
<header>
|
||||
<form class="navbar-form inline pull-right btn-group">
|
||||
<a href="#" class="btn btn-default permalink-button" title="Get Permalink"><i class="fa fa-link"></i> Get Permalink</a>
|
||||
<a href="#" class="btn btn-default permalink-button" title="Get Shortlink"><i class="fa fa-link"></i> Get Shortlink</a>
|
||||
<input type="text" class="permalink-text input btn btn-default">
|
||||
<a href="https://github.com/mozilla/telemetry-dashboard/issues" class="btn btn-success" title="Report a bug in Telemetry dashboards" target="_blank"><i class="fa fa-bug"></i> Report bug</a>
|
||||
<a href="/" class="btn btn-default btn-primary" title="Landing page for Telemetry dashboards"><i class="fa fa-home"></i> Telemetry Portal</a>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<div class="container-fluid">
|
||||
<header>
|
||||
<form class="navbar-form inline pull-right btn-group">
|
||||
<a href="#" class="btn btn-default permalink-button" title="Get Permalink"><i class="fa fa-link"></i> Get Permalink</a>
|
||||
<a href="#" class="btn btn-default permalink-button" title="Get Shortlink"><i class="fa fa-link"></i> Get Shortlink</a>
|
||||
<input type="text" class="permalink-text input btn btn-default">
|
||||
<a href="https://github.com/mozilla/telemetry-dashboard/issues" class="btn btn-success" title="Report a bug in Telemetry dashboards" target="_blank"><i class="fa fa-bug"></i> Report bug</a>
|
||||
<a href="/" class="btn btn-default btn-primary" title="Landing page for Telemetry dashboards"><i class="fa fa-home"></i> Telemetry Portal</a>
|
||||
|
|
Загрузка…
Ссылка в новой задаче