Pablo Revilla
39724a99b4
fixed base.html so that if a value in the quick links is not set it will not report an error.
2025-06-03 08:16:39 -07:00
Pablo Revilla
5ba9b17f09
add timeout to 60 seconds
2025-06-02 17:16:36 -07:00
Pablo Revilla
ab1b9c53e2
add timeout to 60 seconds
2025-06-02 15:25:49 -07:00
Pablo Revilla
b2f1944105
Cleaned up some print statements
2025-06-02 13:37:05 -07:00
Pablo Revilla
fbd84f1fec
Cleaned up some print statements
2025-06-02 13:35:32 -07:00
Pablo Revilla
4d9d893868
Changed so that the Top page starts with long fast selected
2025-06-01 22:54:42 -07:00
Pablo Revilla
9bca3566f6
Changed so that the Top page starts with long fast selected
2025-06-01 22:31:21 -07:00
Pablo Revilla
586ecc5d69
Remove pagination from the node's page
2025-06-01 22:26:20 -07:00
Pablo Revilla
6b70c119c2
Removed extra button in the firehose.html file
2025-06-01 22:19:27 -07:00
Pablo Revilla
cfa4d4003f
Removed extra button in the firehose.html file
2025-06-01 22:15:11 -07:00
Pablo Revilla
124c5f2840
Added pagination to the nodes list
2025-05-27 09:28:09 -07:00
Pablo Revilla
5f8c78cf98
Fix UI bug with chat.html
2025-05-23 10:31:42 -07:00
Pablo Revilla
dadcad3af3
Added seach to all the pages by adding it to base.html
2025-05-23 10:23:54 -07:00
Pablo Revilla
eefa896780
Added seach to all the pages by adding it to base.html
2025-05-23 09:09:48 -07:00
Pablo Revilla
dc0b14006f
Modified the power and battery graph to show both axis
2025-05-23 07:26:08 -07:00
Pablo Revilla
2d7dbdff49
Readded node_graphs
2025-05-22 18:24:08 -07:00
Pablo Revilla
b1f1e7c6da
Added self updating firehose.html and chat.html
2025-05-22 15:56:33 -07:00
Pablo Revilla
0c443dde25
Added self updating firehose.html and chat.html
2025-05-22 15:50:47 -07:00
Pablo Revilla
960a18586d
Added self updating firehose.html and chat.html
2025-05-22 10:29:10 -07:00
Pablo Revilla
f08f6f9b93
Added self updating firehose.html and chat.html
2025-05-22 10:19:50 -07:00
Pablo Revilla
56fef8312b
Cleaned up the import section as we removed 4 packages
2025-05-21 12:17:19 -07:00
Pablo Revilla
85427fd2a8
Modified all graphs to eliminate the errors and use eCharts
2025-05-21 12:13:51 -07:00
Pablo Revilla
32437584a9
Modified all graphs to eliminate the errors and use eCharts
2025-05-21 11:56:17 -07:00
Pablo Revilla
33bdb9d668
Modified all graphs to eliminate the errors and use eCharts
2025-05-21 11:29:41 -07:00
Pablo Revilla
dfb4b72056
Modified all graphs to eliminate the errors and use eCharts
2025-05-21 11:18:36 -07:00
Pablo Revilla
2b3be8bf93
Modified the Neighbours graphs to eliminate the errors.
2025-05-21 09:37:23 -07:00
Pablo Revilla
a6c9970054
Modified the Neighbours graphs to eliminate the errors.
2025-05-21 09:14:17 -07:00
Pablo Revilla
6f13be8a58
Added the ability to show receiving node location on map even if the main node is does not have location
2025-05-08 11:09:22 -07:00
Pablo Revilla
295f7083d7
Added the ability to show receiving node location on map even if the main node is does not have location
2025-05-08 10:49:18 -07:00
Pablo Revilla
67f769ec8e
Merge all Graphs into one section
2025-05-08 10:20:16 -07:00
Pablo Revilla
6a66e3e579
Merge all Graphs into one section
2025-05-08 10:19:05 -07:00
Pablo Revilla
20f3ec4fab
Merge all Graphs into one section
2025-05-07 22:04:43 -07:00
Pablo Revilla
8ce672c5ab
Merge all Graphs into one section
2025-05-07 21:43:01 -07:00
Sandro Pischinger
67f7d13ef6
config: fix server->bind when more than 1 char
...
Currently the bind option in the configuration file defaults to '*' and
is read during startup in web.py. The value of the host variable is
of type string, but the current code tries to iterate through it,
suppusedly to support multiple hosts.
This would work if the value was of type array, holding multiple strings
of hostnames (similar to [mqtt]->topics, which is currently not
possible.
When setting 'bind=localhost', the code iterates through 'localhost'
and tries to start a TCPSite with a host of 'l', then 'o', then 'c' and
so on but failes at the first 'l' already since it cannot be resolved.
This commit changes the behaviour of 'bind' to only expect one value,
namely a string of the host where to bind to.
This change does not require any config changes in current productions
setups: The default bind value of '*' is still handled correctly and any
other bind values with more than one character currently fail anyways.
Signed-off-by: Sandro Pischinger <mail@sandropischinger.de >
2025-05-04 17:27:10 +02:00
Pablo Revilla
deb5b25da1
added version visivility.
2025-05-02 11:24:40 -07:00
Pablo Revilla
090d11fe28
added version visivility.
2025-05-02 11:23:13 -07:00
Pablo Revilla
c5d2f42013
added version visivility.
2025-05-02 11:21:21 -07:00
Pablo Revilla
c171ec52ec
added version visivility.
2025-05-02 11:18:42 -07:00
Pablo Revilla
36ddc97ca6
Made the number of node to show on map to be configurable
2025-05-01 20:17:00 -07:00
Pablo Revilla
afd86cb214
Made the number of node to show on map to be configurable
2025-05-01 20:13:45 -07:00
Pablo Revilla
8fc04a5f18
Added popup link to the maps
2025-04-28 22:19:21 -07:00
Pablo Revilla
7d04035c60
Added popup link to the maps
2025-04-28 22:17:37 -07:00
Pablo Revilla
f9e6765a68
Added popup link to the maps
2025-04-28 22:10:55 -07:00
Pablo Revilla
b42630e6d0
Added popup link to the maps
2025-04-28 21:38:55 -07:00
Pablo Revilla
85c1e24b18
Added popup link to the maps
2025-04-28 21:37:11 -07:00
Pablo Revilla
94d23ed5a9
Added popup link to the maps
2025-04-28 21:36:20 -07:00
Pablo Revilla
36c754c49b
Added popup link to the maps
2025-04-28 21:16:25 -07:00
Pablo Revilla
3663f8264e
Trying to fix a bug that is reported by web.py when a packet id is requested and it does not exist.
2025-04-24 09:28:40 -07:00
Pablo Revilla
187284f5de
Trying to fix a bug that is reported by web.py when a packet id is requested and it does not exist.
2025-04-24 09:17:47 -07:00
Pablo Revilla
422750599d
Fix bug with time in map.html and web.py
2025-04-21 13:42:20 -07:00