Update dash2.onvifDeviceManager.js

mitchross-coral-installer-update
Moe Alam 2020-12-05 18:53:38 -08:00
parent 4ecf6c3127
commit 4b43589cbb
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ $(document).ready(function(){
$.get($.ccio.init('location',$user)+$user.auth_token+'/onvifDeviceManager/'+$user.ke + '/' + monitorId + '/reboot',function(response){
new PNotify({
title: lang.rebootingCamera,
text: JSON.stringify(response),
text: lang['Please Wait...'],
type: 'warning'
})
})