mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #13550 from grafana/stackdriver-query-help-css
ux: minor update to look of stackdriver query help
This commit is contained in:
@@ -103,7 +103,7 @@ export class TeamList extends PureComponent<Props, any> {
|
||||
<div className="page-action-bar__spacer" />
|
||||
|
||||
<a className="btn btn-success" href="org/teams/new">
|
||||
<i className="fa fa-plus" /> New team
|
||||
New team
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -62,10 +62,7 @@ exports[`Render should render teams table 1`] = `
|
||||
className="btn btn-success"
|
||||
href="org/teams/new"
|
||||
>
|
||||
<i
|
||||
className="fa fa-plus"
|
||||
/>
|
||||
New team
|
||||
New team
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user