Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1159,7 +1159,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', | @@ -1159,7 +1159,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', | ||
1159 | if (name.length > 0) { | 1159 | if (name.length > 0) { |
1160 | name = name.substr(0, name.length - 1); | 1160 | name = name.substr(0, name.length - 1); |
1161 | } | 1161 | } |
1162 | - if (resType == 'STORAGE_SHARE' && provider != 'HUAWEI' && provider != 'Inspur') { | 1162 | + if (resType == 'STORAGE_SHARE' && provider != 'HUAWEI' && provider != 'Inspur' && provider != 'macrosan') { |
1163 | return false; | 1163 | return false; |
1164 | } | 1164 | } |
1165 | commonDetail.openDetail(resId, resType, name) | 1165 | commonDetail.openDetail(resId, resType, name) |
-
Please register or login to post a comment