fix: fix the policy of database which belong a instance

fix the policy of database which belong a instance

Change-Id: I74b8dceabd2bfa0e84030243ca620ae99d482426
This commit is contained in:
xusongfu 2022-07-21 16:49:45 +08:00
parent 8bda065853
commit 9597ed1516

View File

@ -31,11 +31,7 @@ export class Databases extends Base {
} }
get policy() { get policy() {
return 'instance:detail'; return 'instance:extension:database:index';
}
get aliasPolicy() {
return 'trove:instance:detail';
} }
get actionConfigs() { get actionConfigs() {