diff --git a/pdb-js/src/app/app.component.html b/pdb-js/src/app/app.component.html
index d61bc7a..11756ec 100644
--- a/pdb-js/src/app/app.component.html
+++ b/pdb-js/src/app/app.component.html
@@ -1,9 +1,15 @@
loading
diff --git a/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html b/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
index 891a69f..845f89e 100644
--- a/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
+++ b/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
@@ -3,9 +3,9 @@
-
-
-
+
+
+
{{dashboard.name}}
{{dashboard.description}}
diff --git a/pdb-js/src/styles.scss b/pdb-js/src/styles.scss
index 1fee3f7..4bddb4d 100644
--- a/pdb-js/src/styles.scss
+++ b/pdb-js/src/styles.scss
@@ -103,6 +103,15 @@ button[disabled] .icon-inline {
background-color: #eee;
}
+.icon-middle {
+ width: 2.5em;
+ height: 2.5em;
+ margin: 0.2em;
+}
+.icon-middle:hover {
+ background-color: #eee;
+}
+
.icon-large {
width: 8em;
height: 8em;