Merge pull request #7056 from kubernetes-ui/kubernetes-ui-dashboard

Kubernetes UI with Dashboard component
This commit is contained in:
Daniel Smith
2015-04-21 12:16:47 -07:00
182 changed files with 51954 additions and 2746 deletions

View File

@@ -33,7 +33,7 @@ fi
DATAFILE=pkg/ui/datafile.go
TMP_DATAFILE=/tmp/datafile.go
go-bindata -nocompress -o $DATAFILE -prefix ${PWD} -pkg ui www/... third_party/swagger-ui/...
go-bindata -nocompress -o $DATAFILE -prefix ${PWD} -pkg ui www/app/... third_party/swagger-ui/...
cat hooks/boilerplate.go.txt > $TMP_DATAFILE
echo "// generated by hack/build-ui.sh; DO NOT EDIT