show auth key once the agent is created

This commit is contained in:
2026-02-12 16:39:23 +08:00
parent c87c883313
commit 56124069e1
3 changed files with 111 additions and 1 deletions

View File

@@ -108,6 +108,33 @@ button:disabled {
padding: 10px;
}
.launch-credentials {
background: #fff4df;
border: 1px solid #f0d5a8;
border-radius: 8px;
margin-top: 12px;
padding: 12px;
}
.launch-credentials h3 {
margin: 0 0 8px;
}
.launch-credentials > div {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 6px 0;
}
.launch-credentials code {
background: #fff;
border: 1px solid #f0d5a8;
border-radius: 4px;
padding: 2px 6px;
}
.empty-panel {
margin-top: 30px;
}