111 instance.uptime (detail) fix
This commit is contained in:
@@ -178,8 +178,7 @@
|
||||
<m:field>to_char(st.dt_state, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_state</m:field>
|
||||
<!--- <m:field>io.instance_uid::text as io_instance_uid</m:field>
|
||||
<m:field>st.instance_uid::text as st_instance_uid</m:field> --->
|
||||
<m:field>(case
|
||||
|
||||
<m:field>(case
|
||||
when st.instance_uid IS NULL then 'not created'
|
||||
when st.is_deleted = 'true' then 'deleted'
|
||||
when st.is_suspended = 'true' then 'suspended'
|
||||
|
||||
Reference in New Issue
Block a user