diff --git a/src/app/administration/api-token/api-keys.component.html b/src/app/administration/api-token/api-keys.component.html index c97e22e4..ccfac534 100644 --- a/src/app/administration/api-token/api-keys.component.html +++ b/src/app/administration/api-token/api-keys.component.html @@ -21,11 +21,8 @@
API Keys - - - No api tokens... - - + Nothing here yet! Add your first api token. + diff --git a/src/app/administration/projects/administration.component.html b/src/app/administration/projects/administration.component.html index a8fd9f05..a3cc5538 100644 --- a/src/app/administration/projects/administration.component.html +++ b/src/app/administration/projects/administration.component.html @@ -22,11 +22,7 @@
Projects - - - No data... - - + Nothing here yet! Add your first project. diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 56061c94..64bdc1ca 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -81,7 +81,7 @@
Recent Test Runs
- No Data... + Nothing here yet! Upload some test reports. Show me how! diff --git a/src/app/project/project.component.html b/src/app/project/project.component.html index f8d184ef..e96f490a 100644 --- a/src/app/project/project.component.html +++ b/src/app/project/project.component.html @@ -77,7 +77,10 @@
Scenarios
- + + Nothing here yet! Add your first scenario. + + {{_.name}} {{_.data[0].startDate | date:'d. L. yyyy H:mm'}} diff --git a/src/app/scenario/external-notification/external-notification.component.html b/src/app/scenario/external-notification/external-notification.component.html index 8c71ce0a..1b225cad 100644 --- a/src/app/scenario/external-notification/external-notification.component.html +++ b/src/app/scenario/external-notification/external-notification.component.html @@ -29,11 +29,8 @@ - - -
No data found.
- - + Nothing here yet! Add your first notification. + diff --git a/src/app/scenario/scenario.component.html b/src/app/scenario/scenario.component.html index 167bd550..2d1c5751 100644 --- a/src/app/scenario/scenario.component.html +++ b/src/app/scenario/scenario.component.html @@ -76,15 +76,7 @@
Test Runs - - - - -
No test runs were uploaded yet.
- - - - + Nothing here yet! Please upload some test reports. diff --git a/src/app/scenario/share-token/scenario-share-token.component.html b/src/app/scenario/share-token/scenario-share-token.component.html index afa0c859..c4cb4dd5 100644 --- a/src/app/scenario/share-token/scenario-share-token.component.html +++ b/src/app/scenario/share-token/scenario-share-token.component.html @@ -26,11 +26,7 @@
- - -
No links created yet.
- - + Nothing here yet! Add your first share token.