mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 04:58:17 +08:00
start_time to up_time
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
'ip':'%s',\
|
'ip':'%s',\
|
||||||
'mask':'%s',\
|
'mask':'%s',\
|
||||||
'gateway':'%s',\
|
'gateway':'%s',\
|
||||||
'start_time':%ld\
|
'up_time':%ld\
|
||||||
}"
|
}"
|
||||||
|
|
||||||
#define POWER_INFO_JSON "{'sockets':'%s','idx':%d,'len':%d,'p_count':%ld,'powers':[%s],'up_time':'%s'}"
|
#define POWER_INFO_JSON "{'sockets':'%s','idx':%d,'len':%d,'p_count':%ld,'powers':[%s],'up_time':'%s'}"
|
||||||
|
|||||||
@@ -432,7 +432,7 @@ HttpGet("/status", function (re) {
|
|||||||
$("#info_ip").html(status.ip);
|
$("#info_ip").html(status.ip);
|
||||||
$("#info_mask").html(status.mask);
|
$("#info_mask").html(status.mask);
|
||||||
$("#info_gateway").html(status.gateway);
|
$("#info_gateway").html(status.gateway);
|
||||||
$("#uptime").html(status.start_time);
|
$("#uptime").html(status.up_time);
|
||||||
});
|
});
|
||||||
|
|
||||||
//Menu-start
|
//Menu-start
|
||||||
|
|||||||
Reference in New Issue
Block a user