Skip to content

Commit

Permalink
Merge pull request #7056 from kubernetes-ui/kubernetes-ui-dashboard
Browse files Browse the repository at this point in the history
Kubernetes UI with Dashboard component
  • Loading branch information
lavalamp committed Apr 21, 2015
2 parents a50e02b + 716d98c commit 1ebe994
Show file tree
Hide file tree
Showing 182 changed files with 51,951 additions and 2,743 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -50,3 +50,6 @@ network_closure.sh
.kubeconfig

.tags*

# Web UI
www/master/node_modules/
2 changes: 1 addition & 1 deletion hack/build-ui.sh
Expand Up @@ -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
Expand Down

0 comments on commit 1ebe994

Please sign in to comment.