unclean SPARC
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
class CoachProfileView extends EICDomContent {
|
||||
|
||||
DOMContentLoaded() {
|
||||
ui.eicfy(this.el);
|
||||
|
||||
this.tabs = new Tab();
|
||||
this.tabs.addTabs(this.findAll('menu li'), this.findAll('.panel'));
|
||||
|
||||
this.evaluationList = new DataGrid(this.find('.performance [eicdatagrid]'), {
|
||||
headers: [
|
||||
{label: 'project'},
|
||||
{label: 'rating'}
|
||||
]
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
app.registerClass('CoachProfileView', CoachProfileView);
|
||||
Reference in New Issue
Block a user