ui/app/authenticated/clusters/cluster/controller.js

7 lines
280 B
JavaScript

import Controller from '@ember/controller';
export default Controller.extend({
// might be an ember bug but if we dont have an empty controller here the transtion from the cluster managemnt page
// via launchOnCluster and useKubernetes fails because of a missing lookup.
});