We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dfcb1 commit 0da4578Copy full SHA for 0da4578
cmd/instance/console_status.go
@@ -47,7 +47,6 @@ var instanceConsoleStatusCmd = &cobra.Command{
47
ow.StartLine()
48
ow.AppendDataWithLabel("instance_id", instance.ID, "Instance ID")
49
ow.AppendDataWithLabel("instance_hostname", instance.Hostname, "Instance Hostname")
50
- ow.AppendDataWithLabel("status", vnc.Result, "Status")
51
ow.AppendDataWithLabel("uri", vnc.URI, "URI")
52
ow.AppendDataWithLabel("expiry", vnc.Expiration, "Expiry")
53
0 commit comments