Skip to content

Commit

Permalink
initial commit of chrome only of new replacement web ui
Browse files Browse the repository at this point in the history
remove node modules

make new data file for web ui

initial commit of dashboard

switch back to non SSL request

move port splitting to common place; add to node resource location

Signed-off-by: Patrick Reilly <patrick@kismatic.io>

various path fixes

make svg path relative

work around missing mime type

Signed-off-by: Patrick Reilly <patrick@kismatic.io>

fix paths

fix karma path

remove bad protractor test
  • Loading branch information
yllierop committed Apr 21, 2015
1 parent 27daa29 commit 716d98c
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 716d98c

Please sign in to comment.