|
|
@ -69,7 +69,7 @@ |
|
|
|
<div class="input-group"> |
|
|
|
<div class="input-group"> |
|
|
|
<div class="row no-gutter"> |
|
|
|
<div class="row no-gutter"> |
|
|
|
<div class="col-sm-9"> |
|
|
|
<div class="col-sm-9"> |
|
|
|
<input type="text" class="form-control favorite-font" id="host" ng-model="host" placeholder="Address" > |
|
|
|
<input type="text" class="form-control favorite-font" id="host" ng-model="host" placeholder="Address" autocapitalize="off"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<div class="col-sm-3"> |
|
|
|
<input type="text" class="form-control favorite-font" id="port" ng-model="port" placeholder="Port"> |
|
|
|
<input type="text" class="form-control favorite-font" id="port" ng-model="port" placeholder="Port"> |
|
|
|