diff --git a/teepod/src/console.html b/teepod/src/console.html index b4130e79..75770275 100644 --- a/teepod/src/console.html +++ b/teepod/src/console.html @@ -635,7 +635,7 @@

VM List

{{ vmStatus(vm) }} - {{ vm.uptime }} + {{ vm.status == 'running' ? vm.uptime : '' }}