Skip to content

Commit

Permalink
Merge pull request #102 from MVarshini/PANDA-406
Browse files Browse the repository at this point in the history
Home and OCP Page
  • Loading branch information
chentex authored Jul 16, 2024
2 parents 84aa69a + 7075082 commit 7189136
Show file tree
Hide file tree
Showing 54 changed files with 5,891 additions and 662 deletions.
13 changes: 12 additions & 1 deletion frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
# Dependency directories
node_modules/
jspm_packages/
package-lock.json

dist
dist-ssr
*.local

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down
3 changes: 2 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

Currently, two official plugins are available:


# Openshift Performance Dashbaord
Expand Down Expand Up @@ -66,4 +67,4 @@ This application is based on v5 of PatternFly which is a production-ready UI sol

- [ReactJS](https://reactjs.org/)

- [React-Redux](https://github.com/reduxjs/react-redux)
- [React-Redux](https://github.com/reduxjs/react-redux)
Loading

0 comments on commit 7189136

Please sign in to comment.