mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-25 01:53:48 +01:00
add link to IP address (sketch) from printing page
This commit is contained in:
parent
e228f1ec42
commit
73f6699ccf
@ -108,7 +108,7 @@
|
||||
_networkAPI.status(function(successData) {
|
||||
console.log("network status",successData);
|
||||
// $("#lstPrint li.boxItem p").text(
|
||||
var netInfo = successData.statusMessage + " (" + successData.ssid + " @ " + successData.localip + ")";
|
||||
var netInfo = successData.statusMessage + " (" + successData.ssid + " @ <a href='http://" + successData.localip + "'>"+successData.localip+"</a>)";
|
||||
|
||||
_infoAPI.getStatus(function(successData) {
|
||||
console.log(successData);
|
||||
|
@ -212,18 +212,18 @@ html head + body .ui-body-a.ui-focus {
|
||||
}
|
||||
}
|
||||
|
||||
#infoWiFiBox a {
|
||||
font-weight: normal;
|
||||
}
|
||||
#infoWiFiBox .idle, #infoWiFiBox .ready {
|
||||
color: #5fba7d;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#infoWiFiBox .disconnected, #infoWiFiBox .connecting, #infoWiFiBox .stopping, #infoWiFiBox .error {
|
||||
color: red;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#infoWiFiBox .printing {
|
||||
color: #93CAF4;
|
||||
font-weight: normal;
|
||||
/*color: #93CAF4;*/
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user