ui: fix linting

This commit is contained in:
Luiz Aoqui 2021-12-17 18:55:41 -05:00
parent a1c4536523
commit e6a202b408
No known key found for this signature in database
GPG Key ID: 29F459C0D9CBB573
2 changed files with 4 additions and 5 deletions

View File

@ -13,10 +13,10 @@ import classic from 'ember-classic-decorator';
@classic
export default class TaskGroupController extends Controller.extend(
Sortable,
Searchable,
WithNamespaceResetting
) {
Sortable,
Searchable,
WithNamespaceResetting
) {
@service userSettings;
@service can;

View File

@ -13,7 +13,6 @@ import TaskGroup from 'nomad-ui/tests/pages/jobs/job/task-group';
import Layout from 'nomad-ui/tests/pages/layout';
import pageSizeSelect from './behaviors/page-size-select';
import moment from 'moment';
import { pauseTest } from '@ember/test-helpers/setup-context';
let job;
let taskGroup;