From 9ed7c44d0ff8cb6d523bc0c8d017f05e5359361f Mon Sep 17 00:00:00 2001 From: Kyle Knight Date: Tue, 10 Jan 2017 13:09:55 -0600 Subject: [PATCH] Updating sidebar content on Manage Packs (#857) * Updating sidebar content on Manage Packs * Updating documentation link and some spelling issues --- .../PackInfoSidePanel/PackInfoSidePanel.jsx | 11 ++++++++--- .../side_panels/PackInfoSidePanel/_styles.scss | 11 ++++++++++- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx b/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx index 4d60f31702..27cefa9622 100644 --- a/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx +++ b/frontend/components/side_panels/PackInfoSidePanel/PackInfoSidePanel.jsx @@ -37,12 +37,17 @@ const PackInfoSidePanel = () => {
Record full query result each time.
+

Where do I find results?

- Packs are distributed to specified targets. Targets may be - individual hosts or groups of hosts called labels. + Packs are distributed to specified targets. Targets may be individual hosts or groups of hosts called labels.

+

The results of queries run via query packs are stored in log files for your convenience. We recommend forwarding this logs to a log aggregation tool or other actionable tool for further analysis. These logs can be found in the following locations:

+

- Learn more about Query Packs in the documentation. + Learn more about log aggregation in the documentation.

); diff --git a/frontend/components/side_panels/PackInfoSidePanel/_styles.scss b/frontend/components/side_panels/PackInfoSidePanel/_styles.scss index 12234b5479..be634a0dd1 100644 --- a/frontend/components/side_panels/PackInfoSidePanel/_styles.scss +++ b/frontend/components/side_panels/PackInfoSidePanel/_styles.scss @@ -17,7 +17,16 @@ margin: 0 0 4px; } - p { + &__subtitle { + font-size: 16px; + letter-spacing: 0.7px; + color: $text-dark; + margin: 0 0 10px; + padding-top: 15px; + } + + p, + ul { font-size: 13px; line-height: 1.85; letter-spacing: 0.5px;