Skip to content

Commit

Permalink
fix for width imgs in table column
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Nov 2, 2022
1 parent cabfa74 commit f77f806
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/admin-gui/resource-wizard/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ When we choose the source, we proceed to a couple of steps for the basic configu

[%autowidth, cols="1a,1a", frame=none, grid=none, role=center]
|===
| image::step-1-basic-conf.png[link=step-1-basic-conf.png,title=Basic configuration of resource, 50%]
| image::step-1-connector-conf-discovery.png[link=step-1-connector-conf-discovery.png,title=Partial configuration for discovery, 50%]
| image::step-1-basic-conf.png[link=step-1-basic-conf.png, 50%, title=Basic configuration of resource]
| image::step-1-connector-conf-discovery.png[link=step-1-connector-conf-discovery.png,50%, title=Partial configuration for discovery]

| image::step-1-discovered-config.png[link=step-1-discovered-config.png,title=Discovered configuration, 50%]
| image::step-1-schema.png[link=step-1-schema.png,title=Schema, 50%]
| image::step-1-discovered-config.png[link=step-1-discovered-config.png, 50%, title=Discovered configuration]
| image::step-1-schema.png[link=step-1-schema.png, 50%, title=Schema]
|===

After basic configuration of resource we see three tiles for next path.
Expand Down
14 changes: 7 additions & 7 deletions docs/admin-gui/resource-wizard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ <h1>Resource wizard</h1>
<p>Resource wizard was complete rewrite and redesign in midPoint version 4.6.</p>
</div>
<div class="paragraph">
<p>New UI takes form of some panels with choice for specific parts of resource configuration. Specific part of configuration is represented by a wizard with steps.</p>
<p>New UI takes form of some panels with choice for specific parts of resource configuration. Specific part of configuration is represented by a wizard with steps.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -508,7 +508,7 @@ <h2 id="_basic_configuration">Basic configuration</h2>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="imageblock">
<div class="content">
<a class="image" href="step-1-connector-conf-discovery.png"><img src="step-1-connector-conf-discovery.png" alt="step 1 connector conf discovery" height="50%"></a>
<a class="image" href="step-1-connector-conf-discovery.png"><img src="step-1-connector-conf-discovery.png" alt="step 1 connector conf discovery" width="50%"></a>
</div>
<div class="title">Figure 3. Partial configuration for discovery</div>
</div></div></td>
Expand All @@ -534,9 +534,9 @@ <h2 id="_basic_configuration">Basic configuration</h2>
</div>
<div class="imageblock">
<div class="content">
<img src="choice-part-resource.png" alt="Part of resource configuration" width="100%">
<img src="choice-part-resource.png" alt="Parts of resource configuration" width="100%">
</div>
<div class="title">Figure 6. Part of resource configuration</div>
<div class="title">Figure 6. Parts of resource configuration</div>
</div>
<div class="ulist">
<ul>
Expand Down Expand Up @@ -614,9 +614,9 @@ <h2 id="_object_type_configuration">Object type configuration</h2>
</div>
<div class="imageblock">
<div class="content">
<img src="choice-part-object-type.png" alt="Part of object type configuration" width="100%">
<img src="choice-part-object-type.png" alt="Parts of object type configuration" width="100%">
</div>
<div class="title">Figure 12. Part of object type configuration</div>
<div class="title">Figure 12. Parts of object type configuration</div>
</div>
<div class="imageblock">
<div class="content">
Expand Down Expand Up @@ -903,7 +903,7 @@ <h2 id="_wizard_for_existing_resource">Wizard for existing resource</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2022-11-02 11:59:02 +0100
Last updated 2022-11-02 12:11:45 +0100
</div>
</div>
</body>
Expand Down

0 comments on commit f77f806

Please sign in to comment.