Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 84bf5ba

Browse files
committed
add grow label to query editor
1 parent f7b32fb commit 84bf5ba

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

dist/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ Your backend needs to implement 4 urls:
1111
* `/query` should return metrics based on input.
1212
* `/annotations` should return annotations.
1313

14+
## Installation
15+
16+
To install this plugin using the `grafana-cli` tool:
17+
```
18+
sudo grafana-cli plugins install grafana-simple-json-datasource
19+
sudo service grafana-server restart
20+
```
21+
See [here](https://grafana.com/plugins/grafana-simple-json-datasource/installation) for more
22+
information.
23+
1424
### Example backend implementations
1525
- https://github.com/bergquist/fake-simple-json-datasource
1626

dist/partials/query.editor.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
</gf-form-dropdown>
1919
</div>
2020
</div>
21+
<div class="gf-form gf-form--grow">
22+
<div class="gf-form-label gf-form-label--grow"></div>
23+
</div>
2124
</div>
2225
</query-editor-row>

src/partials/query.editor.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
</gf-form-dropdown>
1919
</div>
2020
</div>
21+
<div class="gf-form gf-form--grow">
22+
<div class="gf-form-label gf-form-label--grow"></div>
23+
</div>
2124
</div>
2225
</query-editor-row>

0 commit comments

Comments
 (0)