tbouron commented on a change in pull request #164: auto-set a name for the app
in quick-launch, and
URL: https://github.com/apache/brooklyn-ui/pull/164#discussion_r366224123
##########
File path: ui-modules/utils/quick-launch/quick-launch.html
##########
@@ -39,7 +39,8 @@ <h4 class="media-heading">{{app.name ||
app.symbolicName}}</h4>
<h3 class="quick-launch-section-title">Name</h3>
<div class="quick-launch-section-content">
<div class="form-group">
- <input class="form-control" type="text"
ng-model="model.name" ng-disabled="deploying" name="name" placeholder="Choose a
name for this application (Optional)" autofocus />
+ <input class="form-control" type="text"
ng-model="model.name" ng-disabled="deploying" name="name"
+ placeholder="{{ 'Choose a name for this application
(Optional)' }}" />
Review comment:
It's fine to remove the `autofocus` from this field but at least one in the
form should have the `autofocus` directive assigned
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services