You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
431 B
Plaintext

extends ../layout
block content
table
tr
th ID
th User ID
th Identifier
th Type
th Memory
th Swap
th Disk
th Traffic
th Running?
for instance in instances
tr
th= instance.id
th= instance.userId
th= instance.customIdentifier
th= instance.virtualizationType
th= instance.memory
th= instance.swap
th= instance.diskSpace
th= instance.traffic
th= instance.running