debian-mirror-gitlab/app/assets/javascripts/pages/projects/environments/index/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
135 B
JavaScript
Raw Normal View History

2022-05-07 20:08:51 +05:30
import initEnvironments from '~/environments/index';
2018-03-27 19:54:05 +05:30
2022-05-07 20:08:51 +05:30
const el = document.getElementById('environments-table');
2021-12-11 22:18:48 +05:30
2022-05-07 20:08:51 +05:30
initEnvironments(el);