Skip to content

Commit

Permalink
Move "used from" to details.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Jan 23, 2025
1 parent ba18e1f commit edc3596
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ window.orgJDrupesVmOperatorVmMgmt.initView = (viewDom: HTMLElement,
["currentRam", "currentRam"],
["nodeName", "nodeName"],
["assignedTo", "assignedTo"],
["usedFrom", "usedFrom"],
["usedBy", "usedBy"]
], {
sortKey: "name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
padding-left: 1em;

table {
display: inline;

td:nth-child(2) {
min-width: 7em;

Expand Down

0 comments on commit edc3596

Please sign in to comment.