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

Fix misdirected links in Web UI from pod conversion #8302

Merged
merged 1 commit into from May 16, 2015

Conversation

bcbroussard
Copy link
Contributor

From the comments in #7122 .

Fixes the blue Kubernetes logo link and a number of others.

cc /@lavalamp @bgrant0607

@bgrant0607
Copy link
Member

@jackgr: please review

@@ -21,7 +21,7 @@
<tr>
<td class="name">Status</td>
<td class="value">
{{pod.currentState.status}} on <a ng-href="/#/dashboard/groups/host/selector/host={{pod.currentState.host}}">{{pod.currentState.host}}</a>
{{pod.currentState.status}} on <a ng-href="#/dashboard/groups/host/selector/host={{pod.currentState.host}}">{{pod.currentState.host}}</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bcbroussard bcbroussard changed the title Fix broken links in Web UI WIP: Fix broken links in Web UI May 15, 2015
@bcbroussard
Copy link
Contributor Author

@bgrant0607 Thanks. I've created a new PR - #8304 for the v1beta3 updates to make rollbacks easier.

@bcbroussard bcbroussard changed the title WIP: Fix broken links in Web UI WIP: Fix misdirected links in Web UI from pod conversion May 15, 2015
@bcbroussard bcbroussard changed the title WIP: Fix misdirected links in Web UI from pod conversion Fix misdirected links in Web UI from pod conversion May 15, 2015
@lavalamp
Copy link
Member

LGTM, rerunning shippable. I think it's reasonable to fix @bgrant0607's comments in another PR. But please do it soon, because v1beta1 is going away.

@bgrant0607
Copy link
Member

Does this overlap at all with #8332?

@bcbroussard
Copy link
Contributor Author

@bgrant0607 There is no overlap with #8322. You can go ahead and merge this, and @preillyme will rebase to incorporate these changes into the UI binary.

@bcbroussard
Copy link
Contributor Author

@lavalamp I'll be working on v1beta3 support after these UI fixes. Should be finished by early next week at the latest.

@bgrant0607
Copy link
Member

One shippable run passed. The other looked like an infrastructure failure, not a test failure. It doesn't look like travis will run any time soon. I'm not sure we have any test coverage of this, anyway.

LGTM.

bgrant0607 added a commit that referenced this pull request May 16, 2015
Fix misdirected links in Web UI from pod conversion
@bgrant0607 bgrant0607 merged commit c4b2067 into kubernetes:master May 16, 2015
@yllierop
Copy link
Contributor

👍

1 similar comment
@jackgr
Copy link
Contributor

jackgr commented May 18, 2015

👍

@bcbroussard bcbroussard deleted the web-ui-links branch May 28, 2015 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants