js/Views/Master/Main/InputPort/ViewInputPortCollection.js
import BaseViewCollection from 'js/Views/Master/Main/BaseViewCollection';
/**
* View for InputPort Collection.
*/
export default class ViewInputPortCollection extends BaseViewCollection {}
ViewInputPortCollection.prototype.template = '#template-main_inputport_collection';