Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubernetes-ui Node Graph Legend is Cut Off #8726

Closed
mikeln opened this issue May 23, 2015 · 4 comments
Closed

kubernetes-ui Node Graph Legend is Cut Off #8726

mikeln opened this issue May 23, 2015 · 4 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.

Comments

@mikeln
Copy link
Contributor

mikeln commented May 23, 2015

The http://:8080/static/app/#/dashboard/ display has the legend cut off under for each of the node(minion) graph.

Issue appears to be the css is 10px too small. The following, tested via firebug, appears to correct the layout issue:

svg.legend height has to be increased from 115 to 125.
char_area should correspondingly increase height from 425 to 435 (just to be safe).

kubernetes/www/app/assets/css/app.css 

1365 .dashboard .server-overview svg.legend {
1366   height: 125px;
1367 }

1380 .dashboard .server-overview .chart_area {
1381   width: 325px;
1382   height: 435px;
1383 }
@mikeln
Copy link
Contributor Author

mikeln commented May 23, 2015

Before fix:
kubgraphbefore

After fix:
kubgraphafter

@lavalamp
Copy link
Member

@jackgr @prielly

@lavalamp lavalamp added kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. labels May 24, 2015
@bgrant0607
Copy link
Member

Can this be closed?

@bgrant0607
Copy link
Member

I believe this was resolved by #10422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.
Projects
None yet
Development

No branches or pull requests

3 participants