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
8ac5c910
Commit
8ac5c910
authored
Mar 22, 2019
by
Oleg Gaidarenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link license corrections
Follow-up for
7316bdc9
parent
46a75099
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
+1
-1
scripts/grunt/options/compress.js
+1
-1
No files found.
README.md
View file @
8ac5c910
...
...
@@ -163,5 +163,5 @@ plugin development.
## License
Grafana is distributed under
[
Apache 2.0 License
](
https://github.com/grafana/grafana/blob/master/LICENSE
.md
)
.
Grafana is distributed under
[
Apache 2.0 License
](
https://github.com/grafana/grafana/blob/master/LICENSE
)
.
scripts/grunt/options/compress.js
View file @
8ac5c910
...
...
@@ -15,7 +15,7 @@ module.exports = function(config) {
},
{
expand
:
true
,
src
:
[
'LICENSE
.md
'
,
'README.md'
,
'NOTICE.md'
],
src
:
[
'LICENSE'
,
'README.md'
,
'NOTICE.md'
],
dest
:
'<%= pkg.name %>-<%= pkg.version %>/'
,
}
]
...
...
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