icingaweb2-module-grafana icon indicating copy to clipboard operation
icingaweb2-module-grafana copied to clipboard

Display selected time range

Open kogaba opened this issue 6 years ago • 3 comments

It is rather a "pull request", because I couldn't find any way to show the selected timerange, so I made this simple modification:

library/Grafana/ProvidedHook/Grapher.php
  $menu .= '<td><div class="grafana-icon"><div class="grafana-clock"></div></div>'.$this->timerange.'</td>';

Please add it to the code Thanks for the module!

kogaba avatar Feb 15 '19 09:02 kogaba

I will takea a look after my vacations

Mikesch-mp avatar Feb 15 '19 11:02 Mikesch-mp

Thanks! I modified the corresponding less file a bit also: screenshot from 2019-02-15 17-46-16

grafana/public/css/module.less

div.grafana-icon {
  height: 32px
-  width: 32px;
+ width: 28px;
  position: relative;
  margin: 0px;
  overflow: hidden;
  display: inline-block;
+  vertical-align:middle;
}

kogaba avatar Feb 15 '19 16:02 kogaba

(thumbs up)

btrnka63 avatar May 31 '21 12:05 btrnka63

will be in 2.0.0

Mikesch-mp avatar Feb 23 '23 12:02 Mikesch-mp