mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
1c838f5872
* WIP: Add more info ro log line limit, remove redundant info * Refactor * Clean up * Adjust tests * Adjust spacing * Add test for new functionality * Update snapshot * Change solution, simplify * Remove redundant variables, makees it more clear * Update public/app/core/logs_model.ts Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MetaInfoText should render component 1`] = `
|
|
<div
|
|
className="css-1g6mnuc"
|
|
>
|
|
<Memo(MetaInfoItem)
|
|
key="0-label"
|
|
label="label"
|
|
value="value"
|
|
/>
|
|
<Memo(MetaInfoItem)
|
|
key="1-label2"
|
|
label="label2"
|
|
value="value2"
|
|
/>
|
|
</div>
|
|
`;
|