-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WFNEWS-2513 Text changes for response type description and title (#2153)
* WFNEWS-2513 Text changes for response type description and title * Update getResponseTypeDescription function * Throw error for formatDate instead of returning empty string
- Loading branch information
Showing
3 changed files
with
13 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 2 additions & 17 deletions
19
...ic-incident-page/incident-tabs/cards/response-type-card/response-type-card.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
<content-card-container class="response-type-card" [ngSwitch]="responseTypeCode"> | ||
<content-card-container class="response-type-card"> | ||
<div class="header"> | ||
<span class="title">Response Type</span> | ||
<span class="title">Response</span> | ||
</div> | ||
|
||
<div class="content"> | ||
<div *ngSwitchCase="responseTypes.full" class="content-title"><img class="icon" | ||
src="/assets/images/svg-icons/full_response.svg" alt="full response"> | ||
Full Response | ||
</div> | ||
<div *ngSwitchCase="responseTypes.monitored" class="content-title"><img class="icon" | ||
src="/assets/images/svg-icons/monitored_response.svg" alt="monitored response"> | ||
Monitored Response | ||
</div> | ||
<div *ngSwitchCase="responseTypes.modified" class="content-title"><img class="icon" | ||
src="/assets/images/svg-icons/modified_response.svg" alt="modified response"> | ||
Modified Response | ||
</div> | ||
|
||
<span class="content-text">{{ responseText }}</span> | ||
</div> | ||
|
||
</content-card-container> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters