Skip to content

Commit

Permalink
feat: Certificate Requests Table Query (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Jun 20, 2024
1 parent 604f3cd commit 84ff608
Show file tree
Hide file tree
Showing 14 changed files with 584 additions and 118 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ rockcraft pack -v
version=$(yq '.version' rockcraft.yaml)
sudo rockcraft.skopeo --insecure-policy copy oci-archive:gocert_${version}_amd64.rock docker-daemon:gocert:${version}
docker run gocert:${version}
```
```
179 changes: 159 additions & 20 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
},
"dependencies": {
"next": "14.2.3",
"pkijs": "^3.1.0",
"react": "^18",
"react-dom": "^18",
"react-query": "^3.39.3",
"sass": "^1.77.4",
"vanilla-framework": "^4.11.0"
},
Expand Down
Loading

0 comments on commit 84ff608

Please sign in to comment.