web: minor ux improvements

This commit is contained in:
Maximilian Hils 2015-03-27 18:51:25 +01:00
parent dcb42b3016
commit f39e6c5c18
3 changed files with 7 additions and 0 deletions

View File

@ -166,6 +166,10 @@ class RevertFlow(RequestHandler):
class ReplayFlow(RequestHandler):
def post(self, flow_id):
self.flow.backup()
self.flow.response = None
self.state.update_flow(self.flow)
r = self.master.replay_request(self.flow)
if r:
raise APIError(400, r)

View File

@ -155,6 +155,7 @@ header .menu {
top: 27px;
display: block;
max-width: none;
opacity: 0.9;
}
.filter-input .popover .popover-content {
max-height: 500px;

View File

@ -24,6 +24,8 @@ header {
top: 27px;
display: block;
max-width: none;
opacity: 0.9;
.popover-content {
max-height: 500px;
overflow-y: auto;