fix: убрать текст 'Выполнение...' из кнопки выполнения задачи с длительностью
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 29s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 29s
This commit is contained in:
@@ -180,7 +180,7 @@ function TaskDetail({ taskId, onClose, onRefresh, onTaskCompleted }) {
|
||||
disabled={isCompleting}
|
||||
className="complete-button"
|
||||
>
|
||||
{isCompleting ? 'Выполнение...' : '✓'}
|
||||
✓
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user