diff --git a/public/app/features/dashboard/components/DashLinks/editor.html b/public/app/features/dashboard/components/DashLinks/editor.html new file mode 100644 index 00000000000..0aa73c8192d --- /dev/null +++ b/public/app/features/dashboard/components/DashLinks/editor.html @@ -0,0 +1,185 @@ +
+

+ Dashboard Links + New + Edit +

+ +
+ + New + +
+ +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + +
TypeInfo
+ + {{ link.type }} + +
+ {{ link.title }} +
+
+ {{ link.url }} +
+ + {{ tag }} + +
+ + + + + + + +
+
+
+ +
+
+
+
+ Type +
+ +
+
+ +
+ With tags + +
+ + +
+ Title + +
+
+
+
  • Url
  • + +
    + +
    + Title + +
    + +
    + Tooltip + +
    + +
    + Icon +
    + +
    +
    +
    +
    + +
    +
    Include
    +
    + + + +
    +
    +
    + + +
    diff --git a/public/app/plugins/panel/stat/types.ts b/public/app/plugins/panel/stat/types.ts index d0ac9bd3c72..f7af3f3d1b4 100644 --- a/public/app/plugins/panel/stat/types.ts +++ b/public/app/plugins/panel/stat/types.ts @@ -61,6 +61,8 @@ export function addStandardDataReduceOptions( description: 'Choose a reducer function / calculation', editor: standardEditorsRegistry.get('stats-picker').editor as any, defaultValue: [ReducerID.mean], + // Hides it when all values mode is on + showIf: currentConfig => currentConfig.reduceOptions.values === false, }); if (includeOrientation) {