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
463c5199
Commit
463c5199
authored
Mar 31, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dashlist panel: added fresh panel when changing limit, Fixes #1677
parent
1d0a3660
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
CHANGELOG.md
+0
-1
conf/defaults.ini
+1
-1
public/app/panels/dashlist/editor.html
+1
-1
No files found.
CHANGELOG.md
View file @
463c5199
...
...
@@ -2,7 +2,6 @@
-
[
Issue #1671
](
https://github.com/grafana/grafana/issues/1671
)
. Data sources: Fixed issue with changing default data source (should not require full page load to take effect, now fixed)
# 2.0.0-Beta1 (2015-03-30)
**New features**
...
...
conf/defaults.ini
View file @
463c5199
...
...
@@ -16,7 +16,7 @@ router_logging = false
; the path relative to the binary where the static (html/js/css) files are placed
static_root_path
=
public
; enable gzip
enable_gzip
=
fals
e
enable_gzip
=
tru
e
; https certs & key file
cert_file
=
cert_key
=
...
...
public/app/panels/dashlist/editor.html
View file @
463c5199
...
...
@@ -47,7 +47,7 @@
<strong>
Limit number to
</strong>
</li>
<li>
<input
class=
"input-small tight-form-input"
type=
"number"
ng-model=
"panel.limit"
ng-model-onblur
ng-change=
"get_data"
>
<input
class=
"input-small tight-form-input"
type=
"number"
ng-model=
"panel.limit"
ng-model-onblur
ng-change=
"get_data
()
"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
...
...
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