Skip to content

Commit

Permalink
fix(tooltip): change tooltip for worker_processes (digitalocean#84)
Browse files Browse the repository at this point in the history
Change wrong tooltip for worker_processes by docs:
http://nginx.org/en/docs/ngx_core_module.html#worker_processes
  • Loading branch information
superrosko authored and 0xb4lint committed Apr 16, 2019
1 parent f0abe36 commit e5cb86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@
<div class="tab-pane tab-nginx" ng-class="{ 'active': tab_common === 'nginx' }">
<div class="form-group row">
<label class="col-sm-3 col-form-label col-form-label-sm">
<code tooltips tooltip-template="Sets the maximum number of simultaneous connections that can be opened by a worker process.">worker_processes</code>
<code tooltips tooltip-template="Defines the number of worker processes. ">worker_processes</code>
</label>
<div class="col-sm-9">
<select class="custom-select form-control-sm" ng-model="data.worker_processes" ng-class="{ 'input-changed': data.worker_processes !== defaultData.worker_processes }">
Expand Down

0 comments on commit e5cb86e

Please sign in to comment.