mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix for add/remove labels
This commit is contained in:
1
public/vendor/flot/jquery.flot.gauge.js
vendored
1
public/vendor/flot/jquery.flot.gauge.js
vendored
@@ -588,6 +588,7 @@
|
||||
if (!exists) {
|
||||
span = $("<span></span>")
|
||||
span.attr("id", id);
|
||||
span.attr("class", "flot-temp-elem");
|
||||
placeholder.append(span);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user