Skip to content

Commit

Permalink
request error popup is now wide
Browse files Browse the repository at this point in the history
Signed-off-by: matthias.gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Feb 13, 2024
1 parent 541989a commit 0d234ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osc_tui/profileSelector.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def cb():
"Error while submitting the request:\n{}\nCode: {}\nReason: {}".
format(main.GATEWAY.log.str(),
e.response.status_code,
e.response.reason), title="ERROR")
e.response.reason),
title="ERROR", wide=True)
if form:
kwargs.pop('form')
popup.startLoading(form, cb)
Expand Down

0 comments on commit 0d234ec

Please sign in to comment.