diff --git a/README.md b/README.md index 8b3d06cb2..dd3361798 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ for the open source Puppet. * [Configuration](#configuration) * [Getting Help](#getting-help) * [Contributing](#contributing) +* [Legal](#legal) ## Requirements @@ -256,3 +257,11 @@ Older ones, may be a bit outdated: ![Single metric](https://raw.githubusercontent.com/voxpupuli/puppetboard/master/screenshots/metric.png) ![Query view](https://raw.githubusercontent.com/voxpupuli/puppetboard/master/screenshots/query.png) + +# Legal + +The app code is licensed under the [Apache License, Version 2.0](./LICENSE). + +The favicon has been created based on the icon created by [Jonathan CoutiƱo](https://thenounproject.com/ralts01/) +under the [Attribution 3.0 Unported (CC BY 3.0) license](https://creativecommons.org/licenses/by/3.0/), +downloaded from the [Noun Project](https://thenounproject.com). diff --git a/puppetboard/static/favicon.ico b/puppetboard/static/favicon.ico new file mode 100644 index 000000000..a398c8e36 Binary files /dev/null and b/puppetboard/static/favicon.ico differ diff --git a/puppetboard/static/favicon.svg b/puppetboard/static/favicon.svg new file mode 100644 index 000000000..68d41a871 --- /dev/null +++ b/puppetboard/static/favicon.svg @@ -0,0 +1,39 @@ + + diff --git a/puppetboard/templates/layout.html b/puppetboard/templates/layout.html index 8fdc2586e..e6c47bfc0 100644 --- a/puppetboard/templates/layout.html +++ b/puppetboard/templates/layout.html @@ -3,6 +3,8 @@ {{config.PAGE_TITLE}} + + {% if config.OFFLINE_MODE %}