From 069de98bdd926cb25954aad94fe23be0272a7b5e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 23 Feb 2018 18:52:49 +0100 Subject: Added target and terminal support in Dashboard Signed-off-by: Sebastien Douheret --- webapp/.angular-cli.json | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/.angular-cli.json') diff --git a/webapp/.angular-cli.json b/webapp/.angular-cli.json index ade79a2..9aa0157 100644 --- a/webapp/.angular-cli.json +++ b/webapp/.angular-cli.json @@ -27,6 +27,7 @@ "../node_modules/font-awesome-animation/dist/font-awesome-animation.min.css", "../node_modules/nebular-icons/scss/nebular-icons.scss", "../node_modules/pace-js/templates/pace-theme-flash.tmpl.css", + "../node_modules/xterm/dist/xterm.css", "./app/@theme/styles/styles.scss" ], "scripts": [ -- cgit 1.2.3-korg