diff options
| author | Niklas | 2011-09-26 12:15:40 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-26 12:15:40 +0200 |
| commit | 5a76512a347f5e728e6c0fa2c34fbd9b46645208 (patch) | |
| tree | c958e9cf6467a476daa050403eadf433f428c8a8 /LogReceiver/html/networkdiscovery.html | |
| parent | added some comments to the new bringInterfaceUpDown function in routemanager(... (diff) | |
| download | fbgui-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.html | 4 |
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"); }, |
