diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-23 18:52:49 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-04-05 01:29:05 +0200 |
commit | 069de98bdd926cb25954aad94fe23be0272a7b5e (patch) | |
tree | cb77c241cc0a257d574187e333e106b811ad4f3d /webapp/.angular-cli.json | |
parent | 6aa5e4ccb5adadcc0cb802c44c1e88a35a20a925 (diff) |
Added target and terminal support in Dashboard
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/.angular-cli.json')
-rw-r--r-- | webapp/.angular-cli.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": [ |