summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/LogView.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml
index a328ec3e..3b0aa2d5 100644
--- a/components/kube/contents/ui/LogView.qml
+++ b/components/kube/contents/ui/LogView.qml
@@ -174,6 +174,9 @@ Controls.SplitView {
174 if (subtype == Kube.Notifications.hostNotFoundError) { 174 if (subtype == Kube.Notifications.hostNotFoundError) {
175 return hostNotFoundErrorComponent 175 return hostNotFoundErrorComponent
176 } 176 }
177 if (subtype == Kube.Notifications.connectionError) {
178 return hostNotFoundErrorComponent
179 }
177 return detailsComponent 180 return detailsComponent
178 } 181 }
179 182