This commit is contained in:
Michele Artini 2022-12-02 09:06:53 +01:00
parent 6e3700ba31
commit 066e0ca73c
2 changed files with 3 additions and 3 deletions

View File

@ -73,8 +73,8 @@
<td colspan="2" align="center">0 parameter(s)</td>
</tr>
<tr ng-repeat="p in parameters">
<th style="width: 15%; padding-left: 20px">{{p.name}}</th>
<td style="overflow: hidden; text-overflow: ellipsis;">{{p.value}}</td>
<th style="width: 25%; padding-left: 20px">{{p.name}}</th>
<td style="overflow-x: auto;"><pre style="margin: 0;">{{p.value}}</pre></td>
</tr>
</table>
</div>

View File

@ -32,7 +32,7 @@
<tbody>
<tr ng-repeat="r in section.data|filter:infoFilter" ng-if="section.name != 'Modules'">
<th style="width: 25%;">{{r.k}}</th>
<td style="overflow-x:auto;"><pre style="margin: 0;">{{r.v}}</pre></td>
<td style="overflow-x: auto;"><pre style="margin: 0;">{{r.v}}</pre></td>
</tr>
<tr ng-repeat="r in section.data|filter:infoFilter" ng-if="section.name == 'Modules'" ng-class="{'table-warning' : r.files.length > 1}">
<td>{{r.group}}</td>