Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature ] Observability dashboards UI update #2090

Merged
merged 6 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,7 @@ exports[`Trace Detail Render Flyout component render trace detail 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -954,6 +955,7 @@ exports[`Trace Detail Render Flyout component render trace detail 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ exports[`Log Config component renders empty log config 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -994,6 +995,7 @@ exports[`Log Config component renders with query 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ exports[`Service Config component renders empty service config 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -776,6 +777,7 @@ exports[`Service Config component renders empty service config 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -856,6 +858,7 @@ exports[`Service Config component renders empty service config 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -936,6 +939,7 @@ exports[`Service Config component renders empty service config 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -1595,6 +1599,7 @@ exports[`Service Config component renders with one service selected 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -2001,6 +2006,7 @@ exports[`Service Config component renders with one service selected 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -2081,6 +2087,7 @@ exports[`Service Config component renders with one service selected 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -2161,6 +2168,7 @@ exports[`Service Config component renders with one service selected 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ exports[`Trace Config component renders empty trace config 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down Expand Up @@ -1304,6 +1305,7 @@ exports[`Trace Config component renders with one trace selected 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
textProps={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ exports[`Live tail button change live tail to 10s interval 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
iconType="stop"
textProps={
Expand Down Expand Up @@ -150,6 +151,7 @@ exports[`Live tail button starts live tail with 5s interval 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
iconType="stop"
textProps={
Expand Down Expand Up @@ -249,6 +251,7 @@ exports[`Live tail off button stop live tail 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
iconType="stop"
textProps={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ exports[`Explorer Search component renders basic component 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="right"
iconType="arrowDown"
textProps={
Expand Down Expand Up @@ -645,6 +646,7 @@ exports[`Explorer Search component renders basic component 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="right"
iconSize="s"
iconType="arrowDown"
Expand Down Expand Up @@ -840,6 +842,7 @@ exports[`Explorer Search component renders basic component 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
iconType="play"
textProps={
Expand Down Expand Up @@ -963,6 +966,7 @@ exports[`Explorer Search component renders basic component 1`] = `
>
<EuiButtonContent
className="euiButton__content"
iconGap="m"
iconSide="left"
iconType="clock"
textProps={
Expand Down
Loading
Loading