From 1da694bfe5f90320532966393d5fc4df58b565ef Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 31 Oct 2017 14:48:50 +0100 Subject: Don't get stuck on a subtype --- components/kube/contents/ui/LogView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index 75e768d9..a328ec3e 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml @@ -86,6 +86,8 @@ Controls.SplitView { details.timestamp = error.timestamp if (!!currentItem.currentData.subtype) { details.subtype = currentItem.currentData.subtype + } else { + details.subtype = "" } } -- cgit v1.2.3