mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* add query editor to module * add metric section, add tests, update query type * remove use of any for betterer * fix test * add tooltip for alias * run runQuery on select change, fix metric select loading * add downsample row, differentiate for tsdb version * add tests for mteric section and downsample section * add filter section react component and tests * add tag section and tests * add rate section and tests * remove angular code * fix styling * remove comments * remove unused code
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { css } from '@emotion/css';
|
|
|
|
export const paddingRightClass = css({
|
|
paddingRight: '4px',
|
|
});
|