mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
Fix formatting (#21894)
This commit is contained in:
parent
5c54bd1e98
commit
78b1ab8360
@ -66,8 +66,8 @@ export class Help extends React.Component<Props, State> {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{displayHelp && (
|
{displayHelp && (
|
||||||
<div className="gf-form grafana-info-box" style={{ padding: 0 }}>
|
<div className="gf-form grafana-info-box alert-info">
|
||||||
<pre className="gf-form-pre alert alert-info" style={{ marginRight: 0 }}>
|
<div>
|
||||||
<h5>Alias Patterns</h5>Format the legend keys any way you want by using alias patterns. Format the legend
|
<h5>Alias Patterns</h5>Format the legend keys any way you want by using alias patterns. Format the legend
|
||||||
keys any way you want by using alias patterns.
|
keys any way you want by using alias patterns.
|
||||||
<br /> <br />
|
<br /> <br />
|
||||||
@ -110,7 +110,7 @@ export class Help extends React.Component<Props, State> {
|
|||||||
Grafana
|
Grafana
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</pre>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user