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

Improve titles and context of tables in the details pane #387

Merged
merged 7 commits into from
Aug 25, 2015

Conversation

2opremio
Copy link
Contributor

Fixes #296

Alfonso Acosta added 2 commits August 21, 2015 15:19
In situations when the details can refer to entities from multiple hosts
(e.g. container image) make explicit to what host we are referring to.
@2opremio 2opremio force-pushed the origin-host-labels branch from d2bf737 to badd228 Compare August 21, 2015 16:27
Title modifications:
* "Origin Process" -> "Process \"name\" (pid)"
* "Origin Container" -> "Container \"name\" (pid)"
* "Origin Host" -> "Host \"name\""
* "Origin Container Image" -> "Container Image \"name\""
@2opremio 2opremio force-pushed the origin-host-labels branch from badd228 to 75595a5 Compare August 21, 2015 16:37
human string
parent string
renderer render.Renderer
isMultiHost bool // does the view involve information from multiple hosts?

This comment was marked as abuse.

This comment was marked as abuse.

@2opremio
Copy link
Contributor Author

@tomwilkie I've realized that providing Host context is not enough. In the Container Image view, when showing processes from containers, I should also be providing what container they belong to since they can belong to different containers.

I will add that later today.

@tomwilkie
Copy link
Contributor

Oh yes good idea. Take a look at #366 to see how I did something similar for process labels.

}
}
multiHost := len(originHosts) > 1
multiContainer := len(originContainers) > 1

This comment was marked as abuse.

@tomwilkie
Copy link
Contributor

1 comment, otherwise LGTM

@tomwilkie tomwilkie assigned 2opremio and unassigned tomwilkie Aug 25, 2015
2opremio pushed a commit that referenced this pull request Aug 25, 2015
Improve titles and context of tables in the details pane
@2opremio 2opremio merged commit a3ecc34 into master Aug 25, 2015
@2opremio 2opremio deleted the origin-host-labels branch August 25, 2015 11:43
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.

2 participants