Move "used from" to details.

This commit is contained in:
Michael Lipp 2025-01-23 18:05:38 +01:00
parent ba18e1f0d0
commit edc3596e7d
3 changed files with 8 additions and 1 deletions

View file

@ -103,6 +103,12 @@
><span>{{ cic.error }}</span></form></td>
</tr>
</table>
<table class="table--basic table--basic--autoStriped">
<tr>
<td>{{ localize("usedFrom") }}</td>
<td>{{ entry.usedFrom }}</td>
</tr>
</table>
</td>
</tr>
</template>

View file

@ -113,7 +113,6 @@ window.orgJDrupesVmOperatorVmMgmt.initView = (viewDom: HTMLElement,
["currentRam", "currentRam"],
["nodeName", "nodeName"],
["assignedTo", "assignedTo"],
["usedFrom", "usedFrom"],
["usedBy", "usedBy"]
], {
sortKey: "name",

View file

@ -78,6 +78,8 @@
padding-left: 1em;
table {
display: inline;
td:nth-child(2) {
min-width: 7em;