feat(theme): add import SVG for docker image

This commit is contained in:
Joxit
2023-01-09 23:33:27 +01:00
parent 2feff56619
commit 89ae4f64c8
6 changed files with 60 additions and 49 deletions

View File

@@ -80,6 +80,8 @@ export function getHistoryIcon(attribute) {
return 'get_app';
case 'ExposedPorts':
return 'router';
case 'comment':
return 'chat';
default:
if (attribute.startsWith('custom-label-')) {
return 'label';