influxdb/services/admin/assets
Jonathan A. Sternberg 3e29d3d9ca Truncate the version string when linking to the documentation
The admin console would dynamically discover the version from the
InfluxDB server, but for patch releases, it included the patch in the
link to the documentation and that wasn't a valid link.

Truncate the version so the documentation url is correct since we only
do documentation for `major.minor`.
2016-10-27 16:40:08 -05:00
..
css Move admin UI assets to the admin service directory 2016-02-16 17:12:39 -08:00
fonts Move admin UI assets to the admin service directory 2016-02-16 17:12:39 -08:00
img added favicon.ico and regenerated statik.go 2016-07-01 08:53:56 +00:00
js Truncate the version string when linking to the documentation 2016-10-27 16:40:08 -05:00
README.md Move admin UI assets to the admin service directory 2016-02-16 17:12:39 -08:00
index.html Proper password field 2016-09-09 22:30:17 -07:00

README.md

Please note that these files are embedded into the influxd binary using the statik tool. go generate needs to be run whenever there are changes made to files in this directory. See the admin interface readme for more information.