Skip to content

Commit

Permalink
Merge pull request #57 from rciam/develop
Browse files Browse the repository at this point in the history
Add EGI Metrics Dashboard
  • Loading branch information
lionick authored Jan 27, 2025
2 parents cf673ba + dccea86 commit 8d0318f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
outPath: frontend-${{matrix.tenant}}-release-build.tar.gz
# Upload as an artifact of the current workflow
- name: Upload frontend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: frontend-${{matrix.tenant}}-release-build.tar.gz
path: frontend-${{matrix.tenant}}-release-build.tar.gz
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
requirements.txt
outPath: backend-release-build.tar.gz
- name: Upload backend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: backend-release-build.tar.gz
path: backend-release-build.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
outPath: frontend-${{matrix.tenant}}-release-build.tar.gz
# Upload as an artifact of the current workflow
- name: Upload frontend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: frontend-${{matrix.tenant}}-release-build.tar.gz
path: frontend-${{matrix.tenant}}-release-build.tar.gz
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
requirements.txt
outPath: backend-release-build.tar.gz
- name: Upload backend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: backend-release-build.tar.gz
path: backend-release-build.tar.gz
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
### Changelog

## 2025-01-27

### Added
- Add EGI Production instance at Metrics Prod

## 2023-01-12

### Added
- Add IGTF demo instance at Metrics-Dev

## 2023-12-14

### Added
- Add EGI demo instance at Metrics-Dev

## 2023-11-23
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/components/datatable.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import pdfMake from "pdfmake/build/pdfmake";
import pdfFonts from "pdfmake/build/vfs_fonts";
import $ from "jquery";

pdfMake.vfs = pdfFonts.pdfMake.vfs;
//pdfMake.vfs = pdfFonts.pdfMake.vfs;


var table;
Expand Down

0 comments on commit 8d0318f

Please sign in to comment.