Skip to content

Commit

Permalink
Merge branch 'master' into YUNIKORN-1362
Browse files Browse the repository at this point in the history
  • Loading branch information
wusamzong authored Nov 28, 2023
2 parents 9410200 + e0693d7 commit 023e8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The project requires a number of external tools to be installed before the build
- [yarn](https://www.npmjs.com/package/yarn)
- [json-server](https://www.npmjs.com/package/json-server)

To manage our node packages, we've chosen Yarn. Simply execute the command `yarn install` to set up all necessary dependencies. This single step ensures that your environment is fully prepared with all the required packages.

### Development server

Run `make start-dev` for a development server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Expand Down
1 change: 0 additions & 1 deletion src/app/components/nodes-view/nodes-view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class NodesViewComponent implements OnInit {
{ colId: 'nodeId', colName: 'Node ID' },
{ colId: 'rackName', colName: 'Rack Name' },
{ colId: 'hostName', colName: 'Host Name' },
{ colId: 'partitionName', colName: 'Partition' },
{ colId: 'attributes', colName: 'Attributes' },
{ colId: 'capacity', colName: 'Capacity', colFormatter: CommonUtil.resourceColumnFormatter },
{ colId: 'occupied', colName: 'Used', colFormatter: CommonUtil.resourceColumnFormatter },
Expand Down

0 comments on commit 023e8cd

Please sign in to comment.