Add table for agents and credentials

This commit is contained in:
Laux Dev
2026-02-25 14:29:13 +08:00
parent 1c0532efa7
commit cf54a4a2e8
8 changed files with 480 additions and 5 deletions

View File

@@ -159,12 +159,22 @@
border-radius: 6px;
border: 1px solid #616583;
background-color: transparent;
color: #85869b;
color: white;
font-family: Inter;
font-size: 16px;
outline: none;
font-style: normal;
font-weight: 400;
line-height: normal;
caret-color: #575bc7;
}
.inputField > input:focus {
border-radius: 6px;
border: 1px solid #a8aac1;
background: rgba(75, 79, 109, 0.25);
}
.inputField > input:hover {
background: rgba(75, 79, 109, 0.25);
}
.inputField > input::placeholder {
color: #85869b;

View File

@@ -71,7 +71,7 @@ const OrganizationPage = () => {
<tr>
<th width="45%">Organization Name</th>
<th width="45%">Date Created</th>
<th width="10%">Actions</th>
<th width="10%"></th>
</tr>
</thead>