UI: minor update
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
ac2ae9a4bc
commit
33f6e47c66
|
@ -38,7 +38,7 @@ func (mh *modelHandler) ColumnTypes(m *ui.TableModel) []ui.TableValue {
|
|||
ui.TableColor{}, // row background color
|
||||
ui.TableColor{}, // column 1 text color
|
||||
ui.TableImage{}, // column 1 image
|
||||
ui.TableString(""), // column 4 button text
|
||||
ui.TableString("test"), // column 4 button text
|
||||
ui.TableInt(0), // column 3 checkbox state
|
||||
ui.TableInt(0), // column 5 progress
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue