From decb61c419589ca4a8199091a59c374c9a04ef84 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 2 Oct 2019 12:07:28 +0200 Subject: [PATCH] Implementing components --- .../resource-list/resource-list.component.css | 3 + .../resource-types-tree.component.css | 4 + .../resource-types-tree.component.html | 79 ++++++++++++------- 3 files changed, 59 insertions(+), 27 deletions(-) diff --git a/is-monitor-frontend/src/app/resource-list/resource-list.component.css b/is-monitor-frontend/src/app/resource-list/resource-list.component.css index e69de29..83edbed 100644 --- a/is-monitor-frontend/src/app/resource-list/resource-list.component.css +++ b/is-monitor-frontend/src/app/resource-list/resource-list.component.css @@ -0,0 +1,3 @@ +table { + max-width: 800px; +} \ No newline at end of file diff --git a/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.css b/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.css index e69de29..75af832 100644 --- a/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.css +++ b/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.css @@ -0,0 +1,4 @@ +#resource-tree { + max-width: 400px; + float: left; +} \ No newline at end of file diff --git a/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.html b/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.html index 74d9dcd..684b209 100644 --- a/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.html +++ b/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.component.html @@ -1,40 +1,65 @@ -