mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
feat(apm): add rust icon (#93781)
This commit is contained in:
parent
cecdcc538e
commit
a11f34c910
3 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,7 @@ const examples = {
|
|||
python: 'python',
|
||||
ruby: 'ruby',
|
||||
'rum-js': 'rum',
|
||||
rust: 'rust',
|
||||
'something else': undefined,
|
||||
};
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ import phpIcon from './icons/php.svg';
|
|||
import pythonIcon from './icons/python.svg';
|
||||
import rubyIcon from './icons/ruby.svg';
|
||||
import rumJsIcon from './icons/rumjs.svg';
|
||||
import rustIcon from './icons/rust.svg';
|
||||
|
||||
const agentIcons: { [key: string]: string } = {
|
||||
dotnet: dotNetIcon,
|
||||
|
@ -35,6 +36,7 @@ const agentIcons: { [key: string]: string } = {
|
|||
python: pythonIcon,
|
||||
ruby: rubyIcon,
|
||||
rum: rumJsIcon,
|
||||
rust: rustIcon,
|
||||
};
|
||||
|
||||
// This only needs to be exported for testing purposes, since we stub the SVG
|
||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue