diff --git a/README.md b/README.md index dd1ba48..1cdd79b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ _Deployments list view_ ## Tags -Tags are used for multiple purposes: To group __deployments__ into units of dependent devices (for example a WiFi Accesspoint, Camera Nodes and an Aggregator Node), and to mark/tag __entries__ on the map ([viz.mitwelten.org](https://viz.mitwelten.org)). The tag list view gives an overview of all existing tags with number of assignments to either __deployment__ or __entry__ records. +Tags are used for multiple purposes: To group __deployments__ into units of dependent devices (for example a WiFi Accesspoint, Camera Nodes and an Aggregator Node), and to mark/tag __notes__ on the map ([viz.mitwelten.org](https://viz.mitwelten.org)). The tag list view gives an overview of all existing tags with number of assignments to either __deployment__ or __note__ records. ![list-tags](./assets/list-tags.png) _Tags list view_ diff --git a/assets/list-tags.png b/assets/list-tags.png index 176285c..2a010a1 100644 Binary files a/assets/list-tags.png and b/assets/list-tags.png differ diff --git a/package.json b/package.json index 4f96713..286356f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-app", - "version": "1.5.6", + "version": "1.5.7", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/app/components/tag-list/tag-list.component.html b/src/app/components/tag-list/tag-list.component.html index 2b39b4a..4063f79 100644 --- a/src/app/components/tag-list/tag-list.component.html +++ b/src/app/components/tag-list/tag-list.component.html @@ -31,7 +31,7 @@