Merge pull request #148 from dperique/146_ok_cancel_button
146 Swap OK and Cancel for control-dmine
commit
2932db7516
|
|
@ -69,7 +69,7 @@ func newResourceView(title string, app *appView, list resource.List) resourceVie
|
||||||
v.AddPage("details", details, true, false)
|
v.AddPage("details", details, true, false)
|
||||||
|
|
||||||
confirm := tview.NewModal().
|
confirm := tview.NewModal().
|
||||||
AddButtons([]string{"OK", "Cancel"}).
|
AddButtons([]string{"Cancel", "OK"}).
|
||||||
SetTextColor(tcell.ColorFuchsia)
|
SetTextColor(tcell.ColorFuchsia)
|
||||||
v.AddPage("confirm", confirm, false, false)
|
v.AddPage("confirm", confirm, false, false)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue