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

Expandable detail-pane tables in UI #382

Closed
2opremio opened this issue Aug 20, 2015 · 4 comments · Fixed by #752
Closed

Expandable detail-pane tables in UI #382

2opremio opened this issue Aug 20, 2015 · 4 comments · Fixed by #752
Assignees
Labels
component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Milestone

Comments

@2opremio
Copy link
Contributor

UX part of #322

The UI will know what rows to expand based on a new optional row key: expandable

Sample table:

{
    "title": "Connections",
    "numeric": false,
    "rows": [
        {
            "key": "TCP connections",
            "value_major": "2"
        },
        {
            "key": "Client",
            "value_major": "Server",
            "expandable": true
        },
        {
            "key": "127.0.0.1:3445",
            "value_major": "127.0.0.1:80",
            "expandable": true
        },
        {
            "key": "127.0.0.1:5647",
            "value_major": "127.0.0.1:560",
            "expandable": true
        }
    ]
}
@2opremio 2opremio changed the title Expandable detail-pane tables Expandable detail-pane tables in UI Aug 20, 2015
@miztiik
Copy link

miztiik commented Sep 1, 2015

Can we make the details pane moveable instead of fixing it to the default right hand side?

@peterbourgon
Copy link
Contributor

@miztiik any specific reason other than aesthetics?

@miztiik
Copy link

miztiik commented Sep 1, 2015

I found the details pane sometimes blocking the view of the underlying container, I intuitively was looking to move it to see the underlying container connections information and also the details pane.

@davkal
Copy link
Contributor

davkal commented Sep 1, 2015

@miztiik you can drag the container view. But thanks for pointing out your intuitive use. The blocking of the view is certainly a shortcoming.

@tomwilkie tomwilkie added this to the 0.11.0 milestone Nov 30, 2015
@tomwilkie tomwilkie modified the milestones: 0.12.0, 0.11.0 Dec 10, 2015
@davkal davkal mentioned this issue Dec 17, 2015
18 tasks
@foot foot added the component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer label Jan 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants