thay đổi địa chỉ IP cho thiết bị
This commit is contained in:
@@ -223,10 +223,8 @@ function changeIP(e) {
|
||||
},
|
||||
success: function (data) {
|
||||
common.modalBlock(false);
|
||||
console.log(data);
|
||||
return;
|
||||
if (data.status) {
|
||||
notification.success("Đã lưu thông tin", 1000);
|
||||
notification.success("Đổi IP thiết bị thành công", 1000);
|
||||
$.pjax.reload({container: '#device-list'});
|
||||
$("#device-list").on('pjax:success', function () {
|
||||
common.checkboxInit("device");
|
||||
|
||||
Reference in New Issue
Block a user