This commit is contained in:
@@ -22,8 +22,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
|
|||||||
|
|
||||||
# OUTSTANDING MAJOR AREAS TO BETA
|
# OUTSTANDING MAJOR AREAS TO BETA
|
||||||
|
|
||||||
dd metrics fast cycle test to confirm it's actually working just not enough to show at first
|
|
||||||
maybe reduce to 6 hours? or something? Once a day may be too few. but check client end to see if graphs were expecting 24hrs somehow
|
|
||||||
|
|
||||||
bugbug: home-notifications text in general error is cut off, doesn't overflow properly just goes off the screen as if not contained
|
bugbug: home-notifications text in general error is cut off, doesn't overflow properly just goes off the screen as if not contained
|
||||||
seems like static pre text so maybe throw it in a div or add an overflow-auto to it or something
|
seems like static pre text so maybe throw it in a div or add an overflow-auto to it or something
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
<div v-if="i.message" class="mt-4">
|
<div v-if="i.message" class="mt-4">
|
||||||
<pre>{{ i.message }}</pre>
|
<pre style="white-space: pre-wrap;">{{ i.message }}</pre>
|
||||||
</div>
|
</div>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user