Skip to content

Commit

Permalink
Update plugin descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Oct 23, 2024
1 parent 3aa82e6 commit 2493de8
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 12 deletions.
4 changes: 3 additions & 1 deletion src/components/Plugins/BusinessCalendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export const BusinessCalendar: React.FC = () => {
return (
<Card>
<Card.Heading>Business Calendar</Card.Heading>
<Card.Description>Display events and change time range.</Card.Description>
<Card.Description>
Displays events in a stylish calendar format. The data can come from various data sources.
</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-calendar/">
<svg width="40" height="40" viewBox="0 0 310 322" fill="none">
Expand Down
4 changes: 3 additions & 1 deletion src/components/Plugins/BusinessCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export const BusinessCharts: React.FC = () => {
return (
<Card>
<Card.Heading>Business Charts</Card.Heading>
<Card.Description>Powerful visualizations powered by Apache ECharts.</Card.Description>
<Card.Description>
Integrates charts and graphs created by the Apache ECharts library into your Grafana dashboard.
</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-charts/">
<svg width={40} height={40} viewBox="0 0 107 94">
Expand Down
5 changes: 4 additions & 1 deletion src/components/Plugins/BusinessForms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ export const BusinessForms: React.FC = () => {
return (
<Card>
<Card.Heading>Business Forms</Card.Heading>
<Card.Description>Insert, update application data, and modify configuration.</Card.Description>
<Card.Description>
Allows inserting and updating application data, as well as modifying configuration directly from your Grafana
dashboard.
</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-forms/">
<svg width={40} height={40} viewBox="0 0 79 58">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Plugins/BusinessInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const BusinessInput: React.FC = () => {
return (
<Card>
<Card.Heading>Business Input</Card.Heading>
<Card.Description>Store and create your data.</Card.Description>
<Card.Description>Allows storing and emulating your data using JavaScript and LLM.</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-input/">
<svg width={40} height={40} viewBox="0 0 121 83" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down
5 changes: 4 additions & 1 deletion src/components/Plugins/BusinessMedia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ export const BusinessMedia: React.FC = () => {
return (
<Card>
<Card.Heading>Business Media</Card.Heading>
<Card.Description>Display media files.</Card.Description>
<Card.Description>
Allows to create the desired visual experience by mixing and matching any supported formats for multimedia file
visualizations.
</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-media/">
<svg width={40} height={40} viewBox="0 0 88 62">
Expand Down
4 changes: 3 additions & 1 deletion src/components/Plugins/BusinessNews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export const BusinessNews: React.FC = () => {
return (
<Card>
<Card.Heading>Business News</Card.Heading>
<Card.Description>Visualize RSS/Atom feeds.</Card.Description>
<Card.Description>
Retrieves RSS and Atom feeds and allows visualizing them using Business Text and other panels.
</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-news/">
<svg width={40} height={40} viewBox="0 0 65 65">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Plugins/BusinessSatellite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const BusinessSatellite: React.FC = () => {
return (
<Card>
<Card.Heading>Business Satellite</Card.Heading>
<Card.Description>Connect to Local and Remote Grafana instances.</Card.Description>
<Card.Description>Allows to retrieve data from local and remote Grafana instances via HTTP API.</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-satellite/">
<svg width={40} height={40} viewBox="0 0 150 98" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Plugins/BusinessTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const BusinessTable: React.FC = () => {
return (
<Card>
<Card.Heading>Business Table</Card.Heading>
<Card.Description>Summarize large amounts of data.</Card.Description>
<Card.Description>Allows to simplify data visualization in table format.</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-table/">
<svg width={40} height={40} viewBox="0 0 104 84" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down
4 changes: 3 additions & 1 deletion src/components/Plugins/BusinessText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export const BusinessText: React.FC = () => {
return (
<Card>
<Card.Heading>Business Text</Card.Heading>
<Card.Description>Dynamic, data-driven text.</Card.Description>
<Card.Description>
Allows to convert plain text and table data into visually appealing, easy-to-read information cards.
</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-text/">
<svg width={40} height={40} viewBox="0 0 95 95" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down
4 changes: 3 additions & 1 deletion src/components/Plugins/BusinessVariable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export const BusinessVariable: React.FC = () => {
return (
<Card>
<Card.Heading>Business Variable</Card.Heading>
<Card.Description>Update dashboard variables.</Card.Description>
<Card.Description>
Allows you to have dashboard filters in a separate panel to place anywhere on the dashboard.
</Card.Description>
<Card.Figure>
<a target="_blank" rel="noreferrer" href="https://volkovlabs.io/plugins/business-variable/">
<svg width="40" height="40" viewBox="0 0 135 100" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down
2 changes: 0 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

services:
grafana:
image: grafana/grafana:main
Expand Down

0 comments on commit 2493de8

Please sign in to comment.