From c7128965a892d90318eb3e211b61c15dbbabbec0 Mon Sep 17 00:00:00 2001 From: Brian Gann Date: Thu, 28 Mar 2024 23:14:51 -0400 Subject: [PATCH 1/2] update link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee9bb49..9becfec 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ NOTE: main branch is now v2.0.0 in progress, these docs are for v1.x ### Paging enabled -![Default Paging](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-basic-dark.png) +![Default Paging](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-basic-dark.png) ### Scrolling enabled -![Scrolling](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-dark-scrolling.png) +![Scrolling](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-dark-scrolling.png) ### Light Theme with Paging From 5dbf8e201b53cfa6459833840520241b9844760c Mon Sep 17 00:00:00 2001 From: Brian Gann Date: Thu, 28 Mar 2024 23:16:09 -0400 Subject: [PATCH 2/2] fix links --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9becfec..e87e705 100644 --- a/README.md +++ b/README.md @@ -27,23 +27,23 @@ NOTE: main branch is now v2.0.0 in progress, these docs are for v1.x ### Light Theme with Paging -![Light Theme with Paging](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-basic-light.png) +![Light Theme with Paging](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-basic-light.png) ### Numbered Rows and Compact Style -![Numbered and Compact Rows](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-dark-numbered-compact.png) +![Numbered and Compact Rows](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-dark-numbered-compact.png) ## Options ### Options Tab -![Options](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-options.png) +![Options](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-options.png) Same options as built-in table panel ### Datatable Options Tab -![Datatable Options](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-dt-options.png) +![Datatable Options](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-dt-options.png) Table Display Options @@ -86,15 +86,15 @@ Theme Settings ### Row-based threshold coloring -![Thresholding with Row Coloring](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-threshold-row.png) +![Thresholding with Row Coloring](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-threshold-row.png) ### Cell based threshold coloring -![Thresholding with Cell Coloring](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-threshold-cell.png) +![Thresholding with Cell Coloring](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-threshold-cell.png) ### Cell based threshold value coloring -![Thresholding with Value Coloring](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-threshold-value.png) +![Thresholding with Value Coloring](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-threshold-value.png) ### RowColumn threshold coloring @@ -104,15 +104,15 @@ It also sets the color for each cell according to the threshold (you can tell wh This means - a row can have an overall color, with each cell indicating it's real threshold color. -![Thresholding with RowColumn1](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-threshold-rowcolumn1.png) +![Thresholding with RowColumn1](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-threshold-rowcolumn1.png) -![Thresholding with RowColumn2](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-threshold-rowcolumn2.png) +![Thresholding with RowColumn2](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-threshold-rowcolumn2.png) ### RowColumn threshold coloring including row counter Same as above, but with row counter included -![Thresholding with RowColumn including row count](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/master/src/screenshots/datatable-threshold-rowcolumn-rownumbers.png) +![Thresholding with RowColumn including row count](https://raw.githubusercontent.com/briangann/grafana-datatable-panel/v1.x/src/screenshots/datatable-threshold-rowcolumn-rownumbers.png) ## Features