diff --git a/src/device-plugins/logs/index.js b/src/device-plugins/logs/index.js index 8f323d212..f7f06bf2b 100644 --- a/src/device-plugins/logs/index.js +++ b/src/device-plugins/logs/index.js @@ -24,6 +24,7 @@ import { ContextMenu, FlexColumn, Glyph, + SonarSidebar, } from 'sonar'; import {SonarDevicePlugin, SearchableTable} from 'sonar'; import textContent from '../../utils/textContent.js'; @@ -553,6 +554,7 @@ export default class LogTable extends SonarDevicePlugin { actions={} stickyBottom={true} /> + {this.renderSidebar()} ); }