summaryrefslogtreecommitdiffstats
path: root/src/html/networkdiscovery_debug.html
diff options
context:
space:
mode:
authorNiklas2011-10-27 19:58:45 +0200
committerNiklas2011-10-27 19:58:45 +0200
commita418d8ca1e04fc4f216aa74e7827f755b02e0874 (patch)
tree8ba2a70eb79e3e99029e06a0324ece0531eb60c1 /src/html/networkdiscovery_debug.html
parentthe log message has now a newline (diff)
downloadfbgui-a418d8ca1e04fc4f216aa74e7827f755b02e0874.tar.gz
fbgui-a418d8ca1e04fc4f216aa74e7827f755b02e0874.tar.xz
fbgui-a418d8ca1e04fc4f216aa74e7827f755b02e0874.zip
disabled right click context menu, changed dialog button size (see css), changed customdhcp logger. it now sends all log messages through the socket
Diffstat (limited to 'src/html/networkdiscovery_debug.html')
-rw-r--r--src/html/networkdiscovery_debug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/networkdiscovery_debug.html b/src/html/networkdiscovery_debug.html
index 5f17a0c..9d539a3 100644
--- a/src/html/networkdiscovery_debug.html
+++ b/src/html/networkdiscovery_debug.html
@@ -23,7 +23,7 @@ $(document).ready(function() {
<h1>Network Discovery</h1>
</header>
<section id="intro">
- <p>Welcome to the Network Discovery. We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p>
+ <p id="into_msg">Welcome to the Network Discovery. We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p>
</section>
<div id="content">
<div id="left_spacer">
@@ -34,7 +34,7 @@ $(document).ready(function() {
<div id="mainContent">
<section>
<!-- Main content area -->
- <p id="nd_status">test</p>
+ <p id="nd_status"></p>
<!-- anchor for the show log dialog -->
<div id="nd_show_log_dialog" title="Log File">
<pre id="nd_show_log_msg"></pre>