portainer/app/kubernetes/components/kubectl-shell/kubectl-shell.js

9 lines
239 B
JavaScript

import angular from 'angular';
import controller from './kubectl-shell.controller';
import './kubectl-shell.css';
angular.module('portainer.kubernetes').component('kubectlShell', {
templateUrl: './kubectl-shell.html',
controller,
});