mirror of https://github.com/rancher/ui.git
Fix bug with missing id->name
This commit is contained in:
parent
da3fc34c7d
commit
b493cf667a
|
|
@ -4,6 +4,7 @@ import { alias } from '@ember/object/computed';
|
|||
import { inject as service } from '@ember/service';
|
||||
import { formatSi, parseSi } from 'shared/utils/parse-unit';
|
||||
import layout from './template';
|
||||
import { get } from '@ember/object';
|
||||
|
||||
export default Component.extend({
|
||||
intl: service(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue