Commit Graph

45 Commits

Author SHA1 Message Date
Patrick Reilly
bf02aaa97d remove other cluster addon references for container build 2015-08-13 10:23:55 -07:00
nikhiljindal
7b48b3dbdc Updating swagger datafile 2015-08-11 14:51:04 -07:00
Veres Lajos
9f77e49109 typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
Mike Danese
8e33cbfa28 rewrite go imports 2015-08-05 17:30:03 -07:00
Vish Kannan
dba914268c Merge pull request #10901 from nikhiljindal/swagger-ui
Updating swagger-ui to the latest version
2015-07-23 17:06:59 -07:00
nikhiljindal
5c2cd0045a Updating swagger-ui to the latest version 2015-07-07 17:48:22 -07:00
Brian Grant
ee06479a66 Update UI redirect to kube-system. 2015-07-07 18:21:07 +00:00
BC Broussard
288c1df4e4 Update Web UI tables
- Condense table styling
- Default table size to 50
- Make all columns sortable
- Rename service portalIP to clusterIP
- Allow default descending table ordering
2015-07-02 08:43:37 -07:00
Tim St. Clair
78609986b9 Remove dashboard ui from apiserver & point /ui at kube-ui 2015-07-01 14:21:51 -07:00
Tim St. Clair
b6b2d6df42 Add kube-ui cluster addon for serving k8s dashboard UI.
Changes include:
- Add kube-ui binary for serving static dashboard UI
- Add kube-ui docker image, replication controller, and service
- Make the kube-ui a cluster-addon (enabled by default)
- Split the compiled pkg/ui/datafile.go into separate dashboard and swagger packages
- Update docs to reflect changes
2015-07-01 14:21:47 -07:00
BC Broussard
d1893bc366 Update Web UI Explore
Hide blank label dropdowns
Escape characters in group descriptions and label selectors
Update label selectors
2015-06-29 16:51:48 -07:00
BC Broussard
2f43fc72db Update Web UI Bar Gauge Graphs
- Changed file system abbreviation from 'FS' to Filesystem
- Made chart height dynamic and incorporated legend height change into the master code/datafile.go binary
- Updated the max colors for the graph
- Realigned graph numbers
2015-06-26 13:52:08 -07:00
BC Broussard
90b0b5c895 Add NodePort and Loadbalancer to services web ui
Remove PublicIPs
2015-06-15 16:09:10 -07:00
BC Broussard
4efa564c7b Update web ui to v1 api 2015-06-08 10:49:29 -07:00
jackgr
cff5bed70d Clean up ui build and generated files. 2015-06-04 14:54:15 -07:00
BC Broussard
0ec8b9b665 Remove unused v1beta2 references from web ui 2015-06-04 00:19:06 -07:00
BC Broussard
1590403949 cAdvisor updates for v1beta3 2015-06-03 23:31:15 -07:00
Michael Danese
a1ea672c63 redirect /ui and /index.html to the ui dashboard at /static/app/#/dashboard/ 2015-06-02 21:16:43 -07:00
BC Broussard
f8762ccd12 Update replication controllers for v1beta3 api 2015-05-28 10:18:03 -07:00
BC Broussard
1fd4050450 Update services for v1beta3 api 2015-05-28 10:03:01 -07:00
BC Broussard
040a4cfa8c Update pods for v1beta3 api 2015-05-27 16:23:57 -07:00
BC Broussard
b4ab5eddf0 Update events for v1beta3 api 2015-05-27 15:58:15 -07:00
BC Broussard
69160f3464 Update nodes for v1beta3 api 2015-05-27 15:39:48 -07:00
BC Broussard
5f53f34931 Update groups for v1beta3 api 2015-05-27 10:27:31 -07:00
BC Broussard
edc6c02960 Add hover state to views dropdown in web ui 2015-05-26 13:47:24 -07:00
Patrick Reilly
4c4e7b2dd5 Update dashboard breadcrumbs
- Update back buttons
- Ignore duplicated README.md
- Rename /minions to /nodes
- Deactivate more buttons
- Updates to list selection and node detail page
2015-05-15 20:38:15 -07:00
Patrick Reilly
75d062b89d Restore WebUI breadcrumbs
- Update paths to svg images
 - Restore sections concept
 - Tested with local cluster
2015-05-15 20:35:13 -07:00
BC Broussard
90d22c48b4 Add v1beta3 api call to web ui
Update mocks to v1beta3
2015-05-21 13:51:59 -07:00
BC Broussard
f62aa79cd5 Only show more button on list pages if scope.moreClick defined
Remove placeholder thumbnails from pod listing page of web ui
Show pods when there are no labels
2015-05-17 15:59:53 -07:00
BC Broussard
789364354a Fix misdirected links in Web UI 2015-05-14 21:16:36 -07:00
Eric Paris
6b3a6e6b98 Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
2015-05-01 17:49:56 -04:00
Patrick Reilly
716d98c39e initial commit of chrome only of new replacement web ui
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
2015-04-21 07:24:06 -07:00
Daniel Smith
b9aaf90dd1 work around missing mime type 2015-04-20 17:12:35 -07:00
nikhiljindal
68271eb689 Adding swagger files which got left out of last PR 2015-02-04 18:28:13 -08:00
nikhiljindal
6684d962df Updating swagger-ui code to the latest version and removing the 'Try it out' buttons 2015-02-04 15:01:18 -08:00
nikhiljindal
87c9c374b7 Swagger UI: Updating swagger-ui.js to list the resources and operations
in sorted order.
2015-01-12 17:29:07 -08:00
nikhiljindal
7e909ed743 Changes to improve swagger ui.
- Separating out index, version and api handlers into independent web
  services. Moved the index handler to /welcome, version handler to
  /version and the api handler to /api,
2015-01-09 10:56:24 -08:00
nikhiljindal
1db30aeb51 Moving swagger-ui files from www/swagger-ui to third-party/swagger-ui
and adding LICENSE and README files
2015-01-05 16:27:33 -08:00
Clayton Coleman
e355f54eda Update references from Path() to the appropriate segment use 2014-12-29 15:38:52 -05:00
nikhiljindal
f12f5ed34b 1. Adding swagger-ui/dist files.
2. Updating datafile.go to include it.
3. Updating master,go to use it.
2014-12-19 14:56:20 -08:00
Jordan Liggitt
4ab41f5be8 Add script to build ui assets, rebuild with latest go-bindata 2014-12-04 22:38:00 -08:00
Tim Hockin
ea960711ff Clean up error logs.
Use %v for errors, tidy some messages, make error messages start lowe-case
(as per go guidelines).  Just accumulated nits.
2014-11-21 09:45:26 +08:00
Brendan Burns
7fe71c68b7 Update the ux. 2014-10-08 20:16:59 -07:00
Brendan Burns
06a4593f25 Add a css file I forgot. 2014-10-08 12:28:31 -07:00
Brendan Burns
414473607a Update the UX, add documentation. 2014-10-07 09:49:49 -07:00