mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Changed mobile badge from 'technical preview' to 'beta' (#167543)
## Summary The Mobile product is moving from technical preview to beta. This change reflects that in the UI. Before: <img width="659" alt="Screenshot 2023-09-25 at 4 15 13 PM" src="59b85ca2
-7feb-4899-bf6c-54da0c66fb51"> After: <img width="692" alt="Screenshot 2023-09-25 at 4 02 50 PM" src="7b52451b
-0f0d-415e-8679-0f19c6e83094"> <img width="770" alt="Screenshot 2023-09-25 at 4 04 54 PM" src="0898511a
-77ab-4c3f-ac3a-ca22513f8593">
This commit is contained in:
parent
ec7e5079e3
commit
ee1f448d64
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ import { useTimeRange } from '../../../../hooks/use_time_range';
|
|||
import { getAlertingCapabilities } from '../../../alerting/utils/get_alerting_capabilities';
|
||||
import { MobileSearchBar } from '../../../app/mobile/search_bar';
|
||||
import { ServiceIcons } from '../../../shared/service_icons';
|
||||
import { BetaBadge } from '../../../shared/beta_badge';
|
||||
import { TechnicalPreviewBadge } from '../../../shared/technical_preview_badge';
|
||||
import { ApmMainTemplate } from '../apm_main_template';
|
||||
import { AnalyzeDataButton } from '../apm_service_template/analyze_data_button';
|
||||
|
@ -122,7 +123,7 @@ function TemplateWithContext({
|
|||
/>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem grow={false}>
|
||||
<TechnicalPreviewBadge />
|
||||
<BetaBadge icon="beta" />
|
||||
</EuiFlexItem>
|
||||
</EuiFlexGroup>
|
||||
</EuiFlexItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue