summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 344dbdc7..c73d5bfa 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -232,7 +232,7 @@ Controls2.ApplicationWindow {
232 232
233 Kube.IconButton { 233 Kube.IconButton {
234 id: logButton 234 id: logButton
235 iconName: Kube.Icons.error_inverted 235 iconName: Kube.Icons.info_inverted
236 onClicked: kubeViews.setLogView() 236 onClicked: kubeViews.setLogView()
237 activeFocusOnTab: true 237 activeFocusOnTab: true
238 checkable: true 238 checkable: true