We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508ac27 commit 1784228Copy full SHA for 1784228
console/atest-ui/src/views/TestCase.vue
@@ -1386,7 +1386,7 @@ const renameTestCase = (name: string) => {
1386
</div>
1387
<div v-else>
1388
<Codemirror v-if="!isResponseFile" v-model="testResult.bodyText"/>
1389
- <img v-if="currentContentType === 'image/png'" :src="currentImageContent" style="max-width: 100%; max-height: 500px;"/>
+ <img v-if="currentContentType.startsWith('image')" :src="currentImageContent" style="max-width: 100%; max-height: 500px;"/>
1390
<div v-else-if="isResponseFile" style="padding-top: 10px;">
1391
<el-row>
1392
<el-col :span="10">
0 commit comments