9 lines
384 B
HTML
9 lines
384 B
HTML
|
<div class="create-robot-dialog-element">
|
||
|
<div ng-if="info">
|
||
|
<div class="create-entity-dialog" info="info" entity-title="robot account"
|
||
|
entity-kind="user"
|
||
|
entity-icon="ci-robot" entity-name-regex="{{ ROBOT_PATTERN }}"
|
||
|
entity-create-requested="createRobot(name, callback)"
|
||
|
entity-create-completed="robotFinished(entity)"></div>
|
||
|
</div>
|
||
|
</div>
|