debian-mirror-gitlab/spec/frontend/admin/background_migrations/mock_data.js

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

7 lines
148 B
JavaScript
Raw Normal View History

2022-07-16 23:28:13 +05:30
export const MOCK_DATABASES = [
{ value: 'main', text: 'main' },
{ value: 'ci', text: 'ci' },
];
export const MOCK_SELECTED_DATABASE = 'main';