ARTEMIS-3633 fixed description for password field in preferences tab
This commit is contained in:
parent
54f4cb560c
commit
5708bcbf56
|
@ -62,7 +62,7 @@ var Artemis;
|
|||
<div class="form-group">
|
||||
<label class="col-md-2 control-label" for="artemisPassword">
|
||||
Artemis password
|
||||
<span class="pficon pficon-info" data-toggle="tooltip" data-placement="top" title="The user name to be used when connecting to the broker"></span>
|
||||
<span class="pficon pficon-info" data-toggle="tooltip" data-placement="top" title="The password to be used when connecting to the broker"></span>
|
||||
</label>
|
||||
<div class="col-md-6">
|
||||
<input id="artemisPassword" type="password" class="form-control" ng-model="artemisPassword"/>
|
||||
|
|
Loading…
Reference in New Issue