mirror of https://github.com/rancher/ui.git
9 lines
304 B
JavaScript
9 lines
304 B
JavaScript
import Certificate from './certificate';
|
|
import { reference } from '@rancher/ember-api-store/utils/denormalize';
|
|
import { inject as service } from '@ember/service';
|
|
|
|
export default Certificate.extend({
|
|
clusterStore: service(),
|
|
namespace: reference('namespaceId', 'namespace', 'clusterStore'),
|
|
});
|