From 03efb1419d33627939ee9593633fc703b957199d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 10 Mar 2020 23:42:52 +0100 Subject: Better use of space and icons in plugins administration interface --- client/src/app/shared/images/global-icon.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/images/global-icon.component.ts b/client/src/app/shared/images/global-icon.component.ts index e83daf077..a2e2b719d 100644 --- a/client/src/app/shared/images/global-icon.component.ts +++ b/client/src/app/shared/images/global-icon.component.ts @@ -53,7 +53,8 @@ const icons = { 'p2p': require('!!raw-loader?!../../../assets/images/menu/p2p.svg'), 'users': require('!!raw-loader?!../../../assets/images/global/users.svg'), 'search': require('!!raw-loader?!../../../assets/images/global/search.svg'), - 'refresh': require('!!raw-loader?!../../../assets/images/global/refresh.svg') + 'refresh': require('!!raw-loader?!../../../assets/images/global/refresh.svg'), + 'npm': require('!!raw-loader?!../../../assets/images/global/npm.svg') } export type GlobalIconName = keyof typeof icons -- cgit v1.2.3