summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml9
1 files changed, 5 insertions, 4 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index e5a78753..54a81112 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -134,10 +134,6 @@ Controls2.ApplicationWindow {
134 iconName: Kube.Icons.user_inverted 134 iconName: Kube.Icons.user_inverted
135 onClicked: kubeViews.setPeopleView() 135 onClicked: kubeViews.setPeopleView()
136 } 136 }
137 Kube.IconButton {
138 iconName: Kube.Icons.error_inverted
139 onClicked: kubeViews.setLogView()
140 }
141 } 137 }
142 Column { 138 Column {
143 anchors { 139 anchors {
@@ -153,6 +149,11 @@ Controls2.ApplicationWindow {
153 } 149 }
154 150
155 Kube.IconButton { 151 Kube.IconButton {
152 iconName: Kube.Icons.error_inverted
153 onClicked: kubeViews.setLogView()
154 }
155
156 Kube.IconButton {
156 iconName: Kube.Icons.menu_inverted 157 iconName: Kube.Icons.menu_inverted
157 onClicked: kubeViews.setAccountsView() 158 onClicked: kubeViews.setAccountsView()
158 } 159 }