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