data:="PK\x03\x04\x14\x00\x08\x00\x00\x00\xdb#=G\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x00\x00README.md# InfluxDB Admin Interface\n\nThis is the built-in admin interface that ships with InfluxDB. An emphasis has been placed on making it minimalistic and able to be bundled with the server without adding lots of overhead or preprocessing steps.\n\n## Building\n\nThe only step required to bundle this with InfluxDB is to create a compressed file system using `statik` as follows:\n\n```\ngo get github.com/rakyll/statik\n$GOPATH/bin/statik -src=./shared/admin\ngo fmt statik/statik.go\n```\n\nThat should update the file located at `statik/statik.go`, which will get automatically build into the InfluxDB binary when it is compiled. This step should also be completed in any pull requests that make modifications to the admin interface, as it won't be run as a separate step in the release process.\nPK\x07\x08Hx6\x84\x0e\x03\x00\x00\x0e\x03\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\xdb#=G\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0d\x00\x00\x00css/admin.cssbody {\n padding-top: 70px;\n /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */\n}\n\nhtml,\nbody {\n height: 100%;\n /* The html and body elements cannot have any padding or margin. */\n}\n\ncode {\n display: block;\n}\n\n#settings {\n display: none;\n}\n\n#settings form > div {\n margin-right: 20px;\n}\n\n#settings form input#port {\n width: 80px;\n}\n\n#settings form label {\n padding-right: 5px;\n}\n\ndiv#content {\n margin-bottom: -10px;\n}\n\ndiv#table h2 {\n color: #999;\n margin-top: -8px;\n font-size: 16px\n}\n\ntextarea#content-data {\n font-family: \"Courier New\";\nheight:200px;\n}\n\ndiv#query-alerts{\nmargin-top:30px;\n}\n\ndiv#modal-error,div#modal-success,div#query-error,div#query-success{\ndisplay:none;\n}\n\n/* Wrapper for page content to push down footer */\n#wrap{\nmin-height:100%;\nheight:auto!important;\nheight:100%;\n/* Negative indent footer by it's height */\nmargin:0auto-60px;\n}\n\n/* Set the fixed height of the footer here */\n#push,\n#footer{\nheight:60px;\n}\n#footer{\nbackground-color:#f5f5f5;\nborder-top:1pxsolid#dfdfdf;\n}\n\n#footerp{\nmargin:20px0;\n}\n\n/* Lastly, apply responsive CSS fixes as necessary */\n@media(max-width:767px){\n#footer{\nmargin-left:-20px;\nmargin-right:-20px;\npadding-left:20px;\npadding-right:20px;\n}\n}\n\nPK\x07\x08\x9c\x84U>\x8e\x05\x00\x00\x8e\x05\x00\x00PK\x03\x04\x14\x00\x08\x00\x00\x00\xdb#=G\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x00\x00\x00css/bootstrap.css/*!\n * Bootstrap v3.3.4 (http://getbootstrap.com)\n * Copyright 2011-2015 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n/*! normalize.css v3.0.2 | MIT License | git.io/normalize */\nhtml{\nfont-family:sans-serif;\n-webkit-text-size-adjust:100%;\n-ms-text-size-adjust:100%;\n}\nbody{\nmargin:0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary{\ndisplay:block;\n}\naudio,\ncanvas,\nprogress,\nvideo{\ndisplay:inline-block;\nvertical-align:baseline;\n}\naudio:not([controls]){\ndisplay:none;\nheight:0;\n}\n[hidden],\ntemplate{\ndisplay:none;\n}\na{\nbackground-color:transparent;\n}\na:active,\na:hover{\noutline:0;\n}\nabbr[title]{\nborder-bottom:1pxdotted;\n}\nb,\nstrong{\nfont-weight:bold;\n}\ndfn{\nfont-style:italic;\n}\nh1{\nmargin:.67em0;\nfont-size:2em;\n}\nmark{\ncolor:#000;\nbackground:#ff0;\n}\nsmall{\nfont-size:80%;\n}\nsub,\nsup{\nposition:relative;\nfont-size:75%;\nline-height:0;\nvertical-align:baseline;\n}\nsup{\ntop:-.5em;\n}\nsub{\nbottom:-.25em;\n}\nimg{\nborder:0;\n}\nsvg:not(:root){\noverflow:hidden;\n}\nfigure{\nmargin:1em40px;\n}\nhr{\nheight:0;\n-we