Skip to content

Commit

Permalink
Merge pull request #7700 from inverse-inc/feature/remove-symantec-pro…
Browse files Browse the repository at this point in the history
…visioner

feature/remove-symantec-provisioner
  • Loading branch information
nqb committed Jun 16, 2023
2 parents d57ebc2 + a4bb6a0 commit 19b94e8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 589 deletions.
15 changes: 0 additions & 15 deletions html/captive-portal/templates/provisioner/symantec.html

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import FormTypeMobileiron from './FormTypeMobileiron'
import FormTypeOpswat from './FormTypeOpswat'
import FormTypeSentinelone from './FormTypeSentinelone'
import FormTypeSepm from './FormTypeSepm'
import FormTypeSymantec from './FormTypeSymantec'
import FormTypeWindows from './FormTypeWindows'
const components = {
Expand All @@ -54,7 +53,6 @@ const components = {
FormTypeOpswat,
FormTypeSentinelone,
FormTypeSepm,
FormTypeSymantec,
FormTypeWindows
}
Expand All @@ -81,7 +79,6 @@ export const setup = (props) => {
case 'opswat': return FormTypeOpswat //break
case 'sentinelone': return FormTypeSentinelone //break
case 'sepm': return FormTypeSepm //break
case 'symantec': return FormTypeSymantec //break
case 'windows': return FormTypeWindows // break
default: return undefined
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const provisioningTypes = {
opswat: i18n.t('OPSWAT'),
sentinelone: i18n.t('SentinelOne'),
sepm: i18n.t('Symantec Endpoint Protection Manager (SEPM)'),
symantec: i18n.t('Symantec App Center'),
windows: i18n.t('Windows'),
intune: i18n.t('Microsoft Intune'),
google_workspace_chromebook: i18n.t('Google Workspace Chromebook')
Expand Down
2 changes: 0 additions & 2 deletions lib/pf/UnifiedApi/Controller/Config/Provisionings.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ use pfappserver::Form::Config::Provisioning::mobileiron;
use pfappserver::Form::Config::Provisioning::opswat;
use pfappserver::Form::Config::Provisioning::sentinelone;
use pfappserver::Form::Config::Provisioning::sepm;
use pfappserver::Form::Config::Provisioning::symantec;
use pfappserver::Form::Config::Provisioning::windows;

our %TYPES_TO_FORMS = (
Expand All @@ -57,7 +56,6 @@ our %TYPES_TO_FORMS = (
opswat
sentinelone
sepm
symantec
windows
)
);
Expand Down

0 comments on commit 19b94e8

Please sign in to comment.