sensu-dashboard
sensu-dashboard copied to clipboard
Client deletion is delayed (202), deleted displayed memonetarily
Perhaps client deletion should mark the model w/ deleted = true, and always filter those out?
That will work. It may also be possible to pass {wait: true} as an option to the remove function. I'll do some testing.
@amdprophet The API currently immediately returns w/ a 202, but uses a timer to delete the actual client after 5 sec.
@portertech Can you please test this as well? I want to be sure it's working for you before we close this.
Will test shortly.
Is this working correctly?