Commit c26234fe authored by Michael Checo's avatar Michael Checo Committed by Commit Bot

Diagnostics: Add left-panel slot to diagnostics card

Bug: 1125150
Test: browser_tests --gtest_filter=DiagnosticsApp*
Change-Id: I98f5a156a1d6a211259efacb9133c86eabb2d237
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443210
Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org>
Reviewed-by: default avatarZentaro Kavanagh <zentaro@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813603}
parent d6aa423c
......@@ -27,7 +27,9 @@
<div id="title" class="title-container spacing">
<slot name="title"></slot>
</div>
<div>
<slot name="left-panel"></slot>
</div>
<div id="body" class="body-container spacing">
<slot name="body"></slot>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment