Add service icon to modal header in openServiceDetailModal and openCredsModal

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3f26f03c-29fc-4d37-9d53-eebfb8a34c52

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-07 10:39:59 +00:00
committed by GitHub
parent 2fc8b64964
commit 739f6a08da
2 changed files with 40 additions and 3 deletions

View File

@@ -147,6 +147,17 @@ button.btn-reboot:hover:not(:disabled) {
font-size: 1.15rem;
font-weight: 700;
flex: 1;
display: flex;
align-items: center;
gap: 10px;
}
.creds-title-icon {
width: 28px;
height: 28px;
vertical-align: middle;
border-radius: 6px;
flex-shrink: 0;
}
.creds-close-btn {