Skip to content
Snippets Groups Projects
Commit d601ba60 authored by Marc Hanisch's avatar Marc Hanisch
Browse files

adds v-card-actions to the bottom, too

parent fa0028b1
No related branches found
No related tags found
2 merge requests!90Draft: restructure frontend properties 2,!82Restructure frontend
......@@ -56,6 +56,26 @@ permissions and limitations under the Licence.
ref="basicForm"
v-model="device"
/>
<v-card-actions>
<v-spacer />
<v-btn
v-if="isLoggedIn"
small
text
nuxt
to="/search/devices"
>
cancel
</v-btn>
<v-btn
v-if="isLoggedIn"
color="green"
small
@click="onSaveButtonClicked"
>
create
</v-btn>
</v-card-actions>
</v-card>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment