Compare commits
No commits in common. "1434dffb49cb7b515e7d12679e5c1a6b777e1d50" and "577df9bac9328cb0906264863a9249ae1192e01a" have entirely different histories.
1434dffb49
...
577df9bac9
@ -155,7 +155,7 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
|||||||
this.llmio = llmio;
|
this.llmio = llmio;
|
||||||
}
|
}
|
||||||
render_title(){
|
render_title(){
|
||||||
var w = new bricks.HBox({cwidth:3, cheight:3, padding:'4px', margin:'2px', css:'clickable'});
|
var w = new bricks.HBox({padding:'15px'});
|
||||||
w.bind('click', this.show_setup_panel.bind(this))
|
w.bind('click', this.show_setup_panel.bind(this))
|
||||||
var img = new bricks.Svg({
|
var img = new bricks.Svg({
|
||||||
rate:2,
|
rate:2,
|
||||||
@ -422,13 +422,12 @@ bricks.LlmIO = class extends bricks.VBox {
|
|||||||
llmcatelogid:this.models[0].llmcatelogid
|
llmcatelogid:this.models[0].llmcatelogid
|
||||||
},
|
},
|
||||||
data_method:'POST',
|
data_method:'POST',
|
||||||
col_cwidth: 36,
|
col_cwidth: 24,
|
||||||
record_view:{
|
record_view:{
|
||||||
widgettype:"VBox",
|
widgettype:"VBox",
|
||||||
options:{
|
options:{
|
||||||
cheight:14,
|
cheight:20,
|
||||||
css:"card",
|
css:"card"
|
||||||
margin:"8px"
|
|
||||||
},
|
},
|
||||||
subwidgets:[
|
subwidgets:[
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user