Add table for agents and credentials
This commit is contained in:
@@ -169,7 +169,7 @@ const ProjectsPage = () => {
|
||||
<table className={styles.table}>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th width="25%">Name</th>
|
||||
<th>Version</th>
|
||||
<th>CPU Used/Limit</th>
|
||||
<th>Memory Used/Limit</th>
|
||||
@@ -178,7 +178,6 @@ const ProjectsPage = () => {
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
{sampleData.map((project, index) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user