summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/LogView.qml2
1 files changed, 2 insertions, 0 deletions
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 {
86 details.timestamp = error.timestamp 86 details.timestamp = error.timestamp
87 if (!!currentItem.currentData.subtype) { 87 if (!!currentItem.currentData.subtype) {
88 details.subtype = currentItem.currentData.subtype 88 details.subtype = currentItem.currentData.subtype
89 } else {
90 details.subtype = ""
89 } 91 }
90 } 92 }
91 93