mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
Add icons for P4V, Adobe Creative Cloud (#33281)
#33124 #30817 #28356 ## Testing - [x] QA'd all new/changed functionality manually
This commit is contained in:
parent
bc14761854
commit
11fa6ff313
5 changed files with 32 additions and 0 deletions
File diff suppressed because one or more lines are too long
14
frontend/pages/SoftwarePage/components/icons/P4V.tsx
Normal file
14
frontend/pages/SoftwarePage/components/icons/P4V.tsx
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -5,6 +5,7 @@ import { HOST_LINUX_PLATFORMS } from "interfaces/platform";
|
|||
import { ISoftware } from "interfaces/software";
|
||||
|
||||
import AcrobatReader from "./AcrobatReader";
|
||||
import CreativeCloud from "./AdobeCreativeCloud";
|
||||
import ChromeApp from "./ChromeApp";
|
||||
import Excel from "./Excel";
|
||||
import Extension from "./Extension";
|
||||
|
|
@ -36,6 +37,7 @@ import Figma from "./Figma";
|
|||
import Notion from "./Notion";
|
||||
import WindowsDefender from "./WindowsDefender";
|
||||
import WhatsApp from "./WhatsApp";
|
||||
import P4V from "./P4V";
|
||||
import Postman from "./Postman";
|
||||
import OnePassword from "./OnePassword";
|
||||
import OmnissaHorizonClient from "./OmnissaHorizonClient";
|
||||
|
|
@ -54,6 +56,7 @@ import WindowsAppRemote from "./WindowsAppRemote";
|
|||
export const SOFTWARE_NAME_TO_ICON_MAP = {
|
||||
appStore: AppStore,
|
||||
"adobe acrobat reader": AcrobatReader,
|
||||
"adobe creative cloud": CreativeCloud,
|
||||
"microsoft excel": Excel,
|
||||
falcon: Falcon,
|
||||
firefox: Firefox,
|
||||
|
|
@ -77,6 +80,7 @@ export const SOFTWARE_NAME_TO_ICON_MAP = {
|
|||
teamviewer: TeamViewer,
|
||||
"windows defender": WindowsDefender,
|
||||
postman: Postman,
|
||||
p4v: P4V,
|
||||
"1password": OnePassword,
|
||||
"amazon dcv": AmazonDCV,
|
||||
"company portal": IntuneCompanyPortal,
|
||||
|
|
|
|||
BIN
website/assets/images/app-icon-adobe-creative-cloud-60x60@2x.png
vendored
Normal file
BIN
website/assets/images/app-icon-adobe-creative-cloud-60x60@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
website/assets/images/app-icon-p4v-60x60@2x.png
vendored
Normal file
BIN
website/assets/images/app-icon-p4v-60x60@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
Loading…
Reference in a new issue