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
|
@ -36,6 +36,14 @@
|
|||
Choose a name to inform your teammates
|
||||
about this {{ entityTitle }}. Must match {{ entityNameRegex }}.
|
||||
</div>
|
||||
|
||||
<div ng-show="allowEntityDescription" style="margin-top: 20px;">
|
||||
<label>Provide an optional description for your new {{ entityTitle }}:</label>
|
||||
<input type="text" class="form-control" ng-model="entityDescription" max-length="255">
|
||||
<div class="help-text">
|
||||
Enter a description to provide extran information to your teammates about this {{ entityTitle }}.
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- /.modal-body -->
|
||||
<div class="modal-footer" ng-show="view == 'setperms'">
|
||||
|
|
Reference in a new issue