mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused files and code
This commit is contained in:
parent
39d9278363
commit
dd3797fd84
@ -28,16 +28,6 @@
|
|||||||
:key="transactionId"
|
:key="transactionId"
|
||||||
:style="type === 'decay' ? 'background-color:#f1e0ae3d' : ''"
|
:style="type === 'decay' ? 'background-color:#f1e0ae3d' : ''"
|
||||||
>
|
>
|
||||||
<transaction
|
|
||||||
:amount="balance"
|
|
||||||
:date="date"
|
|
||||||
:comment="memo"
|
|
||||||
:gdtEntryType="type"
|
|
||||||
factor="--"
|
|
||||||
gdt="gdt"
|
|
||||||
:id="transactionId"
|
|
||||||
></transaction>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="list-group-item gdd-transaction-list-item"
|
class="list-group-item gdd-transaction-list-item"
|
||||||
:class="getCollapseState(transactionId) ? 'bg-secondary' : ''"
|
:class="getCollapseState(transactionId) ? 'bg-secondary' : ''"
|
||||||
@ -191,7 +181,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import PaginationButtons from '../../../components/PaginationButtons'
|
import PaginationButtons from '../../../components/PaginationButtons'
|
||||||
import DecayInformation from '../../../components/DecayInformation'
|
import DecayInformation from '../../../components/DecayInformation'
|
||||||
import Transaction from '../../../components/Transaction.vue'
|
|
||||||
|
|
||||||
const iconsByType = {
|
const iconsByType = {
|
||||||
send: { icon: 'arrow-left-circle', classes: 'text-danger', operator: '-' },
|
send: { icon: 'arrow-left-circle', classes: 'text-danger', operator: '-' },
|
||||||
@ -205,7 +194,6 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
PaginationButtons,
|
PaginationButtons,
|
||||||
DecayInformation,
|
DecayInformation,
|
||||||
Transaction,
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user