show auth key once the agent is created
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user