mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-12 12:25:16 +08:00
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:
commit
f2a79585a2
@ -404,7 +404,6 @@
|
||||
id: -1,
|
||||
name: $t('No resources exist'),
|
||||
fullName: '/'+$t('No resources exist'),
|
||||
isDisabled: true,
|
||||
children: []
|
||||
}]
|
||||
if(optionsCmp.length>0) {
|
||||
|
@ -243,8 +243,6 @@
|
||||
let noResources = [{
|
||||
id: -1,
|
||||
name: $t('No resources exist'),
|
||||
fullName: '/'+$t('No resources exist'),
|
||||
isDisabled: true,
|
||||
children: []
|
||||
}]
|
||||
if(optionsCmp.length>0) {
|
||||
|
@ -224,7 +224,6 @@
|
||||
id: -1,
|
||||
name: $t('No resources exist'),
|
||||
fullName: '/'+$t('No resources exist'),
|
||||
isDisabled: true,
|
||||
children: []
|
||||
}]
|
||||
if(optionsCmp.length>0) {
|
||||
|
@ -262,7 +262,6 @@
|
||||
id: -1,
|
||||
name: $t('No resources exist'),
|
||||
fullName: '/'+$t('No resources exist'),
|
||||
isDisabled: true,
|
||||
children: []
|
||||
}]
|
||||
if(optionsCmp.length>0) {
|
||||
|
@ -364,7 +364,6 @@
|
||||
id: -1,
|
||||
name: $t('No resources exist'),
|
||||
fullName: '/'+$t('No resources exist'),
|
||||
isDisabled: true,
|
||||
children: []
|
||||
}]
|
||||
if(optionsCmp.length>0) {
|
||||
|
Loading…
Reference in New Issue
Block a user