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:
parent
8bda065853
commit
9597ed1516
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user