工控机docker重启逻辑完善和UI隐藏
完善了docker的重启逻辑,由于本期暂时不上该功能,故暂时把UI入口进行隐藏
This commit is contained in:
@@ -187,4 +187,11 @@ interface IMoGoWaringProvider {
|
||||
* [onHide]回调不用关心,可以不注册
|
||||
*/
|
||||
fun registerBadCaseCallback(onShow:() -> View, onHide: (() -> Unit)?)
|
||||
|
||||
/**
|
||||
* 工控机重启返回结果
|
||||
* @param code
|
||||
* @param msg
|
||||
*/
|
||||
fun showDockerRebootResult(code: Int,msg: String)
|
||||
}
|
||||
Reference in New Issue
Block a user