Fix #507 : Rename Get Permalink to Get shortlink in measurements dashboard (#512)

Closes #507.
This commit is contained in:
Sylvia Mittal 2018-03-29 00:24:00 +05:30 коммит произвёл Georg Fritzsche
Родитель 27b29807ba
Коммит c3c75a5c21
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>