From f8cc712ed4a6b6c83ff893e609d3c05e7f521528 Mon Sep 17 00:00:00 2001 From: Dinuka De Silva Date: Tue, 21 Jun 2022 05:32:00 -0400 Subject: [PATCH] gh-238: Fix UAVSAR more options button --- frontend/src/components/UAVSAR.vue | 73 +++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/UAVSAR.vue b/frontend/src/components/UAVSAR.vue index 965963cf..af5b88bc 100644 --- a/frontend/src/components/UAVSAR.vue +++ b/frontend/src/components/UAVSAR.vue @@ -113,6 +113,76 @@ + + More Options + + +
+ + +
+
+ +
+
Heading: {{ entry.info['heading'] }}
+
Radar Dir: {{ entry.info['radardirection'] }}
+
+
+
+ +
+ +
+
+
+ + + + + + + + + + + + + + Profile Length: {{ losLength }} km + Azimuth: {{ azimuth }} + + + + Update Plot + + + + + Download Data + + + + Data Source + + +
+
+ +
+ @@ -1096,8 +1166,7 @@ export default { box-sizing: border-box; font-size: 15px; border-radius: 4px; - padding-top: 2px; - padding-bottom: 2px; + padding: 5px; } #active-plot {