Clean up ui build and generated files.

This commit is contained in:
jackgr
2015-05-29 03:35:27 -07:00
parent 5ac1151c5d
commit cff5bed70d
45 changed files with 1055 additions and 4007 deletions

View File

@@ -201,7 +201,7 @@ angular.module("kubernetesApp.config", [])
.constant("ENV", {
"/": {
"k8sApiServer": "/api/v1beta3",
"k8sDataServer": "/cluster",
"k8sDataServer": "",
"k8sDataPollMinIntervalSec": 10,
"k8sDataPollMaxIntervalSec": 120,
"k8sDataPollErrorThreshold": 5,