diff --git a/pdb-js/src/app/dashboard-page/dashboard-page.component.html b/pdb-js/src/app/dashboard-page/dashboard-page.component.html
index 80def05..9517a7f 100644
--- a/pdb-js/src/app/dashboard-page/dashboard-page.component.html
+++ b/pdb-js/src/app/dashboard-page/dashboard-page.component.html
@@ -1,4 +1,13 @@
@@ -17,14 +27,17 @@
-
+
{{error}}
-
+
+ No Dashboard Found
+
+ 0" mat-table [dataSource]="dataSource" >
diff --git a/pdb-js/src/app/dashboard-page/dashboard-page.component.scss b/pdb-js/src/app/dashboard-page/dashboard-page.component.scss
deleted file mode 100644
index a176bbc..0000000
--- a/pdb-js/src/app/dashboard-page/dashboard-page.component.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-
-:host {
- height: calc(100% - 29px);
- position: absolute;
- width: 100%;
- padding: 0.5em;
-}
-
diff --git a/pdb-js/src/app/dashboard-page/dashboard-page.component.ts b/pdb-js/src/app/dashboard-page/dashboard-page.component.ts
index 65b0d0b..65e0165 100644
--- a/pdb-js/src/app/dashboard-page/dashboard-page.component.ts
+++ b/pdb-js/src/app/dashboard-page/dashboard-page.component.ts
@@ -6,8 +6,7 @@ import { NewDashboardComponent } from './new-dashboard/new-dashboard.component';
@Component({
selector: 'app-dashboard-page',
- templateUrl: './dashboard-page.component.html',
- styleUrls: ['./dashboard-page.component.scss']
+ templateUrl: './dashboard-page.component.html'
})
export class DashboardPageComponent implements OnInit {
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 2b2c861..bc36cd7 100644
--- a/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
+++ b/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html
@@ -15,6 +15,7 @@
}
.is-error {
font-size: 3rem;
+ font-weight: bold;
color: #333;
}