added typeahead / autocomplete to influxdb series name, #103

This commit is contained in:
Torkel Ödegaard
2014-03-02 18:24:15 +01:00
parent 125ff957f5
commit da62a5653a
7 changed files with 48 additions and 6 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -569,4 +569,5 @@ div.flot-text {
td {
white-space: nowrap;
}
}
}
+1 -1
View File
@@ -149,7 +149,7 @@
@dropdownLinkColorHover: @white;
@dropdownLinkColorActive: @white;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundActive: @blue;
@dropdownLinkBackgroundHover: @blue;
+1 -1
View File
@@ -152,7 +152,7 @@
@dropdownLinkColorActive: @white;
@dropdownLinkBackgroundActive: @blue;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@dropdownLinkBackgroundHover: @blue;