github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/components/fs/link.js (about)

     1  import Component from '@ember/component';
     2  import { tagName } from '@ember-decorators/component';
     3  import classic from 'ember-classic-decorator';
     4  
     5  @classic
     6  @tagName('')
     7  export default class Link extends Component {
     8    allocation = null;
     9    taskState = null;
    10  }