index.js 255 B

1234567891011121314
  1. import i18n from '@/locales'
  2. export const zoneTypes = [
  3. {
  4. label: 'PrivateZone',
  5. value: 'PrivateZone',
  6. desc: i18n.t('network.text_738'),
  7. },
  8. {
  9. label: 'PublicZone',
  10. value: 'PublicZone',
  11. desc: i18n.t('network.text_739'),
  12. },
  13. ]