Commit Graph

8 Commits

Author SHA1 Message Date
David Ashpole
3fdae0d582 update asset headers to 2019 2019-01-03 10:40:50 -08:00
Davanum Srinivas
5f8eea99dd Skip getVfsStats when file does not exist
There are a lot of spurious exceptions in the kubernetes kubelet logs
like:
E1018 21:03:09.616581   22780 fs.go:332] Stat fs failed. Error: no such
file or directory

Since we know that calling syscall.Statfs will just fail when the path
does not exist, we should just skip making the call.

NOTE: fixing 2017->2018 problems in build by running `./build/jenkins_e2e.sh`
2018-01-02 17:52:38 -05:00
David Ashpole
ee8cbf1054 update jquery and bootstrap 2017-11-17 13:17:51 -08:00
David Ashpole
1aa83b64c1 fix assets 2017-08-01 08:18:16 -07:00
David Ashpole
090529ecee fixed boilerplate verification 2017-01-04 13:18:45 -08:00
Tim St. Clair
4e993cf5ef
Rebuild UI assets 2016-09-19 14:56:44 -07:00
Ainsley Chong
cbcf95b0bc Added per-subcontainer charts to the UI. 2016-05-10 14:23:32 -07:00
Ainsley Chong
b7faf83410 Moved html template into assets directory
Reformated to .html file, and added build commands to assets.sh
2016-04-28 13:54:15 -07:00