Unverified Commit c964e75a authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #21 from idcc-dev/fr_NA_556_remove_options_from_dropdown

NA-556 remove options from dropdown
parents 5b29d635 1fb0c0cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -635,14 +635,14 @@ const elementTypes = [
    options: [
      ELEMENT_TYPE_UE,
      ELEMENT_TYPE_FOG,
      ELEMENT_TYPE_EDGE,
      ELEMENT_TYPE_CN
      ELEMENT_TYPE_EDGE
      // ELEMENT_TYPE_CN
    ]
  },
  {
    label: 'Process',
    options: [
      ELEMENT_TYPE_MECSVC,
      // ELEMENT_TYPE_MECSVC,
      ELEMENT_TYPE_EDGE_APP,
      ELEMENT_TYPE_CLOUD_APP,
      ELEMENT_TYPE_EXT_UE_APP,