Skip to content

Commit

Permalink
Update Customize tutorial (#104)
Browse files Browse the repository at this point in the history
* Update Customize tutorial

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Jul 25, 2024
1 parent a244f70 commit 4c25443
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log

## 4.1.0 (IN PROGRESS)
## 4.1.0 (2024-07-25)

### Features / Enhancements

- Updated Dockerfile to separate categories (#101)
- Updated background and image (#102)
- Updated Dockerfile description (#103)
- Updated Customize tutorial (#104)

## 4.0.0 (2024-07-07)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN sed -i "s|\[\[.NavTree\]\],|nav,|g; \
const connections = nav.find((element) => element.id === 'connections'); \
if (connections) { connections['url'] = '/datasources'; connections['children'].shift(); } \
const help = nav.find((element) => element.id === 'help'); \
if (help) { help['subTitle'] = 'Business Suite 4.0.0'; help['children'] = [];} \
if (help) { help['subTitle'] = 'Business Suite 4.1.0'; help['children'] = [];} \
window.grafanaBootData = {|g" \
/usr/share/grafana/public/views/index.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Business Suite App includes a Docker image with customized Grafana and an ap

Months of work bundled with deep expertise nicely wrapped into a 7-minute long video revealing simple steps to customize Grafana. In this tutorial, we answered all community questions we collected to this moment.

[![Customization](https://raw.githubusercontent.com/volkovlabs/volkovlabs-app/main/img/customize.png)](https://youtu.be/ChI78v4UZc0)
[![Customization](https://raw.githubusercontent.com/volkovlabs/volkovlabs-app/main/img/grafana-11.png)](https://youtu.be/ChI78v4UZc0)

## Docker image

Expand Down
Binary file added img/grafana-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "4.0.0"
"version": "4.1.0"
}

0 comments on commit 4c25443

Please sign in to comment.