Skip to content

Commit

Permalink
Update logo and background
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Aug 20, 2023
1 parent 524be47 commit b5a6afc
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 146 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.2.0 (IN PROGRESS)

### Features / Enhancements

- Move App plugin to Root (#82)
- Update logo and background (#83)

## 3.1.0 (2023-07-26)

### Features / Enhancements
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ RUN sed -i 's|\[navigation.app_sections\]|\[navigation.app_sections\]\nvolkovlab
RUN sed -i "s|\[\[.NavTree\]\],|nav,|g; \
s|window.grafanaBootData = {| \
let nav = [[.NavTree]]; \
nav[nav.length -1]['subTitle'] = 'Application'; \
const help = nav.find((element) => element.id === 'help'); \
if (help) { help['subTitle'] = 'Application';} \
window.grafanaBootData = {|g" \
/usr/share/grafana/public/views/index.html

Expand Down
Loading

0 comments on commit b5a6afc

Please sign in to comment.