Skip to content

Commit

Permalink
[hotfix][config][docs] Rename "Default Value" column to "Default"
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jan 30, 2018
1 parent ed14135 commit 6fd6939
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/generated/history_server_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default Value</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 65%">Description</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/generated/kerberos_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default Value</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 65%">Description</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/generated/metric_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default Value</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 65%">Description</th>
</tr>
</thead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default Value</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 65%">Description</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/generated/web_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default Value</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 65%">Description</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/generated/zoo_keeper_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thead>
<tr>
<th class="text-left" style="width: 20%">Key</th>
<th class="text-left" style="width: 15%">Default Value</th>
<th class="text-left" style="width: 15%">Default</th>
<th class="text-left" style="width: 65%">Description</th>
</tr>
</thead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private static String toHtmlTable(final List<ConfigOption> options) {
htmlTable.append(" <thead>\n");
htmlTable.append(" <tr>\n");
htmlTable.append(" <th class=\"text-left\" style=\"width: 20%\">Key</th>\n");
htmlTable.append(" <th class=\"text-left\" style=\"width: 15%\">Default Value</th>\n");
htmlTable.append(" <th class=\"text-left\" style=\"width: 15%\">Default</th>\n");
htmlTable.append(" <th class=\"text-left\" style=\"width: 65%\">Description</th>\n");
htmlTable.append(" </tr>\n");
htmlTable.append(" </thead>\n");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void testCreatingDescription() {
" <thead>\n" +
" <tr>\n" +
" <th class=\"text-left\" style=\"width: 20%\">Key</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default Value</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default</th>\n" +
" <th class=\"text-left\" style=\"width: 65%\">Description</th>\n" +
" </tr>\n" +
" </thead>\n" +
Expand Down Expand Up @@ -118,7 +118,7 @@ public void testCreatingMultipleGroups() {
" <thead>\n" +
" <tr>\n" +
" <th class=\"text-left\" style=\"width: 20%\">Key</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default Value</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default</th>\n" +
" <th class=\"text-left\" style=\"width: 65%\">Description</th>\n" +
" </tr>\n" +
" </thead>\n" +
Expand All @@ -135,7 +135,7 @@ public void testCreatingMultipleGroups() {
" <thead>\n" +
" <tr>\n" +
" <th class=\"text-left\" style=\"width: 20%\">Key</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default Value</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default</th>\n" +
" <th class=\"text-left\" style=\"width: 65%\">Description</th>\n" +
" </tr>\n" +
" </thead>\n" +
Expand All @@ -152,7 +152,7 @@ public void testCreatingMultipleGroups() {
" <thead>\n" +
" <tr>\n" +
" <th class=\"text-left\" style=\"width: 20%\">Key</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default Value</th>\n" +
" <th class=\"text-left\" style=\"width: 15%\">Default</th>\n" +
" <th class=\"text-left\" style=\"width: 65%\">Description</th>\n" +
" </tr>\n" +
" </thead>\n" +
Expand Down

0 comments on commit 6fd6939

Please sign in to comment.