nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
12.02k stars 1.25k forks source link

[Tree] Grey out invalid choices #1102

Open VWoeltjen opened 8 years ago

VWoeltjen commented 8 years ago

In the tree in the locator widget, any domain objects which cannot be selected (per validation rules) should be greyed out and visually distinct from other classes.

Should start by adding some appropriate class to these tree nodes, then pass along to @charlesh88 for styling.

Enhancement request originates from comments on #1008

charlesh88 commented 8 years ago

Suggest class name "s-status-unavailable".

charlesh88 commented 7 years ago

Still want this.