Torkel Ödegaard
a0d2e5861d
Merge pull request #16136 from grafana/rem-removal-2
...
Replaced rems with pixels or variables (part 2)
2019-03-22 12:30:06 +01:00
Torkel Ödegaard
f2e1bfcde7
Merge pull request #16099 from grafana/dashboard-variables-and-some-more
...
Removed dashboard variables + minor things
2019-03-21 15:56:32 +01:00
ijin08
85bfb1dba8
replaced rems with pixels or variables
2019-03-21 15:44:14 +01:00
ijin08
eaaa1681e2
another change that didn't come with earlier commit
2019-03-21 12:29:13 +01:00
ijin08
45e361ef13
change that didn't come with in last commit
2019-03-21 12:26:35 +01:00
ijin08
8d03db2474
reversed dashboard-padding
2019-03-21 12:15:13 +01:00
ijin08
29e68ba1fc
brought back dashboard-padding and panel-padding variables, made dashboard-padding more specific
2019-03-21 11:10:44 +01:00
ijin08
2db02bd240
replaced rem with pixels or variables
2019-03-21 10:43:06 +01:00
Torkel Ödegaard
ac82fc03d9
Merge branch 'piechart-react' of https://github.com/CorpGlory/grafana into CorpGlory-piechart-react
2019-03-20 19:01:37 +01:00
ijin08
9e57195b1d
removed dashboard variables, removed headings-font-family variable, created theme variables for links and z-index, removed unused class in _panel_editor and _dashboard
2019-03-20 09:48:19 +01:00
Hugo Häggmark
e23e6a8bdc
fix: fixed snapshots and permission select not beeing able to click
2019-03-19 14:01:21 +01:00
Steven Sheehy
ec34099ea7
Explore: Fix log stats for long labels
...
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2019-03-16 00:55:10 -05:00
Torkel Ödegaard
9c4abc9d0c
Merge pull request #15982 from steven-sheehy/hide-duplicate-column
...
explore/logs: Hide empty duplicates column
2019-03-13 20:38:18 +01:00
corpglory-dev
2bd64d2c31
Improve tooltip look
2019-03-13 19:44:18 +03:00
corpglory-dev
a550e5388a
Merge branch 'master' of https://github.com/grafana/grafana into piechart-react
2019-03-13 19:31:40 +03:00
Steven Sheehy
17184257af
explore/logs: Hide empty duplicates column
...
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2019-03-13 11:12:29 -05:00
sridhar-komati
8acc00aa66
fix for firefox checkboxes not appearing properly, added appearance as none
2019-03-13 21:38:16 +05:30
Torkel Ödegaard
9e7d1f4275
Merge pull request #15466 from grafana/bar-gauge-poc
...
New Bar Gauge panel
2019-03-13 11:12:33 +01:00
ijin08
e632309ab9
removed unused and very specific variables, also variables with same value as general variable
2019-03-13 09:40:56 +01:00
Torkel Ödegaard
71159fb606
Merge remote-tracking branch 'origin/master' into bar-gauge-poc
2019-03-13 08:26:06 +01:00
Torkel Ödegaard
e3dd70bce6
Merge pull request #15937 from alexanderzobnin/heatmap-fixes
...
Heatmap fixes and improvements
2019-03-12 17:57:01 +01:00
Torkel Ödegaard
ab2caf9ef9
Merge pull request #15943 from grafana/15429-removed-sass-var-in-js
...
Removed SASS variables being used in JS
2019-03-12 17:18:12 +01:00
ijin08
dc98fb5e82
added two new variables in default theme for panel padding, replaced panelhorizontalpadding and variables.panelverticalpadding with new variables
2019-03-12 14:24:48 +01:00
Patrick O'Carroll
b2a0c2b6d2
Merge branch 'master' into 8px-system-margins3
2019-03-12 12:42:23 +01:00
Torkel Ödegaard
51c06a8c46
Merge pull request #15901 from grafana/8px-system-margins
...
8px system margins
2019-03-12 12:31:31 +01:00
ijin08
7a15528223
removed gf-form-margin variable and replaced with space- variables where it was used
2019-03-12 12:30:34 +01:00
ijin08
1432fdd102
Merge branch '8px-system-margins2' of github.com:grafana/grafana into 8px-system-margins3
2019-03-12 08:39:44 +01:00
ijin08
d47f6e5bb3
s -> sm, m -> md, l -> lg
2019-03-12 08:34:55 +01:00
ijin08
3e6c15a88a
Merge branch '8px-system-margins' of github.com:grafana/grafana into 8px-system-margins2
2019-03-12 08:31:31 +01:00
ijin08
a418697453
s -> sm, m -> md, l -> lg
2019-03-12 08:10:31 +01:00
ijin08
204d21abbe
removed headings-margin-bottom variable
2019-03-12 08:01:20 +01:00
Steven Sheehy
aa7e348694
fix(explore/logs) not collapsing whitespace ( #15737 )
...
- Set container width to 100% so column widths can be calculated properly
- Sets duplicates, level, timestamp, local time to a fixed width based upon em units since the size of these are static
- Sets labels to be 20%
- Remove min-width:80% on message column so that it now consumes remaining space
- Additionally fixes long labels from overflowing into the messages column by properly setting a max-width per label and hiding overflow
closes #15673
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2019-03-11 15:55:11 +01:00
ijin08
fae2f54530
fixed minor misstake with dashboard padding
2019-03-11 15:38:10 +01:00
ijin08
1ad0c7678a
removed -margin, replaced with new general variables
2019-03-11 14:47:27 +01:00
Torkel Ödegaard
5f6838abca
Merge pull request #15847 from grafana/15482-go-home-with-logo
...
Logo takes you Home instead of toggling side menu #15482
2019-03-11 14:10:15 +01:00
Johannes Schill
0736b8a1fb
chore: Move sidemenu out of context service and use the logic we have in the router already for hiding the sidemenu
2019-03-11 13:18:22 +01:00
Torkel Ödegaard
4a70d4ef61
Merge pull request #15859 from grafana/font-use-rem-and-variables
...
Styling update to fonts
2019-03-11 13:09:49 +01:00
ijin08
d55f189749
added new space variables to margins in AddPanelWidget, add_data_source, dashboard_settings and sidemenu
2019-03-11 11:33:15 +01:00
ijin08
7dc4853e91
added new variables for spacing, set margins in _cards with new variables
2019-03-11 08:51:32 +01:00
Torkel Ödegaard
04c88a226b
Minor refactoring of copy tags when saving feature, #15446
2019-03-08 14:24:45 +01:00
corpglory-dev
b8fcd3d962
Improve rendering
2019-03-08 15:17:04 +03:00
ijin08
00ce556bd0
changed all rems to pixels in defaults and template, changed back root font size
2019-03-08 13:02:55 +01:00
Alexander Zobnin
55d5219a05
heatmap: fix legend padding
2019-03-07 19:49:14 +03:00
ijin08
c5f4239703
changed root font to 100%(default 16px), changed font-size from px to rem, updated rem sizes in template and default.ts files, removed display classes and variables since not used, removed lead class and variables since not usedremoved serif font since not used and probably never should be used
2019-03-07 15:37:17 +01:00
corpglory-dev
a23ba378d4
Initial tooltip
2019-03-06 20:32:37 +03:00
Torkel Ödegaard
bc2a798158
Merge pull request #15574 from grafana/more-color-variables-use-variables
...
Changed some more color variables to use variables
2019-03-06 18:07:42 +01:00
corpglory-dev
4cd91ff979
Render svg instead of canvas
2019-03-06 16:49:03 +03:00
Johannes Schill
e7297fef06
fix: Add class for input fields with help icon to avoid icon hiding the text #15771
2019-03-06 14:45:13 +01:00
Torkel Ödegaard
176315cf40
Fixed styling of gicon's in dropdown menus
2019-03-06 09:08:17 +01:00
corpglory-dev
250ee2298a
Merge branch 'master' of https://github.com/grafana/grafana into piechart-react
2019-03-05 17:13:38 +03:00