mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 13:17:50 +08:00
[fixbug][ui]Remove non-existent or deleted resources disabled
This commit is contained in:
parent
2a77ac3a84
commit
ab3fc13e27
@ -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