- 13 Apr, 2018 11 commits
-
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
docs: adds provisioning examples for all datasources
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
[skip ci]
Marcus Efraimsson committed -
Needed due to closing #11569
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
change default annotation limit from 10 to 100 when querying api
Marcus Efraimsson committed
-
- 12 Apr, 2018 12 commits
-
-
flopp999 committed
-
Migrating to baron scrollbar WIP
Daniel Lee committed -
Alexander Zobnin committed
-
Merge remote-tracking branch 'upstream/11053-remove-native-scrollbar' into 11053-remove-native-scrollbar
Alexander Zobnin committed -
Alexander Zobnin committed
-
build: remove code cov
Carl Bergquist committed -
Adds 1px of padding to the graph legend scroll div so that a non-table legend does not get an unnecessary scroll bar.
Daniel Lee committed -
bergquist committed
-
The -webkit-overflow-scrolling is an iOS only property: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling that turns on momementum/continuation scrolling for iOS devices. This means that when swiping, the scroll continues for a half second rather than instantly stopping the scroll when the user lifts their finger from the screen.
Daniel Lee committed -
Add minimal IAM policy example for CloudWatch data source
Carl Bergquist committed -
Tim O'Guin committed
-
Tim O'Guin committed
-
- 11 Apr, 2018 12 commits
-
-
Fixes #11562
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Hide page scrollbar when rendering using phantomjs. Hide baron scrollbar when rendering using phantomjs.
Marcus Efraimsson committed -
Fixes the height of the settings menu
Daniel Lee committed -
Merge remote-tracking branch 'upstream/11053-remove-native-scrollbar' into 11053-remove-native-scrollbar
Daniel Lee committed -
This should make the scrolling user experience much better since it will highlight and show that content actually can be scrolled when hovering over a panel.
Marcus Efraimsson committed -
The page scrollbars are custom, not rendered on the body element and with css property overflow set for scroll to be enabled. For being able to scroll the page using the keyboard when a page loads, some custom code was needed. This fix should both work when doing a full reload of a url and when navigating to other pages/dashboards. For those pages having an input field that are focused on load, scrolling by keyboard (arrow up/down) will obviously not work.
Marcus Efraimsson committed -
This resolves issue with dash list panel getting scrollbars attached to incorrect elements. Now the panel content are rendered correctly and all content are displayed as expected.
Marcus Efraimsson committed -
This resolves issue with alert list panel getting scrollbars attached to incorrect element. Now the panel content are rendered correctly and all content are displayed as expected.
Marcus Efraimsson committed -
Daniel Lee committed
-
Leonard Gram committed
-
Daniel Lee committed
-
- 10 Apr, 2018 5 commits
-
-
closes #11003
bergquist committed -
migrated metric_segment to ts
Daniel Lee committed -
https://github.com/alexanderzobnin/grafana
Merge branch 'fix-11053' of https://github.com/alexanderzobnin/grafana into alexanderzobnin-fix-11053
Daniel Lee committed -
Patrick O'Carroll committed
-
Update annotations.md to contain correct annotations api path
Carl Bergquist committed
-