Skip to content

Commit

Permalink
feat(pci-object-storage): fix qa issues
Browse files Browse the repository at this point in the history
ref: TAPC-1189
Signed-off-by: Selmen AKRMI <[email protected]>
  • Loading branch information
Selmen AKRMI committed Oct 16, 2024
1 parent 680016f commit 7fa735a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
data-sortable
data-filterable
>
<span
data-ng-if="$row.deploymentMode !== $ctrl.OBJECT_CONTAINER_MODE_LOCAL_ZONE"
data-ng-bind="$value"
></span>
<span
data-ng-if="$row.deploymentMode === $ctrl.OBJECT_CONTAINER_MODE_LOCAL_ZONE"
>n/a</span
>
</oui-datagrid-column>
<oui-datagrid-column
data-title=":: 'pci_projects_project_storages_containers_storedBytes_label' | translate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default /* @ngInject */ ($stateProvider) => {
{
projectId,
containerId: container.id,
region: container.region,
},
);
},
Expand Down

0 comments on commit 7fa735a

Please sign in to comment.