Skip to content

Commit 021a6c6

Browse files
authored
Update GitHub repository (#18)
1 parent bbd080e commit 021a6c6

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Business Table panel for Grafana
1+
# Business Table for Grafana
22

3-
![Table](https://github.com/VolkovLabs/volkovlabs-table-panel/raw/main/src/img/dashboard.png)
3+
![Table](https://github.com/VolkovLabs/business-table/raw/main/src/img/dashboard.png)
44

55
![Grafana](https://img.shields.io/badge/Grafana-11.1-orange)
6-
![CI](https://github.com/volkovlabs/volkovlabs-table-panel/workflows/CI/badge.svg)
7-
![E2E](https://github.com/volkovlabs/volkovlabs-table-panel/workflows/E2E/badge.svg)
8-
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-table-panel/branch/main/graph/badge.svg)](https://codecov.io/gh/VolkovLabs/volkovlabs-table-panel)
9-
[![CodeQL](https://github.com/VolkovLabs/volkovlabs-table-panel/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/VolkovLabs/volkovlabs-table-panel/actions/workflows/codeql-analysis.yml)
6+
![CI](https://github.com/volkovlabs/business-table/workflows/CI/badge.svg)
7+
![E2E](https://github.com/volkovlabs/business-table/workflows/E2E/badge.svg)
8+
[![codecov](https://codecov.io/gh/VolkovLabs/business-table/branch/main/graph/badge.svg)](https://codecov.io/gh/VolkovLabs/business-table)
9+
[![CodeQL](https://github.com/VolkovLabs/business-table/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/VolkovLabs/business-table/actions/workflows/codeql-analysis.yml)
1010

1111
## Introduction
1212

1313
Business Table panel is a Grafana plugin that allows to summarize large amounts of data from various data sources.
1414

1515
## Requirements
1616

17-
- Business Table Panel 1.X requires **Grafana 10** or **Grafana 11**.
17+
- Business Table panel 1.X requires **Grafana 10** or **Grafana 11**.
1818

19-
You can install the Business Table Panel plugin from the [Grafana Plugins catalog](https://grafana.com/grafana/plugins/volkovlabs-table-panel/) or use the Grafana command line tool.
19+
You can install the Business Table panel plugin from the [Grafana Plugins catalog](https://grafana.com/grafana/plugins/volkovlabs-table-panel/) or use the Grafana command line tool.
2020

2121
For the latter, please use the following command:
2222

@@ -26,7 +26,9 @@ grafana-cli plugins install volkovlabs-table-panel
2626

2727
## Highlights
2828

29-
- Summarizes large amounts of data.
29+
- Tree View with expandable and collapsible elements.
30+
- Supporting tabs for multiple data frame views.
31+
- Summarizing a large amount of data.
3032

3133
## Business Suite for Grafana
3234

@@ -40,11 +42,11 @@ The collection aims to solve the most frequent business tasks by providing an in
4042

4143
We're looking forward to hearing from you. You can use different ways to get in touch with us.
4244

43-
- Ask a question, request a new feature, or report an issue at [GitHub issues](https://github.com/volkovlabs/volkovlabs-table-panel/issues).
45+
- Ask a question, request a new feature, or report an issue at [GitHub issues](https://github.com/volkovlabs/business-table/issues).
4446
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and leave your comments.
4547
- Sponsor our open-source plugins for Grafana at [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
4648
- Support our project by starring the repository.
4749

4850
## License
4951

50-
Apache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/volkovlabs-table-panel/blob/main/LICENSE).
52+
Apache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/business-table/blob/main/LICENSE).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tslib": "^2.6.3",
1414
"uuid": "^10.0.0"
1515
},
16-
"description": "Business Table Panel for Grafana",
16+
"description": "Summarize large amounts of data",
1717
"devDependencies": {
1818
"@babel/core": "^7.25.2",
1919
"@grafana/eslint-config": "^7.0.0",
@@ -55,7 +55,7 @@
5555
"node": ">=20"
5656
},
5757
"license": "Apache-2.0",
58-
"name": "volkovlabs-table-panel",
58+
"name": "business-table",
5959
"scripts": {
6060
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
6161
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "GitHub",
22-
"url": "https://github.com/volkovlabs/volkovlabs-table-panel"
22+
"url": "https://github.com/volkovlabs/business-table"
2323
}
2424
],
2525
"logos": {

0 commit comments

Comments
 (0)