mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -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 && (
|
||||
<div className="gf-form grafana-info-box" style={{ padding: 0 }}>
|
||||
<pre className="gf-form-pre alert alert-info" style={{ marginRight: 0 }}>
|
||||
<div className="gf-form grafana-info-box alert-info">
|
||||
<div>
|
||||
<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.
|
||||
<br /> <br />
|
||||
@ -110,7 +110,7 @@ export class Help extends React.Component<Props, State> {
|
||||
Grafana
|
||||
</li>
|
||||
</ul>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user