Skip to content

Commit

Permalink
Merge pull request #62 from dbeech/fix-bootstrap-port-range-label
Browse files Browse the repository at this point in the history
Removed allowed port range from label
  • Loading branch information
muralibasani authored Oct 1, 2022
2 parents 02ab6d9 + 4c8e0de commit d019174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/addCluster.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ <h4 class="mb-3">Shortcuts</h4>
<!--/span-->
<div class="col-md-6" ng-show="addNewCluster.clusterType == 'kafka'">
<div class="form-group">
<label>Bootstrap servers (Allowed port range 6090 - 9099)</label>
<label>Bootstrap servers</label>
<input type="text" class="form-control" required ng-model="addNewCluster.host" minlength="3" placeholder="server:9092">
<small class="form-control-feedback">Comma separated. Ex : server1:9092,server2:9092,server3:9092</small>
</div>
Expand Down

0 comments on commit d019174

Please sign in to comment.