mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
updated Multi Language for a few pages
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<el-col :span="12">
|
||||
<!--last tasks-->
|
||||
<el-row>
|
||||
<task-table-view title="Latest Tasks"/>
|
||||
<task-table-view :title="$t('Latest Tasks')"/>
|
||||
</el-row>
|
||||
|
||||
<!--last deploys-->
|
||||
<el-row v-if="false">
|
||||
<deploy-table-view title="Latest Deploys"/>
|
||||
<deploy-table-view :title="$t('Latest Deploys')"/>
|
||||
</el-row>
|
||||
</el-col>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<el-row>
|
||||
<el-col :span="12" style="padding-right: 20px;">
|
||||
<el-row>
|
||||
<h4 class="title">Task Info</h4>
|
||||
<h4 class="title">{{$t('Task Info')}}</h4>
|
||||
<task-info-view/>
|
||||
</el-row>
|
||||
<el-row style="border-bottom:1px solid #e4e7ed;margin:0 0 20px 0;padding-bottom:20px;"/>
|
||||
@@ -10,11 +10,11 @@
|
||||
|
||||
<el-col :span="12">
|
||||
<el-row>
|
||||
<h4 class="title spider-title" @click="onClickSpiderTitle">Spider Info</h4>
|
||||
<h4 class="title spider-title" @click="onClickSpiderTitle">{{$t('Spider Info')}}</h4>
|
||||
<spider-info-view :is-view="true"/>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<h4 class="title node-title" @click="onClickNodeTitle">Node Info</h4>
|
||||
<h4 class="title node-title" @click="onClickNodeTitle">{{$t('Node Info')}}</h4>
|
||||
<node-info-view :is-view="true"/>
|
||||
</el-row>
|
||||
</el-col>
|
||||
|
||||
Reference in New Issue
Block a user