fix: Fix project detail policy

fix project detail policy

Change-Id: I593439ad902fe06904271e0c946910cf075083a2
This commit is contained in:
zhuyue 2021-09-02 17:40:44 +08:00
parent 101025eaac
commit 376aa6b05c

View File

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