revert alternate control bar for telemetry table
This commit is contained in:
@@ -54,9 +54,9 @@ define([
|
||||
|
||||
let markingProp = {
|
||||
enable: true,
|
||||
useAlternateControlBar: true,
|
||||
rowName: 'Session',
|
||||
rowNamePlural: "Session's"
|
||||
useAlternateControlBar: false,
|
||||
rowName: '',
|
||||
rowNamePlural: ''
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user