Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
03cb9bb3
Commit
03cb9bb3
authored
Nov 05, 2015
by
Vermaat
Browse files
Merge pull request #115 from mutalyzer/counters
Fix counters reporting on about page
parents
10959a80
efee4adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mutalyzer/website/templates/about.html
View file @
03cb9bb3
...
...
@@ -240,14 +240,16 @@ always be compared directly.
counter_totals['batch-job/webservice']|d(0)) }}
</td>
</tr>
<tr>
<td>
Total (
excluding batch job
s)
</td>
<td>
Total (
all service
s)
</td>
<td
class=
"text-right"
>
{{ '{0:,}'.format(counter_totals['syntax-checker/website']|d(0) +
counter_totals['name-checker/website']|d(0) +
counter_totals['description-extractor/website']|d(0) +
counter_totals['position-converter/website']|d(0) +
counter_totals['snp-converter/website']|d(0) +
counter_totals['batch-job/website']|d(0)) }}
</td>
<td
class=
"text-right"
>
{{ '{0:,}'.format(counter_totals['syntax-checker/webservice']|d(0) +
counter_totals['name-checker/webservice']|d(0) +
counter_totals['description-extractor/webservice']|d(0) +
counter_totals['position-converter/webservice']|d(0) +
counter_totals['snp-converter/webservice']|d(0) +
counter_totals['batch-job/webservice']|d(0)) }}
</td>
...
...
@@ -261,6 +263,8 @@ always be compared directly.
counter_totals['name-checker/website']|d(0) +
counter_totals['name-checker/webservice']|d(0) +
counter_totals['name-checker/batch']|d(0) +
counter_totals['description-extractor/website']|d(0) +
counter_totals['description-extractor/webservice']|d(0) +
counter_totals['position-converter/website']|d(0) +
counter_totals['position-converter/webservice']|d(0) +
counter_totals['position-converter/batch']|d(0) +
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment