From 201f3020d87a7ebde83840cca91d243563f9cbe5 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Mon, 21 May 2018 21:16:57 +0300 Subject: [PATCH] hastick name --- examples/cpu_util.json | 2 +- package-lock.json | 2 +- package.json | 4 ++-- src/partials/tab_display.html | 2 +- src/template.ts | 2 +- src/thresholds_form.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/cpu_util.json b/examples/cpu_util.json index 9a52cd6..7abe888 100644 --- a/examples/cpu_util.json +++ b/examples/cpu_util.json @@ -129,7 +129,7 @@ "sort": 0, "value_type": "individual" }, - "type": "corpglory-grafalys-graph-panel", + "type": "hastic-graph-panel", "xaxis": { "buckets": null, "mode": "time", diff --git a/package-lock.json b/package-lock.json index 1463ca6..8e2fa5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hastic-graph-panel", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 893ad55..f9211c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hastic-graph-panel", - "version": "0.1.0", - "description": "Grafalys default panel for rendering and interaction with analytic unit", + "version": "0.1.1", + "description": "Hastic default panel for rendering graph and anomalies", "main": "dist/module", "scripts": { "build": "webpack --config build/webpack.prod.conf.js", diff --git a/src/partials/tab_display.html b/src/partials/tab_display.html index bc2298b..1dcd781 100644 --- a/src/partials/tab_display.html +++ b/src/partials/tab_display.html @@ -129,7 +129,7 @@
- +
diff --git a/src/template.ts b/src/template.ts index 0a52960..8a2137d 100644 --- a/src/template.ts +++ b/src/template.ts @@ -1,7 +1,7 @@ var template = `
-
+
`; diff --git a/src/thresholds_form.ts b/src/thresholds_form.ts index 74caad6..c2ce2fb 100644 --- a/src/thresholds_form.ts +++ b/src/thresholds_form.ts @@ -128,7 +128,7 @@ var template = `
`; -coreModule.directive('grafalysGraphThresholdForm', function() { +coreModule.directive('hasticGraphThresholdForm', function() { return { restrict: 'E', template: template,