Skip to content

Commit

Permalink
[APM] Update column widths in OTel config settings table (#161839)
Browse files Browse the repository at this point in the history
### Before
<img width="1137" alt="Screenshot 2023-07-13 at 10 26 18"
src="https://github.com/elastic/kibana/assets/5831975/105c8897-d8d9-4e10-9869-4c091ce6e815">


### After
<img width="1131" alt="Screenshot 2023-07-13 at 10 23 15"
src="https://github.com/elastic/kibana/assets/5831975/43a1b10b-71d3-49a8-ac88-a93fb208adfb">


Closes #136600
  • Loading branch information
gbamparop authored Jul 14, 2023
1 parent e9c3708 commit 5da2fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export function OpenTelemetryInstructions({
const columns: Array<EuiBasicTableColumn<ValuesType<typeof items>>> = [
{
field: 'setting',
width: '23%',
name: i18n.translate(
'xpack.apm.onboarding.config_otel.column.configSettings',
{
Expand All @@ -205,6 +206,7 @@ export function OpenTelemetryInstructions({
},
{
field: 'value',
width: '55%',
name: i18n.translate(
'xpack.apm.onboarding.config_otel.column.configValue',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function OpenTelemetryInstructions({
const columns: Array<EuiBasicTableColumn<ValuesType<typeof items>>> = [
{
field: 'setting',
width: '23%',
name: i18n.translate(
'xpack.apm.tutorial.config_otel.column.configSettings',
{
Expand All @@ -66,6 +67,7 @@ export function OpenTelemetryInstructions({
},
{
field: 'value',
width: '55%',
name: i18n.translate(
'xpack.apm.tutorial.config_otel.column.configValue',
{
Expand Down

0 comments on commit 5da2fb7

Please sign in to comment.