diff --git a/src/datasource/partials/config.html b/src/datasource/partials/config.html
index 27b755a..6482ac2 100644
--- a/src/datasource/partials/config.html
+++ b/src/datasource/partials/config.html
@@ -35,7 +35,7 @@
class="gf-form-input"
ng-model="ctrl.current.access"
ng-options="f.key as f.value for f in ctrl.ACCESS_OPTIONS"
- />
+ >
@@ -74,7 +74,7 @@
ng-model="ctrl.current.jsonData.keepCookies"
width-class="width-20" tagclass="label label-tag"
placeholder="Add Name"
- />
+ >
Grafana Proxy deletes forwarded cookies by default. Specify cookies by name
that should be forwarded to the data source.
diff --git a/src/panel/graph_panel/partials/analytic_unit_5.x_6.x.html b/src/panel/graph_panel/partials/analytic_unit_5.x_6.x.html
index ff439f6..206816b 100644
--- a/src/panel/graph_panel/partials/analytic_unit_5.x_6.x.html
+++ b/src/panel/graph_panel/partials/analytic_unit_5.x_6.x.html
@@ -16,7 +16,7 @@
ng-model="analyticUnit.type"
ng-options="type.value as type.name for type in ctrl.analyticUnitTypes[analyticUnit.detectorType]"
ng-disabled="true"
- />
+ >
@@ -31,7 +31,7 @@
+ >
@@ -43,7 +43,7 @@
+ >
@@ -63,7 +63,7 @@
ng-model="analyticUnit.condition"
ng-options="type for type in ctrl.analyticsController.conditions"
ng-change="ctrl.onAnalyticUnitChange(analyticUnit)"
- />
+ >
+ >
@@ -138,7 +138,7 @@
ng-model="analyticUnit.seasonalityPeriod.unit"
ng-change="ctrl.onSeasonalityChange(analyticUnit.id)"
ng-options="type for type in ['seconds', 'minutes', 'hours', 'days', 'years']"
- />
+ >
@@ -155,7 +155,7 @@
ng-model="analyticUnit.enableBounds"
ng-change="ctrl.onAnalyticUnitChange(analyticUnit)"
ng-options="bound.value as bound.name for bound in ctrl.boundTypes"
- />
+ >