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
de8f8c58
Commit
de8f8c58
authored
Jul 14, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed group setting from panel settings
parent
b8bca8ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
config.js
+1
-1
partials/panelgeneral.html
+0
-3
No files found.
config.js
View file @
de8f8c58
...
...
@@ -20,7 +20,7 @@ var config = new Settings(
elasticsearch
:
"http://"
+
window
.
location
.
hostname
+
":9200"
,
// elasticsearch: 'http://localhost:9200',
kibana_index
:
"kibana-int"
,
modules
:
[
'histogram'
,
'map'
,
'pie'
,
'table'
modules
:
[
'histogram'
,
'map'
,
'pie'
,
'table'
,
'timepicker'
,
'text'
,
'fields'
,
'hits'
,
'dashcontrol'
,
'column'
,
'derivequeries'
,
'trends'
,
'bettermap'
,
'query'
],
}
...
...
partials/panelgeneral.html
View file @
de8f8c58
...
...
@@ -2,9 +2,6 @@
<div
class=
"span4"
>
<label
class=
"small"
>
Title
</label><input
type=
"text"
class=
"input-medium"
ng-model=
'panel.title'
></input>
</div>
<div
class=
"span4"
>
<label
class=
"small"
>
Group(s) (comma seperated)
</label><input
array-join
type=
"text"
class=
"input-medium"
ng-model=
'panel.group'
></input>
</div>
<div
class=
"span2"
ng-hide=
"panel.sizeable == false"
>
<label
class=
"small"
>
Span
</label>
<select
class=
"input-mini"
ng-model=
"panel.span"
ng-options=
"f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"
></select>
</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