File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
ui/src/views/application-overview/component Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <el-dialog :title =" $t('views.applicationOverview.appInfo.EmbedDialog.embedDialogTitle')" v-model =" dialogVisible" width =" 900" class =" embed-dialog" >
2
+ <el-dialog
3
+ :title =" $t('views.applicationOverview.appInfo.EmbedDialog.embedDialogTitle')"
4
+ v-model =" dialogVisible"
5
+ width =" 900"
6
+ class =" embed-dialog"
7
+ >
3
8
<el-row :gutter =" 12" >
4
9
<el-col :span =" 12" >
5
10
<div class =" border" >
6
- <p class =" title p-16 bold" >{{$t('views.applicationOverview.appInfo.EmbedDialog.embedDialogTitle')}}</p >
11
+ <p class =" title p-16 bold" >
12
+ {{ $t('views.applicationOverview.appInfo.EmbedDialog.fullscreenModeTitle') }}
13
+ </p >
7
14
<img src =" @/assets/window1.png" alt =" " class =" ml-8" />
8
15
<div class =" code border-t p-16" >
9
16
<div class =" flex-between" >
10
- <span class =" bold" >{{$t('views.applicationOverview.appInfo.EmbedDialog.fullscreenModeTitle')}}</span >
17
+ <span class =" bold" >{{
18
+ $t('views.applicationOverview.appInfo.EmbedDialog.copyInstructions')
19
+ }}</span >
11
20
<el-button text @click =" copyClick(source1)" >
12
21
<AppIcon iconName =" app-copy" ></AppIcon >
13
22
</el-button >
20
29
</el-col >
21
30
<el-col :span =" 12" >
22
31
<div class =" border" >
23
- <p class =" title p-16 bold" >{{$t('views.applicationOverview.appInfo.EmbedDialog.floatingModeTitle')}}</p >
32
+ <p class =" title p-16 bold" >
33
+ {{ $t('views.applicationOverview.appInfo.EmbedDialog.floatingModeTitle') }}
34
+ </p >
24
35
<img src =" @/assets/window2.png" alt =" " class =" ml-8" />
25
36
<div class =" code border-t p-16" >
26
37
<div class =" flex-between" >
27
- <span class =" bold" >{{$t('views.applicationOverview.appInfo.EmbedDialog.copyInstructions')}}</span >
38
+ <span class =" bold" >{{
39
+ $t('views.applicationOverview.appInfo.EmbedDialog.copyInstructions')
40
+ }}</span >
28
41
<el-button text @click =" copyClick(source2)" >
29
42
<AppIcon iconName =" app-copy" ></AppIcon >
30
43
</el-button >
You can’t perform that action at this time.
0 commit comments