Merge "fix: Fix project detail policy"

This commit is contained in:
Zuul 2021-09-02 10:39:46 +00:00 committed by Gerrit Code Review
commit 70ff7bd7d6

View File

@ -28,7 +28,7 @@ export class Detail extends Base {
}
get policy() {
return 'os_compute_api:os-quota-sets:defaults';
return 'identity:list_projects';
}
get listUrl() {