Move "used from" to details.
This commit is contained in:
parent
ba18e1f0d0
commit
edc3596e7d
3 changed files with 8 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@ window.orgJDrupesVmOperatorVmMgmt.initView = (viewDom: HTMLElement,
|
|||
["currentRam", "currentRam"],
|
||||
["nodeName", "nodeName"],
|
||||
["assignedTo", "assignedTo"],
|
||||
["usedFrom", "usedFrom"],
|
||||
["usedBy", "usedBy"]
|
||||
], {
|
||||
sortKey: "name",
|
||||
|
|
|
|||
|
|
@ -78,6 +78,8 @@
|
|||
padding-left: 1em;
|
||||
|
||||
table {
|
||||
display: inline;
|
||||
|
||||
td:nth-child(2) {
|
||||
min-width: 7em;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue