Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
b79e0ef1
Commit
b79e0ef1
authored
Nov 16, 2011
by
Naoki Kambe
Browse files
[917] add TODO for the user-visible name
parent
3d3592d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/stats/stats_httpd.py.in
View file @
b79e0ef1
...
...
@@ -721,6 +721,9 @@ class StatsHttpd:
"title" : stats_spec["item_description"] \
if "item_description" in stats_spec \
else "" })
# TODO: Consider whether we should always use
# the identical name "item_name" for the
# user-visible name in XSL.
td.text = stats_spec[ "item_title" if "item_title" in stats_spec else "item_name" ]
tr.append(td)
td = xml.etree.ElementTree.Element("td")
...
...
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