diff --git a/public/css/styles.css b/public/css/styles.css index 3813402..e17ff79 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -3437,50 +3437,36 @@ tbody tr:hover td { white-space: nowrap; } -.history-card-status { - display: flex; - align-items: center; - gap: 10px; - flex-shrink: 0; -} - -.history-card-date { - font-size: 12px; - color: var(--text-muted); - white-space: nowrap; -} - -.history-card-meta { - display: flex; - align-items: center; - justify-content: space-between; - gap: 12px; -} - .history-card-task { font-size: 13px; color: var(--text-secondary); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - flex: 1; - min-width: 0; } +.history-card-info { + display: flex; + align-items: center; + gap: 16px; + font-size: 12px; + color: var(--text-muted); +} + +.history-card-date, .history-card-duration { display: flex; align-items: center; - gap: 4px; - font-size: 12px; - color: var(--text-muted); - flex-shrink: 0; + gap: 5px; white-space: nowrap; } +.history-card-date i, .history-card-duration i { - width: 12px; - height: 12px; + width: 13px; + height: 13px; flex-shrink: 0; + opacity: 0.6; } .history-card-actions { @@ -3986,12 +3972,6 @@ tbody tr:hover td { height: 12px; } -.history-card-duration-group { - display: flex; - align-items: center; - gap: 12px; -} - .pipeline-step-meta-group { display: flex; align-items: center; diff --git a/public/index.html b/public/index.html index a623da6..962d721 100644 --- a/public/index.html +++ b/public/index.html @@ -1118,6 +1118,7 @@ + diff --git a/public/js/app.js b/public/js/app.js index bd54933..0c0a6db 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -253,7 +253,7 @@ const App = {
${agent.description}
` : ''} + ${agent.description ? `${Utils.escapeHtml(agent.description)}
` : ''} ${tags}