Fix annotation name
This commit is contained in:
@@ -258,7 +258,7 @@ In order to reduce noise optimize performance, internal and device-only (localho
|
|||||||
Annotations: config.Annotations{
|
Annotations: config.Annotations{
|
||||||
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
||||||
config.CategoryAnnotation: "General",
|
config.CategoryAnnotation: "General",
|
||||||
config.RequiresFeatureID: account.FeatureHistory,
|
config.RequiresFeatureIDAnnotation: account.FeatureHistory,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -283,7 +283,7 @@ Set to 0 days to keep network history forever. Depending on your device, this mi
|
|||||||
config.UnitAnnotation: "Days",
|
config.UnitAnnotation: "Days",
|
||||||
config.DisplayOrderAnnotation: cfgOptionKeepHistoryOrder,
|
config.DisplayOrderAnnotation: cfgOptionKeepHistoryOrder,
|
||||||
config.CategoryAnnotation: "General",
|
config.CategoryAnnotation: "General",
|
||||||
config.RequiresFeatureID: account.FeatureHistory,
|
config.RequiresFeatureIDAnnotation: account.FeatureHistory,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user