Skip to content

Commit

Permalink
Fix file links in resource consumption report guide
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 committed Nov 4, 2024
1 parent 9f5fe7a commit 82d1c35
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions OCP/Guides/Resource_Consumption_Report/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ The detailed form shows data from all child branches:

![Detailed report XLSX](./example-report-detailed-xlsx.png)

[Download example XLSX](./example-report-detailed.xlsx)
[Download example XLSX](/_media/resource-consumption-report-guide/example-report-detailed.xlsx ":ignore")

![Detailed Report PDF](./example-report-detailed-pdf.png)

[Download example PDF](./example-report-detailed.pdf)
[Download example PDF](/_media/resource-consumption-report-guide/example-report-detailed.pdf ":ignore")

The short form only shows data from the main (first-level) branches:

![Short report XLSX](./example-report-short-xlsx.png)

[Download example XLSX](./example-report-short.xlsx)
[Download example XLSX](/_media/resource-consumption-report-guide/example-report-short.xlsx ":ignore")

![Short report PDF](./example-report-short-pdf.png)

[Download example PDF](./example-report-short.pdf)
[Download example PDF](/_media/resource-consumption-report-guide/example-report-short.pdf ":ignore")

## Report constructor

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
autoHeader: true,
// mergeNavbar: true,
// coverpage: true,
renderer: {
link: function (...args) {
console.log(args);
},
},
plugins: [
function (hook) {
var footer = [
Expand Down

0 comments on commit 82d1c35

Please sign in to comment.