From 5fd1ebba2ec9b7add7a985c16ae8bc7184a8d316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Mon, 6 Aug 2018 06:19:29 -0700 Subject: [PATCH] show sidebar in logs plugin Summary: Logs plugin was not showing sidebar after switching to new sidebar API. Reviewed By: jknoxville Differential Revision: D9179249 fbshipit-source-id: 922be402dbbb1096343489f6027cd543010b694f --- src/device-plugins/logs/index.js | 2 ++ 1 file changed, 2 insertions(+) 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()} ); }