chore(@EditNetworkForm.qml): add object names to main input objects
This commit is contained in:
parent
14eec8f8d9
commit
a227db592d
|
@ -167,6 +167,7 @@ ColumnLayout {
|
||||||
}
|
}
|
||||||
StatusInput {
|
StatusInput {
|
||||||
id: mainRpcInput
|
id: mainRpcInput
|
||||||
|
objectName: "mainRpcInputObject"
|
||||||
input.edit.objectName: "editNetworkMainRpcInput"
|
input.edit.objectName: "editNetworkMainRpcInput"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
label: qsTr("Main JSON RPC URL")
|
label: qsTr("Main JSON RPC URL")
|
||||||
|
@ -209,6 +210,7 @@ ColumnLayout {
|
||||||
|
|
||||||
StatusInput {
|
StatusInput {
|
||||||
id: failoverRpcUrlInput
|
id: failoverRpcUrlInput
|
||||||
|
objectName: "failoverRpcUrlInputObject"
|
||||||
input.edit.objectName: "editNetworkFailoverRpcUrlInput"
|
input.edit.objectName: "editNetworkFailoverRpcUrlInput"
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
label: qsTr("Failover JSON RPC URL")
|
label: qsTr("Failover JSON RPC URL")
|
||||||
|
|
Loading…
Reference in New Issue