summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.html
diff options
context:
space:
mode:
authorNiklas2011-09-26 12:15:40 +0200
committerNiklas2011-09-26 12:15:40 +0200
commit5a76512a347f5e728e6c0fa2c34fbd9b46645208 (patch)
treec958e9cf6467a476daa050403eadf433f428c8a8 /LogReceiver/html/networkdiscovery.html
parentadded some comments to the new bringInterfaceUpDown function in routemanager(... (diff)
downloadfbgui-5a76512a347f5e728e6c0fa2c34fbd9b46645208.tar.gz
fbgui-5a76512a347f5e728e6c0fa2c34fbd9b46645208.tar.xz
fbgui-5a76512a347f5e728e6c0fa2c34fbd9b46645208.zip
renamed routemanager to networkmanager
Diffstat (limited to 'LogReceiver/html/networkdiscovery.html')
-rw-r--r--LogReceiver/html/networkdiscovery.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/LogReceiver/html/networkdiscovery.html b/LogReceiver/html/networkdiscovery.html
index 600674a..c24c86b 100644
--- a/LogReceiver/html/networkdiscovery.html
+++ b/LogReceiver/html/networkdiscovery.html
@@ -11,7 +11,9 @@
var abortBootDialog = function (m) {
$("#nd_abort_boot_msg").html(m);
$("#nd_abort_boot_dialog").dialog(
- { buttons: { "Show Log": function() {fbgui.showLog();
+ { buttons: { "Manual Configure": function() {
+ $(this).dialog("close");},
+ "Show Log": function() {fbgui.showLog();
$(this).dialog("close");},
"Restart": function() {fbgui.restartSystem();
$(this).dialog("close"); },