diff --git a/ngapp/src/app/connections/connections.component.html b/ngapp/src/app/connections/connections.component.html index 70796825..d3d56a5a 100644 --- a/ngapp/src/app/connections/connections.component.html +++ b/ngapp/src/app/connections/connections.component.html @@ -63,7 +63,7 @@

- (deleteConnection)="onDelete($event)" (connectionSelected)="onSelected($event)" (connectionDeselected)="onDeselected($event)"> - 0; + } + /** * @returns {Connection[]} the array of filtered connections */ diff --git a/ngapp/src/app/dataservices/dataservices.component.html b/ngapp/src/app/dataservices/dataservices.component.html index 42d2533f..3ff4db46 100644 --- a/ngapp/src/app/dataservices/dataservices.component.html +++ b/ngapp/src/app/dataservices/dataservices.component.html @@ -82,13 +82,13 @@

- - 0; + } + /** * @returns {Dataservice[]} the array of filtered dataservices */