|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
import {WidgetType, Left, Label, TextButton} from '@ui'; |
|
|
|
|
import {WidgetType, Left, TextButton} from '@ui'; |
|
|
|
|
import Model from './left.model'; |
|
|
|
|
const className = 'fr.component.linkStatus.left.item'; |
|
|
|
|
const className = 'dec.dcm.component.linkStatus.left.item'; |
|
|
|
|
const Widget: WidgetType = { |
|
|
|
|
props: { |
|
|
|
|
title: '', |
|
|
|
@ -11,7 +11,7 @@ const Widget: WidgetType = {
|
|
|
|
|
return BI.Models.getModel(Model); |
|
|
|
|
}, |
|
|
|
|
render() { |
|
|
|
|
const {title, extraCls, creator, text, id} = this.options; |
|
|
|
|
const {title, extraCls} = this.options; |
|
|
|
|
|
|
|
|
|
return { |
|
|
|
|
type: Left, |
|
|
|
|