diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/declarative/PotusCrud.html')
-rw-r--r-- | uitest/src/com/vaadin/tests/declarative/PotusCrud.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/uitest/src/com/vaadin/tests/declarative/PotusCrud.html b/uitest/src/com/vaadin/tests/declarative/PotusCrud.html index 05acee9679..dde60652e5 100644 --- a/uitest/src/com/vaadin/tests/declarative/PotusCrud.html +++ b/uitest/src/com/vaadin/tests/declarative/PotusCrud.html @@ -2,13 +2,13 @@ <meta name="package-mapping" content="x:com.vaadin.tests.declarative"/> </head> <body> - <v-vertical-layout size-full margin="true" spacing> - <v-horizontal-layout spacing margin width-full> - <v-label size-auto>POTUS Database</v-label> - <v-button :expand _id="addNew">Add new</v-button> - </v-horizontal-layout> - <v-table _id="potusList" :expand selectable size-full/> + <vaadin-vertical-layout size-full margin="true" spacing> + <vaadin-horizontal-layout spacing margin width-full> + <vaadin-label size-auto>POTUS Database</vaadin-label> + <vaadin-button :expand _id="addNew">Add new</vaadin-button> + </vaadin-horizontal-layout> + <vaadin-table _id="potusList" :expand selectable size-full/> <x-potus-form _id="potusForm" /> - </v-vertical-layout> + </vaadin-vertical-layout> </body> |