Commit 5a257ad2 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch '346327-remove-admin-services-js' into 'master'

Remove javascripts/pages/admin/services directory

See merge request gitlab-org/gitlab!75174
parents 9b97b05d 41d9b289
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