mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
124 lines
3.0 KiB
Plaintext
124 lines
3.0 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:tesks 1`] = `
|
|
<div>
|
|
<div
|
|
class="cxd-Page"
|
|
>
|
|
<div
|
|
class="cxd-Page-content"
|
|
>
|
|
<div
|
|
class="cxd-Page-main"
|
|
>
|
|
<div
|
|
class="cxd-Page-body"
|
|
>
|
|
<div
|
|
class="cxd-Table-content"
|
|
>
|
|
<table
|
|
class="cxd-Table-table"
|
|
>
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
任务名称
|
|
</th>
|
|
<th>
|
|
操作
|
|
</th>
|
|
<th>
|
|
状态
|
|
</th>
|
|
<th>
|
|
备注说明
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
hive 任务
|
|
</td>
|
|
<td>
|
|
<a
|
|
class="cxd-Button cxd-Button--default disabled"
|
|
>
|
|
上线
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<span
|
|
class="label label-success"
|
|
>
|
|
已完成
|
|
</span>
|
|
</td>
|
|
<td>
|
|
<span
|
|
class="cxd-TplField"
|
|
>
|
|
<span>
|
|
查看详情
|
|
<a
|
|
href="http://www.baidu.com"
|
|
target="_blank"
|
|
>
|
|
日志
|
|
</a>
|
|
。
|
|
</span>
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
小流量
|
|
</td>
|
|
<td>
|
|
<a
|
|
class="cxd-Button cxd-Button--default disabled"
|
|
>
|
|
上线
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<span
|
|
class="label label-success"
|
|
>
|
|
已完成
|
|
</span>
|
|
</td>
|
|
<td />
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
全量
|
|
</td>
|
|
<td>
|
|
<a
|
|
class="cxd-Button cxd-Button--default disabled"
|
|
>
|
|
上线
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<span
|
|
class="label label-success"
|
|
>
|
|
已完成
|
|
</span>
|
|
</td>
|
|
<td />
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|