fix: update the project name display in the rebuild instance action
Show the project name of the images in the rebuild instance action, when the current user has admin role Change-Id: I1073c398941e43311ab6a6a03e7f36458d8ba70c
This commit is contained in:
parent
2e22275d60
commit
73e6153e24
@ -72,7 +72,7 @@ export class Rebuild extends ModalAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getImages() {
|
getImages() {
|
||||||
this.imageStore.fetchList();
|
this.imageStore.fetchList({ all_projects: this.hasAdminRole });
|
||||||
}
|
}
|
||||||
|
|
||||||
get systemTabs() {
|
get systemTabs() {
|
||||||
|
Loading…
Reference in New Issue
Block a user