mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed unit tests
This commit is contained in:
parent
9ac3821454
commit
e7fe0bd668
@ -54,7 +54,11 @@ export class Settings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const bootData = (window as any).grafanaBootData || { settings: {} };
|
const bootData = (window as any).grafanaBootData || {
|
||||||
|
settings: {},
|
||||||
|
user: {},
|
||||||
|
};
|
||||||
|
|
||||||
const options = bootData.settings;
|
const options = bootData.settings;
|
||||||
options.bootData = bootData;
|
options.bootData = bootData;
|
||||||
|
|
||||||
|
@ -78,6 +78,7 @@ $column-horizontal-spacing: 10px;
|
|||||||
|
|
||||||
.logs-row__labels {
|
.logs-row__labels {
|
||||||
max-width: 20%;
|
max-width: 20%;
|
||||||
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-row__message {
|
.logs-row__message {
|
||||||
@ -189,10 +190,6 @@ $column-horizontal-spacing: 10px;
|
|||||||
box-shadow: $popover-shadow;
|
box-shadow: $popover-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-row__labels {
|
|
||||||
line-height: 1.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logs-stats__info {
|
.logs-stats__info {
|
||||||
margin-bottom: $spacer / 2;
|
margin-bottom: $spacer / 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user