mirror of https://github.com/rancher/ui.git
Fix the issue that user can not upgrade catalog
This commit is contained in:
parent
ae2f5b7cb4
commit
dae61ee200
|
|
@ -10,12 +10,13 @@ const App = Resource.extend(StateCounts, EndpointPorts, {
|
|||
catalog: service(),
|
||||
router: service(),
|
||||
clusterStore: service(),
|
||||
globalStore: service(),
|
||||
|
||||
canEdit: false,
|
||||
canClone: true,
|
||||
|
||||
namespace: reference('targetNamespace', 'namespace', 'clusterStore'),
|
||||
catalogTemplate: reference('externalIdInfo.templateId', 'template'),
|
||||
catalogTemplate: reference('externalIdInfo.templateId', 'template', 'globalStore'),
|
||||
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
|
|
|
|||
Loading…
Reference in New Issue