##// END OF EJS Templates
inspect_reply messages have 'oname', not 'name'...
inspect_reply messages have 'oname', not 'name' update adapters accordingly. The v4 message spec doc wrongly states that they key is 'name'.

File last commit:

r16912:30744239
r18423:6f1a7d99
Show More
quickhelp.less
15 lines | 221 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @font-family-monospace;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}