Commit 41d9b289 authored by Tom Quirk's avatar Tom Quirk

Remove javascripts/pages/admin/services directory

Service templates were deprecated in GitLab 14.0.
This directory is a left-over artefact of this deprecation.
It is not used.

In this commit, we remove this directory.
parent 8d23befa
import IntegrationSettingsForm from '~/integrations/integration_settings_form';
const integrationSettingsForm = new IntegrationSettingsForm('.js-integration-settings-form');
integrationSettingsForm.init();
import PersistentUserCallout from '~/persistent_user_callout';
const callout = document.querySelector('.js-service-templates-deprecated');
PersistentUserCallout.factory(callout);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment