Skip to content

Commit

Permalink
fix(productViewOpenShiftContainer): ent-4367 hosts inventory (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Nov 17, 2021
1 parent c3e19d2 commit eb95a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ToolbarFieldUom } from '../toolbar/toolbarFieldUom';
import { ToolbarFieldGranularity } from '../toolbar/toolbarFieldGranularity';
import { ToolbarFieldRangedMonthly } from '../toolbar/toolbarFieldRangedMonthly';
import { Toolbar } from '../toolbar/toolbar';
import InventoryList from '../inventoryList/inventoryList';
import InventoryList from '../inventoryList/inventoryList.deprecated';
import InventorySubscriptions from '../inventorySubscriptions/inventorySubscriptions';
import InventoryTabs, { InventoryTab } from '../inventoryTabs/inventoryTabs';
import { translate } from '../i18n/i18n';
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/dist.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Array [
"./dist/js/5020*js",
"./dist/js/5076*js",
"./dist/js/5394*js",
"./dist/js/5773*js",
"./dist/js/5876*js",
"./dist/js/608*js",
"./dist/js/6395*js",
"./dist/js/6491*js",
"./dist/js/6876*js",
"./dist/js/7493*js",
"./dist/js/7585*js",
"./dist/js/8085*js",
"./dist/js/8139*js",
"./dist/js/8213*js",
"./dist/js/8255*js",
Expand Down Expand Up @@ -113,14 +113,14 @@ Array [
"./dist/sourcemaps/5020*js.map",
"./dist/sourcemaps/5076*js.map",
"./dist/sourcemaps/5394*js.map",
"./dist/sourcemaps/5773*js.map",
"./dist/sourcemaps/5876*js.map",
"./dist/sourcemaps/608*js.map",
"./dist/sourcemaps/6395*js.map",
"./dist/sourcemaps/6491*js.map",
"./dist/sourcemaps/6876*js.map",
"./dist/sourcemaps/7493*js.map",
"./dist/sourcemaps/7585*js.map",
"./dist/sourcemaps/8085*js.map",
"./dist/sourcemaps/8139*js.map",
"./dist/sourcemaps/8213*js.map",
"./dist/sourcemaps/8255*js.map",
Expand Down

0 comments on commit eb95a4b

Please sign in to comment.