Add UI for viewing and setting the description of a robot account
This commit is contained in:
parent
254cdfe43a
commit
96fafcdffb
5 changed files with 24 additions and 3 deletions
|
@ -3,7 +3,8 @@
|
|||
<div class="create-entity-dialog" info="info" entity-title="robot account"
|
||||
entity-kind="robot"
|
||||
entity-icon="ci-robot" entity-name-regex="{{ ROBOT_PATTERN }}"
|
||||
entity-create-requested="createRobot(name, callback)"
|
||||
allow-entity-description="true"
|
||||
entity-create-requested="createRobot(name, description, callback)"
|
||||
entity-create-completed="robotFinished(entity)"></div>
|
||||
</div>
|
||||
</div>
|
Reference in a new issue