Skip to content

Commit e71a161

Browse files
authored
Merge pull request #989 from ke5gdb/testing
Add "All" option to pagination size dropdown
2 parents 73cc869 + d0463a9 commit e71a161

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN git clone https://github.com/miweber67/spyserver_client.git /root/spyserver_
6262
# Compile ka9q-radio from source
6363
RUN git clone https://github.com/ka9q/ka9q-radio.git /root/ka9q-radio && \
6464
cd /root/ka9q-radio && \
65-
git checkout d0febaa033e1d53b9b53078cfe17457ac3676d20 && \
65+
git checkout 4025a34db6e88dce87b8f67c7eb9cc339b920261 && \
6666
make \
6767
-f Makefile.linux \
6868
ARCHOPTS= \

auto_rx/autorx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus.
1313
# PATCH - Small changes, or minor feature additions.
1414

15-
__version__ = "1.8.1"
15+
__version__ = "1.8.2-beta1"
1616

1717
# Global Variables
1818

auto_rx/autorx/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,7 @@ <h2 style="display:inline;vertical-align:middle;">Set Pagination Size</h2>
15111511
<option value="8">Eight</option>
15121512
<option value="9">Nine</option>
15131513
<option value="10">Ten</option>
1514+
<option value="999">All</option>
15141515
</select>
15151516
</div>
15161517
<br>

0 commit comments

Comments
 (0)