web: list for element
This list is suppose to be replaced with the API call once it is ready
This commit is contained in:
parent
a3e6cabef8
commit
9fe3977a25
1 changed files with 20 additions and 15 deletions
|
@ -1,22 +1,24 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="root">
|
<div class="root">
|
||||||
<h2>{{ props.licenseGroupName }}:</h2>
|
<h2>{{ props.licenseGroupName }}:</h2>
|
||||||
<ListViewElement
|
<li>
|
||||||
licenseName="Jetbrains Ultimate 2024.2.1"
|
<ListViewElement
|
||||||
licenseKey="321z8321789"
|
licenseName="Jetbrains Ultimate 2024.2.1"
|
||||||
startDate="12.12.2020"
|
licenseKey="321z8321789"
|
||||||
endDate="13.12.2021"
|
startDate="12.12.2020"
|
||||||
:amount=undefined
|
endDate="13.12.2021"
|
||||||
|
:amount=undefined
|
||||||
|
notes="No notes"
|
||||||
|
/>
|
||||||
|
<ListViewElement
|
||||||
|
licenseName="Mockup 2"
|
||||||
|
licenseKey="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
|
||||||
|
startDate=""
|
||||||
|
endDate=""
|
||||||
|
:amount=1
|
||||||
notes="No notes"
|
notes="No notes"
|
||||||
/>
|
/>
|
||||||
<ListViewElement
|
</li>
|
||||||
licenseName="Mockup 2"
|
|
||||||
licenseKey="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
|
|
||||||
startDate=""
|
|
||||||
endDate=""
|
|
||||||
:amount=1
|
|
||||||
notes="No notes"
|
|
||||||
/>
|
|
||||||
<!-- <ListViewElement
|
<!-- <ListViewElement
|
||||||
licenseName="Jetbrains Ultimate 2024.2.1"
|
licenseName="Jetbrains Ultimate 2024.2.1"
|
||||||
key=""
|
key=""
|
||||||
|
@ -46,4 +48,7 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue