Skip to content
Snippets Groups Projects
Commit 913d519e authored by Nils Brinckmann's avatar Nils Brinckmann
Browse files

Added enlarging change for platforms as well

parent ef1a61ed
No related branches found
No related tags found
2 merge requests!92Feature restructure frontend platforms,!82Restructure frontend
......@@ -35,11 +35,11 @@ permissions and limitations under the Licence.
<template>
<div>
<v-row>
<v-col cols="12" md="3">
<v-col cols="12" md="6">
<label>URN</label>
{{ platformURN }}
</v-col>
<v-col cols="12" md="3">
<v-col cols="12" md="6">
<label>Persistent identifier (PID)</label>
{{ value.persistentIdentifier | orDefault }}
</v-col>
......
......@@ -37,7 +37,7 @@ permissions and limitations under the Licence.
@submit.prevent
>
<v-row>
<v-col cols="12" md="3">
<v-col cols="12" md="6">
<v-text-field
:value="platformURN"
label="URN"
......@@ -45,7 +45,7 @@ permissions and limitations under the Licence.
disabled
/>
</v-col>
<v-col cols="12" md="3">
<v-col cols="12" md="6">
<v-text-field
:value="value.persistentIdentifier"
:readonly="readonly"
......
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