Home
last modified time | relevance | path

Searched refs:GroupByStr (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js114 v.GroupByStr = '';
119 if (v.GroupByStr.length > 0) {
120 v.GroupByStr += ', ';
122 v.GroupByStr += cb.value;
H A Ddbus_timeline_vis.js146 v.GroupByStr = '';
151 if (v.GroupByStr.length > 0) {
152 v.GroupByStr += ', ';
154 v.GroupByStr += cb.value;
H A Dipmi_timeline_vis.js157 let GroupByStr = ''; variable
478 v.GroupByStr = '';
483 if (v.GroupByStr.length > 0) {
484 v.GroupByStr += ', ';
486 v.GroupByStr += cb.value;
H A Dtimeline_view.js153 this.GroupByStr = '';
1142 if (this.GroupByStr.length > 0) {
1143 columnTitle = this.GroupByStr;