Intevation / intelmq-fody

Web interface to IntelMQ
9 stars 3 forks source link

Contacts/OrgCard: improve otherAttributes layout #23

Closed bernhardreiter closed 6 years ago

bernhardreiter commented 7 years ago

Currently (e4f203fb5a01bcf05f8c01bec53abc3ee31de1e6) the order how some attributes is undefined as they are iterated over the keys of an object like

       <div v-for="(value, key) in otherAttributes">
            <strong>{{ key }}</strong>: {{ value }}
        </div>

For a better user experience the order should be the same for all objects.

Technical ideas:

bernhardreiter commented 6 years ago

The display part was already addressed with ea72870c383010891e7b84c8f335119adbeda087 (in 2017-03).