summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-05-04 08:37:32 +0200
committerjasplin <qt-info@nokia.com>2010-05-04 08:37:32 +0200
commit3932137cec452caa36aae6d04dc9d1bdee7df9d6 (patch)
tree8bdd8a878dea2dcab018fb984508f4935431768a
parent0cb9c0f14582a6e91d44765748154906e75e9baa (diff)
Add a 'not implemented yet' note.
-rw-r--r--src/bmweb/indexsection.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bmweb/indexsection.js b/src/bmweb/indexsection.js
index 05d15d3..9623f0f 100644
--- a/src/bmweb/indexsection.js
+++ b/src/bmweb/indexsection.js
@@ -569,6 +569,8 @@ function IndexSection()
fieldset = td.appendChild(document.createElement("fieldset"));
legend = fieldset.appendChild(document.createElement("legend"));
legend.appendChild(document.createTextNode("Data Quality Statistics"));
+ legend.innerHTML =
+ "Data Quality Statistics<span style=\"color:red\"> (not implemented yet)</span>";
legend.setAttribute("style", "font-size:12");
table = fieldset.appendChild(document.createElement("table"));
table.setAttribute("style", "border:0px; padding:0px");