Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
45c69fa6
Commit
45c69fa6
authored
Dec 08, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(influxdb): fixed issue where Group By label was only showed on first query, fixes #3453
parent
cdc36dd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
CHANGELOG.md
+1
-0
public/app/plugins/datasource/influxdb/partials/query.editor.html
+1
-1
No files found.
CHANGELOG.md
View file @
45c69fa6
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
### Bug Fixes
### Bug Fixes
*
**metric editors**
: Fix for clicking typeahead auto dropdown option, fixes
[
#3428
](
https://github.com/grafana/grafana/issues/3428
)
*
**metric editors**
: Fix for clicking typeahead auto dropdown option, fixes
[
#3428
](
https://github.com/grafana/grafana/issues/3428
)
*
**influxdb**
: Fixed issue showing Group By label only on first query, fixes
[
#3453
](
https://github.com/grafana/grafana/issues/3453
)
# 2.6.0-Beta1 (2015-12-04)
# 2.6.0-Beta1 (2015-12-04)
...
...
public/app/plugins/datasource/influxdb/partials/query.editor.html
View file @
45c69fa6
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<div
class=
"tight-form"
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item query-keyword tight-form-align"
style=
"width: 75px;"
>
<li
class=
"tight-form-item query-keyword tight-form-align"
style=
"width: 75px;"
>
<span
ng-show=
"$index === 0"
>
GROUP BY
</span>
<span>
GROUP BY
</span>
</li>
</li>
<li
ng-repeat=
"part in queryModel.groupByParts"
>
<li
ng-repeat=
"part in queryModel.groupByParts"
>
<influx-query-part-editor
part=
"part"
class=
"tight-form-item tight-form-func"
remove-action=
"removeGroupByPart(part, $index)"
part-updated=
"get_data();"
get-options=
"getPartOptions(part)"
></influx-query-part-editor>
<influx-query-part-editor
part=
"part"
class=
"tight-form-item tight-form-func"
remove-action=
"removeGroupByPart(part, $index)"
part-updated=
"get_data();"
get-options=
"getPartOptions(part)"
></influx-query-part-editor>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment