Add behavior model & search box & setting add behavior popup #26

Merged
MrKBear merged 8 commits from dev-mrkbear into master 2022-03-26 19:00:52 +08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ffdb796e8f - Show all commits

View File

@ -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",

View File

@ -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"