a lot of setup and testing work for rust
This commit is contained in:
parent
8e58dd89df
commit
8b4c348279
12 changed files with 231 additions and 32 deletions
|
@ -149,6 +149,10 @@ Controls.Page {
|
|||
id: serviceItemModel
|
||||
}
|
||||
|
||||
ServiceThing {
|
||||
id: serviceThing
|
||||
}
|
||||
|
||||
function changeServiceItem(index) {
|
||||
const item = serviceItemModel.getItem(index);
|
||||
currentServiceItem = index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue