Skip to content

Commit b03901e

Browse files
author
Preetam Jinka
committed
bold table name
1 parent 7fe52a1 commit b03901e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Analysis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var Comments = function(tables) {
142142
return true;
143143
}
144144
}).map(function(o) {
145-
return m("li", "Table " + o.name)
145+
return m("li", "Table ", m("strong", o.name))
146146
})
147147
]),
148148
m("h5", "Full index scans"),

0 commit comments

Comments
 (0)