broken code: Remove restart process button in dev
Created by: efritz
Return false from canRestart
in dev mode and remove the currently broken process restart code. I don't think we need to special-case dev here since it's not a feature present (for now) in either docker or k8s environments.
@slimsag: Note that the graphql layer calls CanRestart
, so we don't need to special-case dev there.