add computer monitor
This commit is contained in:
parent
3a5e806104
commit
7362eb4492
|
@ -624,6 +624,9 @@ class Device(Thing):
|
||||||
"GraphicCard": "bi bi-brush",
|
"GraphicCard": "bi bi-brush",
|
||||||
"SoundCard": "bi bi-volume-up-fill",
|
"SoundCard": "bi bi-volume-up-fill",
|
||||||
"Monitor": "bi bi-display",
|
"Monitor": "bi bi-display",
|
||||||
|
"Display": "bi bi-display",
|
||||||
|
"ComputerMonitor": "bi bi-display",
|
||||||
|
"TelevisionSet": "bi bi-easel",
|
||||||
"TV": "bi bi-easel",
|
"TV": "bi bi-easel",
|
||||||
"Projector": "bi bi-camera-video",
|
"Projector": "bi bi-camera-video",
|
||||||
"Tablet": "bi bi-tablet-landscape",
|
"Tablet": "bi bi-tablet-landscape",
|
||||||
|
|
Reference in New Issue