Title now also appears in viewed observations' tab.
This commit is contained in:
parent
c591c2d885
commit
f4754f94cb
@ -52,6 +52,7 @@
|
|||||||
<b-tabs pills card vertical>
|
<b-tabs pills card vertical>
|
||||||
<b-tab v-for="(observation, index) in observationData" v-bind:key="index">
|
<b-tab v-for="(observation, index) in observationData" v-bind:key="index">
|
||||||
<p slot="title">{{ observation.date }}<br/>{{ observation.whom }} {{ observation.type }}<br/>{{ observation.observed }}</p>
|
<p slot="title">{{ observation.date }}<br/>{{ observation.whom }} {{ observation.type }}<br/>{{ observation.observed }}</p>
|
||||||
|
<h2>{{ observation.date }}, {{ observation.whom }}<br/>{{ observation.type }}, {{ observation.observed }}</h2>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col class="centered-image">
|
<b-col class="centered-image">
|
||||||
<img src="../assets/Monitoring.svg" class="image-opacity"/>
|
<img src="../assets/Monitoring.svg" class="image-opacity"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user