Add tracking of client (viewer) connection state and visualize in GUI.
This commit is contained in:
parent
9019907224
commit
355eded86b
11 changed files with 331 additions and 6 deletions
|
|
@ -11,5 +11,6 @@ nodeName = Node
|
|||
requestedCpus = Requested CPUs
|
||||
requestedRam = Requested RAM
|
||||
running = Running
|
||||
usedBy = Used by
|
||||
vmActions = Actions
|
||||
vmname = Name
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ maximumRam = Maximales RAM
|
|||
nodeName = Knoten
|
||||
requestedCpus = Angeforderte CPUs
|
||||
requestedRam = Angefordertes RAM
|
||||
usedBy = Benutzt von
|
||||
vmActions = Aktionen
|
||||
vmname = Name
|
||||
Value\ is\ above\ maximum = Wert ist zu groß
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue