From 41457eb4be1055b5bf694b0a27d9a279ee49065f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 21 Nov 2017 16:53:23 +0100 Subject: Show the host not found error dialog on connection error as well. --- components/kube/contents/ui/LogView.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components') 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 { if (subtype == Kube.Notifications.hostNotFoundError) { return hostNotFoundErrorComponent } + if (subtype == Kube.Notifications.connectionError) { + return hostNotFoundErrorComponent + } return detailsComponent } -- cgit v1.2.3