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
fc713be9
Commit
fc713be9
authored
Jan 21, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #12, operation without elastic search should now with without error
parent
a6df1a93
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/app/services/esVersion.js
+1
-1
src/config.js
+1
-1
No files found.
src/app/services/esVersion.js
View file @
fc713be9
...
@@ -16,7 +16,7 @@ function (angular, _, config) {
...
@@ -16,7 +16,7 @@ function (angular, _, config) {
var
self
=
this
;
var
self
=
this
;
this
.
init
=
function
()
{
this
.
init
=
function
()
{
getVersions
();
//
getVersions();
};
};
var
getVersions
=
function
()
{
var
getVersions
=
function
()
{
...
...
src/config.js
View file @
fc713be9
...
@@ -15,7 +15,7 @@ function (Settings) {
...
@@ -15,7 +15,7 @@ function (Settings) {
default_route
:
'/dashboard/file/default.json'
,
default_route
:
'/dashboard/file/default.json'
,
grafana_index
:
"
grafana-dash
"
,
grafana_index
:
"
kibana-int
"
,
panel_names
:
[
panel_names
:
[
'text'
,
'text'
,
...
...
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