diff --git a/shell/src/app/chat/chat-panel/chat-panel.ng.html b/shell/src/app/chat/chat-panel/chat-panel.ng.html index 8ee8275c..451bd705 100644 --- a/shell/src/app/chat/chat-panel/chat-panel.ng.html +++ b/shell/src/app/chat/chat-panel/chat-panel.ng.html @@ -16,12 +16,19 @@
- @if ( - pipelineStatus() !== 'idle' && pipelineStatus() !== 'ready' && pipelineStatus() !== 'failed' - ) { -
+ @if (pipelineStatus() !== 'idle' && pipelineStatus() !== 'ready') { +
@if (pipelineStatus() === 'failed') { - error + } @else { } @@ -71,7 +78,7 @@ [disabled]="isLocked()" (click)="retryPrompt(turn.originalPrompt || '')" > - refresh + Retry Request
@@ -88,6 +95,7 @@