mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Pre-render JSON silence payload when form is ready
When silence form is ready we should generate initial JSON preview, so when user clicks to show it there's something to show. Right now it's only generated if user changes something.
This commit is contained in:
@@ -362,6 +362,7 @@ var UI = (function() {
|
||||
event.preventDefault();
|
||||
});
|
||||
silenceFormCalculateDuration();
|
||||
silenceFormJSONRender();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user