From c76e9d5c78e0cd48f938218dc97fb67e7bcac51d Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 4 Jun 2015 11:31:09 -0400 Subject: Created new screen for developer options, removed simulation mode (its practically useless) --- www/templates/devoptions.html | 39 +++++++++++++++++++++++++++++++++++++++ www/templates/events-modal.html | 2 +- www/templates/help.html | 10 ---------- www/templates/login.html | 13 ------------- www/templates/monitors-modal.html | 2 +- 5 files changed, 41 insertions(+), 25 deletions(-) create mode 100644 www/templates/devoptions.html (limited to 'www/templates') diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html new file mode 100644 index 00000000..95c6d4e3 --- /dev/null +++ b/www/templates/devoptions.html @@ -0,0 +1,39 @@ + + + + + + + + +
+ + Developer Options + + + +
+ + Max Monitors in Montage  + + +
+ +
+ + Max FPS for streaming  + + +
+ + + + + + + + diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 4cb76867..ca73ae9c 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -16,7 +16,7 @@
- + diff --git a/www/templates/help.html b/www/templates/help.html index c2c43947..55d22d9e 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -43,16 +43,6 @@ should be reloaded. - -

What is this simulator mode?

- It was really a way for me to test how the app behaves when there are 1000s of events and many monitors. - Practically, you won't have a need for it -
- - -

When I switch between Simulator to Real mode, the data does not change

- Pull to refresh. -

I want to contribute!

diff --git a/www/templates/login.html b/www/templates/login.html index d5537641..3c074c99 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -27,19 +27,6 @@
- Developer Options - Simulation Mode -
- Max Monitors in Montage  - - - - -
- - diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index f21beae4..23562a7a 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -17,7 +17,7 @@
- + -- cgit v1.2.3