Add behavior model & search box & setting add behavior popup #26
@ -52,13 +52,13 @@ class CommandBar extends Component<ICommandBarProps & IMixinSettingProps & IMixi
|
|||||||
}
|
}
|
||||||
})}
|
})}
|
||||||
{this.getRenderButton({
|
{this.getRenderButton({
|
||||||
iconName: "CubeShape",
|
iconName: "ProductVariant",
|
||||||
i18NKey: "Command.Bar.Add.Range.Info",
|
i18NKey: "Command.Bar.Add.Range.Info",
|
||||||
click: () => {
|
click: () => {
|
||||||
this.props.status ? this.props.status.newRange() : undefined;
|
this.props.status ? this.props.status.newRange() : undefined;
|
||||||
}
|
}
|
||||||
})}
|
})}
|
||||||
{this.getRenderButton({ iconName: "StepSharedAdd", i18NKey: "Command.Bar.Add.Behavior.Info" })}
|
{this.getRenderButton({ iconName: "Running", i18NKey: "Command.Bar.Add.Behavior.Info" })}
|
||||||
{this.getRenderButton({
|
{this.getRenderButton({
|
||||||
iconName: "Tag",
|
iconName: "Tag",
|
||||||
i18NKey: "Command.Bar.Add.Tag.Info",
|
i18NKey: "Command.Bar.Add.Tag.Info",
|
||||||
|
@ -52,7 +52,7 @@ class ObjectCommand extends Component<IMixinStatusProps> {
|
|||||||
this.props.status ? this.props.status.newRange() : undefined;
|
this.props.status ? this.props.status.newRange() : undefined;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Icon iconName="CubeShape"></Icon>
|
<Icon iconName="ProductVariant"></Icon>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="command-item red"
|
className="command-item red"
|
||||||
|
Loading…
Reference in New Issue
Block a user