Skip to content

Commit

Permalink
Signal mapping screen : mapping with negative numbers is not well dis…
Browse files Browse the repository at this point in the history
…played (#6372)

Signed-off-by: vlo-rte <valerie.longa@rte-france.com>
  • Loading branch information
vlo-rte authored and quinarygio committed May 21, 2024
1 parent de96af6 commit 39e3e58
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
<th scope="col">Signal code</th>
</tr>
<tr>
<td translate>shared.severity.alarm</td>
<td style="width: 80%" translate>shared.severity.alarm</td>
<td >{{supportedSignals['ALARM']}}</td>
</tr>
<tr>
<td translate>shared.severity.action</td>
<td style="width: 80%" translate>shared.severity.action</td>
<td >{{supportedSignals['ACTION']}}</td>
</tr>
<tr>
<td translate>shared.severity.compliant</td>
<td style="width: 80%" translate>shared.severity.compliant</td>
<td >{{supportedSignals['COMPLIANT']}}</td>
</tr>
<tr>
<td translate>shared.severity.information</td>
<td style="width: 80%" translate>shared.severity.information</td>
<td >{{supportedSignals['INFORMATION']}}</td>
</tr>
</table>
Expand Down

0 comments on commit 39e3e58

Please sign in to comment.