summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-24 09:46:42 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-24 09:46:42 +0100
commitaf2e92982b722ed0ea8f465649b843cb5ed4fda7 (patch)
tree4e4567ccb803c004402d4050a2317bc000335b68 /components
parent5f17e726ad63eec6ef78d15baa8ed42625679197 (diff)
downloadkube-af2e92982b722ed0ea8f465649b843cb5ed4fda7.tar.gz
kube-af2e92982b722ed0ea8f465649b843cb5ed4fda7.zip
Tested account setup
Diffstat (limited to 'components')
-rw-r--r--components/accounts/qml/AccountWizard.qml1
-rw-r--r--components/accounts/qml/AccountWizardPage.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/components/accounts/qml/AccountWizard.qml b/components/accounts/qml/AccountWizard.qml
index 58ef4509..b928fd8b 100644
--- a/components/accounts/qml/AccountWizard.qml
+++ b/components/accounts/qml/AccountWizard.qml
@@ -70,6 +70,7 @@ Kube.Popup {
70 Repeater { 70 Repeater {
71 model: root.availableAccountPlugins 71 model: root.availableAccountPlugins
72 delegate: Kube.Button { 72 delegate: Kube.Button {
73 objectName: "accountTypeButton" + modelData
73 Layout.fillWidth: true 74 Layout.fillWidth: true
74 text: modelData 75 text: modelData
75 onClicked: stack.push(wizardPage.createObject(stack, {accountType:modelData})) 76 onClicked: stack.push(wizardPage.createObject(stack, {accountType:modelData}))
diff --git a/components/accounts/qml/AccountWizardPage.qml b/components/accounts/qml/AccountWizardPage.qml
index 9f11ac36..99bad388 100644
--- a/components/accounts/qml/AccountWizardPage.qml
+++ b/components/accounts/qml/AccountWizardPage.qml
@@ -146,6 +146,7 @@ FocusScope {
146 right: parent.right 146 right: parent.right
147 bottom: parent.bottom 147 bottom: parent.bottom
148 } 148 }
149 objectName: "saveButton"
149 150
150 text: qsTr("Save") 151 text: qsTr("Save")
151 onClicked: save() 152 onClicked: save()