Skip to content

Commit

Permalink
Beautify timerange menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikesch-mp committed Apr 20, 2017
1 parent 82a3902 commit 6c3828b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Grafana/ProvidedHook/Grapher.php
Expand Up @@ -237,6 +237,7 @@ public function getPreviewHtml(MonitoredObject $object)
foreach ($this->timeranges as $key => $value) {
$menu .= $this->getTimerangeLink($hostName, $serviceName, $value, $key) .' : ';
}
$menu = substr($menu, 0, -3);
$menu .= '</div>';
$html = "";

Expand Down

0 comments on commit 6c3828b

Please sign in to comment.