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
35de5de3
Commit
35de5de3
authored
Jun 17, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added added panel development status to each module
parent
026abe0a
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
1 deletions
+18
-1
panels/column/module.js
+1
-0
panels/dashcontrol/module.js
+1
-0
panels/debug/module.js
+1
-0
panels/derivequeries/module.js
+1
-0
panels/fields/module.js
+1
-0
panels/histogram/module.js
+1
-0
panels/hits/module.js
+1
-0
panels/map/module.js
+1
-0
panels/map2/module.js
+1
-0
panels/parallelcoordinates/module.js
+1
-0
panels/pie/module.js
+1
-0
panels/sort/module.js
+1
-0
panels/stringquery/module.js
+1
-0
panels/table/module.js
+1
-0
panels/text/module.js
+1
-0
panels/timepicker/module.js
+1
-0
panels/trends/module.js
+1
-0
partials/paneleditor.html
+1
-1
No files found.
panels/column/module.js
View file @
35de5de3
...
@@ -19,6 +19,7 @@ angular.module('kibana.column', [])
...
@@ -19,6 +19,7 @@ angular.module('kibana.column', [])
.
controller
(
'column'
,
function
(
$scope
,
$rootScope
)
{
.
controller
(
'column'
,
function
(
$scope
,
$rootScope
)
{
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
panels
:
[
panels
:
[
]
]
}
}
...
...
panels/dashcontrol/module.js
View file @
35de5de3
...
@@ -32,6 +32,7 @@ angular.module('kibana.dashcontrol', [])
...
@@ -32,6 +32,7 @@ angular.module('kibana.dashcontrol', [])
$scope
.
panel
=
$scope
.
panel
||
{};
$scope
.
panel
=
$scope
.
panel
||
{};
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
group
:
"default"
,
group
:
"default"
,
save
:
{
save
:
{
gist
:
false
,
gist
:
false
,
...
...
panels/debug/module.js
View file @
35de5de3
...
@@ -21,6 +21,7 @@ angular.module('kibana.debug', [])
...
@@ -21,6 +21,7 @@ angular.module('kibana.debug', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Experimental"
,
group
:
"ALL"
,
group
:
"ALL"
,
style
:
{
'font-size'
:
'9pt'
},
style
:
{
'font-size'
:
'9pt'
},
size
:
20
size
:
20
...
...
panels/derivequeries/module.js
View file @
35de5de3
...
@@ -26,6 +26,7 @@ angular.module('kibana.derivequeries', [])
...
@@ -26,6 +26,7 @@ angular.module('kibana.derivequeries', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Beta"
,
label
:
"Search"
,
label
:
"Search"
,
query
:
"*"
,
query
:
"*"
,
group
:
"default"
,
group
:
"default"
,
...
...
panels/fields/module.js
View file @
35de5de3
...
@@ -22,6 +22,7 @@ angular.module('kibana.fields', [])
...
@@ -22,6 +22,7 @@ angular.module('kibana.fields', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Beta"
,
group
:
"default"
,
group
:
"default"
,
style
:
{},
style
:
{},
arrange
:
'vertical'
,
arrange
:
'vertical'
,
...
...
panels/histogram/module.js
View file @
35de5de3
...
@@ -46,6 +46,7 @@ angular.module('kibana.histogram', [])
...
@@ -46,6 +46,7 @@ angular.module('kibana.histogram', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
group
:
"default"
,
group
:
"default"
,
query
:
[
{
query
:
"*"
,
label
:
"Query"
}
],
query
:
[
{
query
:
"*"
,
label
:
"Query"
}
],
mode
:
'count'
,
mode
:
'count'
,
...
...
panels/hits/module.js
View file @
35de5de3
...
@@ -26,6 +26,7 @@ angular.module('kibana.hits', [])
...
@@ -26,6 +26,7 @@ angular.module('kibana.hits', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Beta"
,
query
:
[
"*"
],
query
:
[
"*"
],
group
:
"default"
,
group
:
"default"
,
style
:
{
"font-size"
:
'10pt'
},
style
:
{
"font-size"
:
'10pt'
},
...
...
panels/map/module.js
View file @
35de5de3
...
@@ -32,6 +32,7 @@ angular.module('kibana.map', [])
...
@@ -32,6 +32,7 @@ angular.module('kibana.map', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Beta"
,
query
:
"*"
,
query
:
"*"
,
map
:
"world"
,
map
:
"world"
,
colors
:
[
'#A0E2E2'
,
'#265656'
],
colors
:
[
'#A0E2E2'
,
'#265656'
],
...
...
panels/map2/module.js
View file @
35de5de3
...
@@ -3,6 +3,7 @@ angular.module('kibana.map2', [])
...
@@ -3,6 +3,7 @@ angular.module('kibana.map2', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Broken"
,
query
:
"*"
,
query
:
"*"
,
map
:
"world"
,
map
:
"world"
,
colors
:
[
'#C8EEFF'
,
'#0071A4'
],
colors
:
[
'#C8EEFF'
,
'#0071A4'
],
...
...
panels/parallelcoordinates/module.js
View file @
35de5de3
...
@@ -6,6 +6,7 @@ angular.module('kibana.parallelcoordinates', [])
...
@@ -6,6 +6,7 @@ angular.module('kibana.parallelcoordinates', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Broken"
,
query
:
"*"
,
query
:
"*"
,
size
:
100
,
// Per page
size
:
100
,
// Per page
pages
:
5
,
// Pages available
pages
:
5
,
// Pages available
...
...
panels/pie/module.js
View file @
35de5de3
...
@@ -37,6 +37,7 @@ angular.module('kibana.pie', [])
...
@@ -37,6 +37,7 @@ angular.module('kibana.pie', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Deprecating Soon"
,
query
:
{
field
:
"_all"
,
query
:
"*"
,
goal
:
1
},
query
:
{
field
:
"_all"
,
query
:
"*"
,
goal
:
1
},
size
:
10
,
size
:
10
,
exclude
:
[],
exclude
:
[],
...
...
panels/sort/module.js
View file @
35de5de3
...
@@ -25,6 +25,7 @@ angular.module('kibana.sort', [])
...
@@ -25,6 +25,7 @@ angular.module('kibana.sort', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
label
:
"Sort"
,
label
:
"Sort"
,
sort
:
[
'_score'
,
'desc'
],
sort
:
[
'_score'
,
'desc'
],
group
:
"default"
group
:
"default"
...
...
panels/stringquery/module.js
View file @
35de5de3
...
@@ -24,6 +24,7 @@ angular.module('kibana.stringquery', [])
...
@@ -24,6 +24,7 @@ angular.module('kibana.stringquery', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
label
:
"Search"
,
label
:
"Search"
,
query
:
"*"
,
query
:
"*"
,
group
:
"default"
,
group
:
"default"
,
...
...
panels/table/module.js
View file @
35de5de3
...
@@ -33,6 +33,7 @@ angular.module('kibana.table', [])
...
@@ -33,6 +33,7 @@ angular.module('kibana.table', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
query
:
"*"
,
query
:
"*"
,
size
:
100
,
// Per page
size
:
100
,
// Per page
pages
:
5
,
// Pages available
pages
:
5
,
// Pages available
...
...
panels/text/module.js
View file @
35de5de3
...
@@ -16,6 +16,7 @@ angular.module('kibana.text', [])
...
@@ -16,6 +16,7 @@ angular.module('kibana.text', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
group
:
"default"
,
group
:
"default"
,
mode
:
"markdown"
,
mode
:
"markdown"
,
content
:
""
,
content
:
""
,
...
...
panels/timepicker/module.js
View file @
35de5de3
...
@@ -32,6 +32,7 @@ angular.module('kibana.timepicker', [])
...
@@ -32,6 +32,7 @@ angular.module('kibana.timepicker', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Stable"
,
mode
:
"relative"
,
mode
:
"relative"
,
time_options
:
[
'5m'
,
'15m'
,
'1h'
,
'6h'
,
'12h'
,
'24h'
,
'2d'
,
'7d'
,
'30d'
],
time_options
:
[
'5m'
,
'15m'
,
'1h'
,
'6h'
,
'12h'
,
'24h'
,
'2d'
,
'7d'
,
'30d'
],
timespan
:
'15m'
,
timespan
:
'15m'
,
...
...
panels/trends/module.js
View file @
35de5de3
...
@@ -23,6 +23,7 @@ angular.module('kibana.trends', [])
...
@@ -23,6 +23,7 @@ angular.module('kibana.trends', [])
// Set and populate defaults
// Set and populate defaults
var
_d
=
{
var
_d
=
{
status
:
"Beta"
,
query
:
[
"*"
],
query
:
[
"*"
],
group
:
"default"
,
group
:
"default"
,
style
:
{
"font-size"
:
'14pt'
},
style
:
{
"font-size"
:
'14pt'
},
...
...
partials/paneleditor.html
View file @
35de5de3
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
ng-include
src=
"'partials/panelgeneral.html'"
></div>
<div
ng-include
src=
"'partials/panelgeneral.html'"
></div>
<h4
style=
"text-transform: capitalize;"
>
{{panel.type}}
<small>
panel settings
</small></h4>
<h4
style=
"text-transform: capitalize;"
>
{{panel.type}}
<small>
panel settings
.
<strong
ng-show=
"!_.isUndefined(panel.status)"
>
({{panel.status}})
</strong>
</small></h4>
<div
ng-include
src=
"edit_path(panel.type)"
>
No additional settings are available for this type of panel.
</div>
<div
ng-include
src=
"edit_path(panel.type)"
>
No additional settings are available for this type of panel.
</div>
</div>
</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