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
39e19fdf
Commit
39e19fdf
authored
Apr 07, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #295 from jaimegago/master
Update dashLoader.js
parents
db9949d4
5525ccc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/app/controllers/dashLoader.js
+2
-2
No files found.
src/app/controllers/dashLoader.js
View file @
39e19fdf
...
@@ -49,7 +49,7 @@ function (angular, _, moment) {
...
@@ -49,7 +49,7 @@ function (angular, _, moment) {
$scope
.
set_default
=
function
()
{
$scope
.
set_default
=
function
()
{
if
(
dashboard
.
set_default
(
$location
.
path
()))
{
if
(
dashboard
.
set_default
(
$location
.
path
()))
{
alertSrv
.
set
(
'Home Set'
,
'This page has been set as your default
Kibana
dashboard'
,
'success'
,
5000
);
alertSrv
.
set
(
'Home Set'
,
'This page has been set as your default dashboard'
,
'success'
,
5000
);
}
else
{
}
else
{
alertSrv
.
set
(
'Incompatible Browser'
,
'Sorry, your browser is too old for this feature'
,
'error'
,
5000
);
alertSrv
.
set
(
'Incompatible Browser'
,
'Sorry, your browser is too old for this feature'
,
'error'
,
5000
);
}
}
...
@@ -57,7 +57,7 @@ function (angular, _, moment) {
...
@@ -57,7 +57,7 @@ function (angular, _, moment) {
$scope
.
purge_default
=
function
()
{
$scope
.
purge_default
=
function
()
{
if
(
dashboard
.
purge_default
())
{
if
(
dashboard
.
purge_default
())
{
alertSrv
.
set
(
'Local Default Clear'
,
'Your
Kibana
default dashboard has been reset to the default'
,
alertSrv
.
set
(
'Local Default Clear'
,
'Your default dashboard has been reset to the default'
,
'success'
,
5000
);
'success'
,
5000
);
}
else
{
}
else
{
alertSrv
.
set
(
'Incompatible Browser'
,
'Sorry, your browser is too old for this feature'
,
'error'
,
5000
);
alertSrv
.
set
(
'Incompatible Browser'
,
'Sorry, your browser is too old for this feature'
,
'error'
,
5000
);
...
...
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