salix/modules/worker/front/log/index.js

8 lines
189 B
JavaScript
Raw Normal View History

2019-04-02 09:04:53 +00:00
import ngModule from '../module';
2020-03-18 11:55:22 +00:00
import Section from 'salix/components/section';
2019-04-02 09:04:53 +00:00
ngModule.vnComponent('vnWorkerLog', {
2019-04-02 09:04:53 +00:00
template: require('./index.html'),
controller: Section,
2019-04-02 09:04:53 +00:00
});