Skip to content

Commit

Permalink
Add Graph component to WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgr committed Jun 29, 2015
1 parent 819b780 commit b6b42fc
Show file tree
Hide file tree
Showing 105 changed files with 174,475 additions and 3,690 deletions.
2 changes: 1 addition & 1 deletion docs/kubectl.md
Expand Up @@ -65,6 +65,6 @@ kubectl
* [kubectl update](kubectl_update.md) - Update a resource by filename or stdin.
* [kubectl version](kubectl_version.md) - Print the client and server version information.

###### Auto generated by spf13/cobra at 2015-05-22 14:24:30.1784975 +0000 UTC
###### Auto generated by spf13/cobra at 2015-05-16 09:58:42.528898769 +0000 UTC

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/kubectl.md?pixel)]()
64,035 changes: 60,437 additions & 3,598 deletions pkg/ui/datafile.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/README.md
Expand Up @@ -56,7 +56,7 @@ http-server -a localhost -p 8001
Note that you'll need to tell the application where to find the api server by setting the value of the `k8sApiServer` configuration parameter in `www/master/shared/config/development.json` and then rebuilding the application. For example, for a cluster running locally at `localhost:8080`, as described [here](../docs/getting-started-guides/locally.md), you'll want to set it as follows:

```
"k8sApiServer": "http://localhost:8080/api/v1beta3"
"k8sApiServer": "http://localhost:8080/api/v1"
```

### Building the app for production
Expand Down
2 changes: 1 addition & 1 deletion www/app/assets/css/app.css

Large diffs are not rendered by default.

0 comments on commit b6b42fc

Please sign in to comment.