mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Ensure the table spans the complete page width (#37129)
This commit is contained in:
parent
6636401246
commit
8f2c87231f
1 changed files with 2 additions and 2 deletions
4
docs/templates/plugin.rst.j2
vendored
4
docs/templates/plugin.rst.j2
vendored
|
@ -232,7 +232,7 @@ Facts returned by this module are added/updated in the ``hostvars`` host facts a
|
||||||
<tr>
|
<tr>
|
||||||
<th class="head"><div class="cell-border">Fact</div></th>
|
<th class="head"><div class="cell-border">Fact</div></th>
|
||||||
<th class="head"><div class="cell-border">Returned</div></th>
|
<th class="head"><div class="cell-border">Returned</div></th>
|
||||||
<th class="head"><div class="cell-border">Description</div></th>
|
<th class="head" width="100%"><div class="cell-border">Description</div></th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for key, value in returnfacts|dictsort recursive %}
|
{% for key, value in returnfacts|dictsort recursive %}
|
||||||
<tr class="return-value-column">
|
<tr class="return-value-column">
|
||||||
|
@ -297,7 +297,7 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
|
||||||
<tr>
|
<tr>
|
||||||
<th class="head"><div class="cell-border">Key</div></th>
|
<th class="head"><div class="cell-border">Key</div></th>
|
||||||
<th class="head"><div class="cell-border">Returned</div></th>
|
<th class="head"><div class="cell-border">Returned</div></th>
|
||||||
<th class="head"><div class="cell-border">Description</div></th>
|
<th class="head" width="100%"><div class="cell-border">Description</div></th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for key, value in returndocs|dictsort recursive %}
|
{% for key, value in returndocs|dictsort recursive %}
|
||||||
<tr class="return-value-column">
|
<tr class="return-value-column">
|
||||||
|
|
Loading…
Reference in a new issue