@@ -56,7 +54,30 @@ import { SignalKDetailsComponent } from '../../components/signalk-details.compon
-
+
+
Name:
+
{{ properties.name }}
+
+ Description:
+
+ {{ properties.description }}
+
+
+
+ Resource Set:
+
+
+ {{ properties['resourceset.name'] }}
+
+
+
+
+ Collection:
+
+
+ {{ properties['resourceset.collection'] }}
+
+
@@ -77,7 +98,8 @@ import { SignalKDetailsComponent } from '../../components/signalk-details.compon
]
})
export class ResourceSetFeatureModal implements OnInit {
- protected properties = {};
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ protected properties: any = {};
protected title = 'ResourceSet Feature: ';
constructor(
diff --git a/src/app/modules/skresources/components/routes/routelist.html b/src/app/modules/skresources/components/routes/routelist.html
index 28de40c3..ac8be159 100644
--- a/src/app/modules/skresources/components/routes/routelist.html
+++ b/src/app/modules/skresources/components/routes/routelist.html
@@ -1,18 +1,18 @@