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
1900c81d
Commit
1900c81d
authored
Sep 13, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(nodejs upgrade): upgraded to nodejs 4.0 for grunt build
parent
9db6f826
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
circle.yml
+2
-0
package.json
+2
-2
public/app/features/dashboard/timepicker/timepicker.ts
+0
-2
No files found.
circle.yml
View file @
1900c81d
machine
:
machine
:
node
:
version
:
4.0
environment
:
environment
:
GOPATH
:
"
/home/ubuntu/.go_workspace"
GOPATH
:
"
/home/ubuntu/.go_workspace"
ORG_PATH
:
"
github.com/grafana"
ORG_PATH
:
"
github.com/grafana"
...
...
package.json
View file @
1900c81d
...
@@ -53,8 +53,8 @@
...
@@ -53,8 +53,8 @@
"
tslint
"
:
"^2.5.0-beta"
"
tslint
"
:
"^2.5.0-beta"
},
},
"engines"
:
{
"engines"
:
{
"node"
:
"0.
10
.x"
,
"node"
:
"0.
4
.x"
,
"npm"
:
"
1.2
.x"
"npm"
:
"
2.14
.x"
},
},
"scripts"
:
{
"scripts"
:
{
"test"
:
"grunt test"
,
"test"
:
"grunt test"
,
...
...
public/app/features/dashboard/timepicker/timepicker.ts
View file @
1900c81d
...
@@ -202,8 +202,6 @@ export function settingsDirective() {
...
@@ -202,8 +202,6 @@ export function settingsDirective() {
templateUrl
:
'app/features/dashboard/timepicker/settings.html'
,
templateUrl
:
'app/features/dashboard/timepicker/settings.html'
,
controller
:
TimePickerCtrl
,
controller
:
TimePickerCtrl
,
scope
:
true
,
scope
:
true
,
link
:
function
()
{
}
};
};
}
}
...
...
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