Skip to content

Commit 2fc9da8

Browse files
authored
Merge pull request #407 from NKatti2011/feature/LIMS-100/display-dose
[LIMS 100] Fix: Change title to group dose value
2 parents bd11498 + 10f08c8 commit 2fc9da8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ api/config.php
3232
api/vendor
3333
api/src/MockUAS.php
3434

35-
36-
.idea/
37-
35+
entrypoint.bash
36+
php-fpm.conf
37+
php-fpm.pid

client/src/js/templates/dc/dc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ <h1 class="title"></h1>
2929
<% if (DCT == 'SAD' || DCT == 'Data Collection') { %>
3030
<%if (TOTALABSDOSE) { %>
3131
<%if (DCC > 1) { %>
32-
<li>Dose: <%-TOTALABSDOSE * DCC%> MGy</li>
32+
<li>Total Dose: <%-TOTALABSDOSE * DCC%>MGy</li>
3333
<% } else { %>
34-
<li>Dose: <%-TOTALABSDOSE%> MGy</li>
34+
<li>Dose: <%-TOTALABSDOSE%>MGy</li>
3535
<% } } }%>
3636
<li>Transmission: <%-TRANSMISSION%>%</li>
3737
<li>Beamsize: <%-BSX%>x<%-BSY%>&mu;m</li>

0 commit comments

Comments
 (0)