Authored by XuHaoJie

通用-资源管理、资源视图-华为云、阿里云暂无详情页

... ... @@ -816,6 +816,9 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form',
, cols: [cols]
, done: function (res, curr, count) {
//XuHaoJie 2021/10/18 阿里云无详情页 华为云无详情页
$('button[data-restype="ALI_CLOUD_PLAT"][lay-tips="查看详情"]').remove()
$('button[data-restype="HUAWEI_CLOUD_PLAT"][lay-tips="查看详情"]').remove()
// 共享设备,厂商是H3C、HDS的设备不让查看详情页,没有数据
$('button[data-restype="STORAGE_SHARE"][data-provider="H3C"]').remove()
$('button[data-restype="STORAGE_SHARE"][data-provider="HDS"]').remove()
... ...
... ... @@ -172,7 +172,11 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', '
, page: false
, cols: [cols]
, done: function (res, curr, count) {
//2021/10/18 徐毫杰 阿里云服务器更改样式
if(resType=='ALI_CLOUD_PLAT'){
$('.layui-table-view').height(170);
$('.layui-table-main').height(70);
}
//调用收藏方法
resFavorites();
resTopo();
... ...