NodeInstancesFilter
Extends:
react~React.Component → NodeInstancesFilter
NodeInstancesFilter - a component showing dropdown with nodes instances of specified deployment. Data is dynamically fetched from manager.
Access
Stage.Basic.NodeInstancesFilter
Usage
<NodeInstancesFilter name='nodeFilter' value={[]} onChange={()=>{}} deploymentId='nodecellar' />
Static Member Summary
Static Public Members | ||
public static |
propTypes: * propTypes |
Static Public Members
public static propTypes: * source
propTypes
Properties:
Name | Type | Attribute | Description |
name | string | name of the field |
|
value | string | value of the field |
|
deploymentId | string | ID of deployment for which Node Instances will be fetched |
|
onChange | Function | function to be called on field's value change |
|
label | string |
|
field label |
placeholder | string |
|
field's placeholder |
help | string |
|
field's help description |
upward | boolean |
|
make dropdown to expand upwards |