diff --git a/ui/web/templates/charts/linechartmodal.html b/ui/web/templates/charts/linechartmodal.html
index 63f2df96..988683ad 100644
--- a/ui/web/templates/charts/linechartmodal.html
+++ b/ui/web/templates/charts/linechartmodal.html
@@ -64,42 +64,66 @@
Time Series Line Chart
role="tabpanel"
aria-labelledby="data-tab"
>
-
-
-
-
Please enter a valid uuid
-
-
-
-
-
Please enter a valid uuid
-
-
-
-
+
+
Data Source
+
+
@@ -109,6 +133,7 @@
Time Series Line Chart
name="startTime"
id="start-time"
required
+ value="1710242880000"
/>
@@ -120,6 +145,7 @@
Time Series Line Chart
name="stopTime"
id="stop-time"
required
+ value="1710329220000"
/>
@@ -183,20 +209,6 @@
Time Series Line Chart
placeholder="Enter the x axis label"
/>
-
-
-
-
-
-
-
-
-
+ function removeRow(button) {
+ const row = button.parentNode.parentNode;
+ row.parentNode.removeChild(row);
+ }
+
{{ end }}