Display runner version in GUI.
This commit is contained in:
parent
3a4404b758
commit
ba582d877e
4 changed files with 21 additions and 10 deletions
|
|
@ -127,15 +127,16 @@
|
|||
><span>{{ cic.error }}</span></form></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="table--basic table--basic--autoStriped">
|
||||
<tr>
|
||||
<td colspan="2">{{ entry.status?.osinfo?.["pretty-name"] || "" }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ localize("usedFrom") }}</td>
|
||||
<td>{{ entry.usedFrom }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<template v-if="entry.status?.runnerVersion">
|
||||
{{ localize("runnerVersion") }}:
|
||||
{{ entry.status.runnerVersion }}<br></template>
|
||||
<template v-if="entry.status?.osinfo">
|
||||
{{ localize("guestOs") }}:
|
||||
{{ entry.status?.osinfo?.["pretty-name"] || "" }}<br></template>
|
||||
<template v-if="entry.usedFrom">{{ localize("usedFrom") }}:
|
||||
{{ entry.usedFrom }}<br></template>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -5,12 +5,14 @@ VMsSummary = VMs (running/total)
|
|||
assignedTo = Assigned to
|
||||
currentCpus = Current CPUs
|
||||
currentRam = Current RAM
|
||||
guestOs = Guest OS
|
||||
maximumCpus = Maximum CPUs
|
||||
maximumRam = Maximum RAM
|
||||
notInUse = Currently closed
|
||||
nodeName = Node
|
||||
requestedCpus = Requested CPUs
|
||||
requestedRam = Requested RAM
|
||||
runnerVersion = Runner version
|
||||
running = Running
|
||||
since = Since
|
||||
usedBy = Used by
|
||||
|
|
|
|||
|
|
@ -9,12 +9,14 @@ Last\ day = Letzter Tag
|
|||
assignedTo = Zugewiesen an
|
||||
currentCpus = Aktuelle CPUs
|
||||
currentRam = Akuelles RAM
|
||||
guestOs = Gast BS
|
||||
maximumCpus = Maximale CPUs
|
||||
maximumRam = Maximales RAM
|
||||
nodeName = Knoten
|
||||
notInUse = Derzeit geschlossen
|
||||
requestedCpus = Angeforderte CPUs
|
||||
requestedRam = Angefordertes RAM
|
||||
runnerVersion = Runner-Version
|
||||
running = Gestartet
|
||||
since = Seit
|
||||
usedBy = Benutzt durch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue