This commit is contained in:
@@ -40,7 +40,9 @@
|
|||||||
>{{ i.uiayatype }}</v-btn
|
>{{ i.uiayatype }}</v-btn
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
<div class="mt-4" v-if="i.message">{{ i.message }}</div>
|
<div class="mt-4" v-if="i.message">
|
||||||
|
<pre>{{ i.message }}</pre>
|
||||||
|
</div>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
@@ -202,6 +204,10 @@ export default {
|
|||||||
temp[i].name = vm.$ay.t("Server");
|
temp[i].name = vm.$ay.t("Server");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if (temp[i].message && temp[i].message.includes("\n")) {
|
||||||
|
// temp[i].message = temp[i].message.replace("\n", "<br/>");
|
||||||
|
// }
|
||||||
|
|
||||||
temp[i].ageValueViz = window.$gz.locale.durationLocalized(
|
temp[i].ageValueViz = window.$gz.locale.durationLocalized(
|
||||||
temp[i].ageValue
|
temp[i].ageValue
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user