From 2793da40ec7641f7aa7cfdf1efbd275682bbb17e Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 4 Sep 2024 17:32:43 -0700 Subject: [PATCH] Enhancements for Derived Telemetry object - Closes #7823 - Added new `ObjectPathString.vue` UI component, based on `ObjectPath.vue`. --- src/ui/components/ObjectPathString.vue | 171 +++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 src/ui/components/ObjectPathString.vue diff --git a/src/ui/components/ObjectPathString.vue b/src/ui/components/ObjectPathString.vue new file mode 100644 index 00000000000..6aa4bc9b22e --- /dev/null +++ b/src/ui/components/ObjectPathString.vue @@ -0,0 +1,171 @@ + + + + +