summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-10-26 13:41:47 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-10-26 13:41:47 +0200
commitc19058a850e6f44d54e3b8604e191ccfe71b7a97 (patch)
tree837188d822469ba1d3af38ac55f78eb99ddc79ad
parent7ad757c287dce43386d479eaf7814f7ff730ce21 (diff)
downloadkube-c19058a850e6f44d54e3b8604e191ccfe71b7a97.tar.gz
kube-c19058a850e6f44d54e3b8604e191ccfe71b7a97.zip
brush up logview a bit more
-rw-r--r--components/kube/contents/ui/LogView.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml
index 51f773d8..e92db8a2 100644
--- a/components/kube/contents/ui/LogView.qml
+++ b/components/kube/contents/ui/LogView.qml
@@ -117,6 +117,7 @@ Controls.SplitView {
117 anchors { 117 anchors {
118 right: parent.right 118 right: parent.right
119 bottom: parent.bottom 119 bottom: parent.bottom
120 rightMargin: Kube.Units.smallSpacing
120 } 121 }
121 text: Qt.formatDateTime(model.errors.get(0).timestamp, " hh:mm:ss dd MMM yyyy") 122 text: Qt.formatDateTime(model.errors.get(0).timestamp, " hh:mm:ss dd MMM yyyy")
122 font.italic: true 123 font.italic: true
@@ -256,9 +257,6 @@ Controls.SplitView {
256 } 257 }
257 } 258 }
258 Kube.Button { 259 Kube.Button {
259 anchors {
260 right: parent.right
261 }
262 text: qsTr("Change Password") 260 text: qsTr("Change Password")
263 onClicked: { 261 onClicked: {
264 Kube.Fabric.postMessage(Kube.Messages.componentDone, {}) 262 Kube.Fabric.postMessage(Kube.Messages.componentDone, {})