增加功能:在线用户历史记录列明细按钮前增加一个info图标 closed #ITOJD
#Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITOJD #Comment 增加一个小图标
This commit is contained in:
parent
3a7836ee79
commit
f9f3522d7c
|
@ -29,7 +29,7 @@ $(function () {
|
|||
{ title: "访问地址", field: "RequestUrl" },
|
||||
{
|
||||
title: "历史地址", field: "ConnectionId", formatter: function (value, row, index, field) {
|
||||
return $.format('<button type="button" class="btn btn-info" data-id="{0}" data-toggle="popover" data-trigger="focus" data-html="true" data-title="访问记录">明细</button>', value);
|
||||
return $.format('<button type="button" class="btn btn-info" data-id="{0}" data-toggle="popover" data-trigger="focus" data-html="true" data-title="访问记录"><i class="fa fa-info"></i><span>明细</span></button>', value);
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue