Merge pull request #3761 from break60/1.3.3-release

[fixbug-3719][ui]Remove non-existent or deleted resources disabled
This commit is contained in:
xingchun-chen 2020-09-17 14:07:22 +08:00 committed by GitHub
commit f2a79585a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 6 deletions

View File

@ -404,7 +404,6 @@
id: -1, id: -1,
name: $t('No resources exist'), name: $t('No resources exist'),
fullName: '/'+$t('No resources exist'), fullName: '/'+$t('No resources exist'),
isDisabled: true,
children: [] children: []
}] }]
if(optionsCmp.length>0) { if(optionsCmp.length>0) {

View File

@ -243,8 +243,6 @@
let noResources = [{ let noResources = [{
id: -1, id: -1,
name: $t('No resources exist'), name: $t('No resources exist'),
fullName: '/'+$t('No resources exist'),
isDisabled: true,
children: [] children: []
}] }]
if(optionsCmp.length>0) { if(optionsCmp.length>0) {

View File

@ -224,7 +224,6 @@
id: -1, id: -1,
name: $t('No resources exist'), name: $t('No resources exist'),
fullName: '/'+$t('No resources exist'), fullName: '/'+$t('No resources exist'),
isDisabled: true,
children: [] children: []
}] }]
if(optionsCmp.length>0) { if(optionsCmp.length>0) {

View File

@ -262,7 +262,6 @@
id: -1, id: -1,
name: $t('No resources exist'), name: $t('No resources exist'),
fullName: '/'+$t('No resources exist'), fullName: '/'+$t('No resources exist'),
isDisabled: true,
children: [] children: []
}] }]
if(optionsCmp.length>0) { if(optionsCmp.length>0) {

View File

@ -364,7 +364,6 @@
id: -1, id: -1,
name: $t('No resources exist'), name: $t('No resources exist'),
fullName: '/'+$t('No resources exist'), fullName: '/'+$t('No resources exist'),
isDisabled: true,
children: [] children: []
}] }]
if(optionsCmp.length>0) { if(optionsCmp.length>0) {