From d54425347c4a897a1593a281486a5832222f4c71 Mon Sep 17 00:00:00 2001 From: Andrew Maney Date: Mon, 10 Jul 2017 13:14:50 -0400 Subject: [PATCH 1/6] Z-index for options menu fixed --- ui/src/style/pages/dashboards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/pages/dashboards.scss b/ui/src/style/pages/dashboards.scss index 1a6ef73f39..822ea0ecb2 100644 --- a/ui/src/style/pages/dashboards.scss +++ b/ui/src/style/pages/dashboards.scss @@ -176,7 +176,6 @@ input.form-control.dash-graph--name-edit { .dash-graph--options { width: $dash-graph-heading; position: absolute; - z-index: 11; right: 0px; top: 0px; text-align: center; @@ -209,6 +208,7 @@ input.form-control.dash-graph--name-edit { left: 50%; transform: translateX(-50%); display: block; + z-index: 11; list-style: none; padding: 0; margin: 0; From 7249c4728e254262d8acffeb7f28cb3253fcf008 Mon Sep 17 00:00:00 2001 From: Andrew Maney Date: Mon, 10 Jul 2017 13:38:35 -0400 Subject: [PATCH 2/6] CHANGELOG updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a611ef6c0d..eef8aec754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 1. [#1655](https://github.com/influxdata/chronograf/pull/1655): Add more than one color to Line+Stat graphs 1. [#1688](https://github.com/influxdata/chronograf/pull/1688): Fix updating retention policies on single-node instances. 1. [#1689](https://github.com/influxdata/chronograf/pull/1689): Fix size jitter bug in Template Variable dropdown menus +1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Z-index for options context menu fixed ### Features 1. [#1645](https://github.com/influxdata/chronograf/pull/1645): Add Auth0 as a supported OAuth2 provider From 64e2716ad95ce83287a4b94ff6a11aaf5a2fdd23 Mon Sep 17 00:00:00 2001 From: Andrew Maney Date: Mon, 10 Jul 2017 15:44:36 -0400 Subject: [PATCH 3/6] Update CHANGELOG message to present tense --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef8aec754..710ae8131a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 1. [#1655](https://github.com/influxdata/chronograf/pull/1655): Add more than one color to Line+Stat graphs 1. [#1688](https://github.com/influxdata/chronograf/pull/1688): Fix updating retention policies on single-node instances. 1. [#1689](https://github.com/influxdata/chronograf/pull/1689): Fix size jitter bug in Template Variable dropdown menus -1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Z-index for options context menu fixed +1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix Z-index for options context menu ### Features 1. [#1645](https://github.com/influxdata/chronograf/pull/1645): Add Auth0 as a supported OAuth2 provider From 3e95cb1aadcf454be7d6ad8b2a8c0533e2ea0551 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 10 Jul 2017 12:56:41 -0700 Subject: [PATCH 4/6] Move changelog update into correct version header --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699bd83c52..6ab949c2b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## v1.3.5.0 [unreleased] ### Bug Fixes +1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix Z-index for options context menu + ### Features ### UI Improvements @@ -10,7 +12,6 @@ 1. [#1655](https://github.com/influxdata/chronograf/pull/1655): Add more than one color to Line+Stat graphs 1. [#1688](https://github.com/influxdata/chronograf/pull/1688): Fix updating retention policies on single-node instances. 1. [#1689](https://github.com/influxdata/chronograf/pull/1689): Fix size jitter bug in Template Variable dropdown menus -1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix Z-index for options context menu 1. [#1688](https://github.com/influxdata/chronograf/pull/1688): Fix updating Retention Policies in single-node InfluxDB instances 1. [#1689](https://github.com/influxdata/chronograf/pull/1689): Lock the width of Template Variable dropdown menus to the size of their longest option From 51069eb3d6dc1c35cb4a8aeb173655894198b134 Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 10 Jul 2017 12:59:07 -0700 Subject: [PATCH 5/6] Make changelog update more descriptive Sorry to nitpick --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab949c2b6..285133806a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## v1.3.5.0 [unreleased] ### Bug Fixes -1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix Z-index for options context menu +1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix z-index issue in dashboard cell context menu ### Features ### UI Improvements From 6f38287f0e2dc1ed3a7fb86875a6feb19f01af4d Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 10 Jul 2017 13:01:41 -0700 Subject: [PATCH 6/6] Fix accidental changelog mixup from merge --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285133806a..434e08d3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ ### Bug Fixes 1. [#1612](https://github.com/influxdata/chronograf/pull/1612): Disallow writing to \_internal in the Data Explorer 1. [#1655](https://github.com/influxdata/chronograf/pull/1655): Add more than one color to Line+Stat graphs -1. [#1688](https://github.com/influxdata/chronograf/pull/1688): Fix updating retention policies on single-node instances. -1. [#1689](https://github.com/influxdata/chronograf/pull/1689): Fix size jitter bug in Template Variable dropdown menus 1. [#1688](https://github.com/influxdata/chronograf/pull/1688): Fix updating Retention Policies in single-node InfluxDB instances 1. [#1689](https://github.com/influxdata/chronograf/pull/1689): Lock the width of Template Variable dropdown menus to the size of their longest option