|
|
@@ -41,7 +41,7 @@
|
|
|
<th additionalAttributes="{style: 'width: 200px;'}">Term</th>
|
|
|
<th additionalAttributes="{style: 'width: 200px;'}">Type</th>
|
|
|
<th additionalAttributes="{style: 'width: 200px;'}">Category</th>
|
|
|
- <th additionalAttributes="{style: 'width: 200px;'}">Url</th>
|
|
|
+ <th additionalAttributes="{style: 'width: 400px;'}">Url</th>
|
|
|
<th additionalAttributes="{style: 'width: 100px;'}">Action</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -61,13 +61,14 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
+ <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">
|
|
|
|
|
|
<h2>List of categories</h2>
|
|
|
- <table>
|
|
|
+ <table style="width: 210px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>ID</th>
|
|
|
- <th>Title</th>
|
|
|
+ <th additionalAttributes="{style: 'width: 10px;'}">ID</th>
|
|
|
+ <th additionalAttributes="{style: 'width: 200px;'}">Title</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@@ -80,12 +81,14 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
+ <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">
|
|
|
+
|
|
|
<h2>List of types</h2>
|
|
|
- <table>
|
|
|
+ <table style="width: 210px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>ID</th>
|
|
|
- <th>Title</th>
|
|
|
+ <th additionalAttributes="{style: 'width: 10px;'}">ID</th>
|
|
|
+ <th additionalAttributes="{style: 'width: 200px;'}">Title</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@@ -98,12 +101,14 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
+ <hr style="width: 100%; border: 1px solid black; margin: 20px 0;">
|
|
|
+
|
|
|
<h2>List of urls</h2>
|
|
|
- <table>
|
|
|
+ <table style="width: 410px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>ID</th>
|
|
|
- <th>Title</th>
|
|
|
+ <th additionalAttributes="{style: 'width: 10px;'}">ID</th>
|
|
|
+ <th additionalAttributes="{style: 'width: 400px;'}">Title</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|