changed rendertemplate settings to scheduler_settings
This commit is contained in:
parent
e7cb18346b
commit
c2e6199f61
@ -423,210 +423,210 @@
|
||||
<div class="col-auto">
|
||||
Hour
|
||||
<select class="form-select hour-select" id="shutdown-hour-select">
|
||||
<option {%if stocks_settings.animation == 'down' %} selected {% endif %}>00</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>01</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>02</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>03</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>04</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>05</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>06</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>07</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>08</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>09</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>10</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>11</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>12</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>13</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>14</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>15</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>16</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>17</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>18</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>19</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>20</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>21</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>22</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.shutdown.hour == '23' %} selected {% endif %}>23</option>
|
||||
</select>
|
||||
Minute
|
||||
<select class="form-select minute-select" id="shutdown-minute-select">
|
||||
<option {%if stocks_settings.animation == 'down' %} selected {% endif %}>00</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>01</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>02</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>03</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>04</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>05</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>06</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>07</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>08</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>09</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>10</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>11</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>12</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>13</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>14</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>15</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>16</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>17</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>18</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>19</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>20</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>21</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>22</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>23</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>24</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>25</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>26</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>27</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>28</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>29</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>30</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>31</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>32</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>33</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>34</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>35</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>36</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>37</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>38</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>39</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>40</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>41</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>42</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>43</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>44</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>45</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>46</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>47</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>48</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>49</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>50</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>51</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>52</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>53</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>54</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>55</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>56</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>57</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>58</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
<option {%if scheduler_settings.shutdown.minute == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '02'%} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '23' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '24' %} selected {% endif %}>24</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '25' %} selected {% endif %}>25</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '26' %} selected {% endif %}>26</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '27' %} selected {% endif %}>27</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '28' %} selected {% endif %}>28</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '29' %} selected {% endif %}>29</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '30' %} selected {% endif %}>30</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '31' %} selected {% endif %}>31</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '32' %} selected {% endif %}>32</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '33' %} selected {% endif %}>33</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '34' %} selected {% endif %}>34</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '35' %} selected {% endif %}>35</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '36' %} selected {% endif %}>36</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '37' %} selected {% endif %}>37</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '38' %} selected {% endif %}>38</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '39' %} selected {% endif %}>39</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '40' %} selected {% endif %}>40</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '41' %} selected {% endif %}>41</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '42' %} selected {% endif %}>42</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '43' %} selected {% endif %}>43</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '44' %} selected {% endif %}>44</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '45' %} selected {% endif %}>45</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '46' %} selected {% endif %}>46</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '47' %} selected {% endif %}>47</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '48' %} selected {% endif %}>48</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '49' %} selected {% endif %}>49</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '50' %} selected {% endif %}>50</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '51' %} selected {% endif %}>51</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '52' %} selected {% endif %}>52</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '53' %} selected {% endif %}>53</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '54' %} selected {% endif %}>54</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '55' %} selected {% endif %}>55</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '56' %} selected {% endif %}>56</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '57' %} selected {% endif %}>57</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '58' %} selected {% endif %}>58</option>
|
||||
<option {%if scheduler_settings.shutdown.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
<label for="inputTransitionZ" class="col-form-label">Enable</label>
|
||||
<input class="scheduler-hour-select" type="checkbox" value="" id="shutdown-enabled"
|
||||
{% if stocks_settings.logos%} checked {%endif%}/>
|
||||
{% if scheduler_settings.shutdown.enabled %} checked {%endif%}/>
|
||||
</div>
|
||||
|
||||
<p id="reboots-p">Reboots (Daily):</p>
|
||||
<div class="col-auto">
|
||||
Hour
|
||||
<select class="form-select hour-select" id="reboot-hour-select">
|
||||
<option {%if stocks_settings.animation == 'down' %} selected {% endif %}>00</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>01</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>02</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>03</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>04</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>05</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>06</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>07</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>08</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>09</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>10</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>11</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>12</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>13</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>14</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>15</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>16</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>17</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>18</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>19</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>20</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>21</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>22</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.reboot.hour == '23' %} selected {% endif %}>23</option>
|
||||
</select>
|
||||
Minute
|
||||
<select class="form-select minute-select" id="reboot-minute-select">
|
||||
<option {%if stocks_settings.animation == 'down' %} selected {% endif %}>00</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>01</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>02</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>03</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>04</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>05</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>06</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>07</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>08</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>09</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>10</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>11</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>12</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>13</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>14</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>15</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>16</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>17</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>18</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>19</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>20</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>21</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>22</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>23</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>24</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>25</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>26</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>27</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>28</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>29</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>30</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>31</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>32</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>33</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>34</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>35</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>36</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>37</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>38</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>39</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>40</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>41</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>42</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>43</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>44</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>45</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>46</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>47</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>48</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>49</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>50</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>51</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>52</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>53</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>54</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>55</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>56</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>57</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>58</option>
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
<option {%if scheduler_settings.reboot.minute == '00' %} selected {% endif %}>00</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '01' %} selected {% endif %}>01</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '02' %} selected {% endif %}>02</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '03' %} selected {% endif %}>03</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '04' %} selected {% endif %}>04</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '05' %} selected {% endif %}>05</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '06' %} selected {% endif %}>06</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '07' %} selected {% endif %}>07</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '08' %} selected {% endif %}>08</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '09' %} selected {% endif %}>09</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '10' %} selected {% endif %}>10</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '11' %} selected {% endif %}>11</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '12' %} selected {% endif %}>12</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '13' %} selected {% endif %}>13</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '14' %} selected {% endif %}>14</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '15' %} selected {% endif %}>15</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '16' %} selected {% endif %}>16</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '17' %} selected {% endif %}>17</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '18' %} selected {% endif %}>18</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '19' %} selected {% endif %}>19</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '20' %} selected {% endif %}>20</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '21' %} selected {% endif %}>21</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '22' %} selected {% endif %}>22</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '23' %} selected {% endif %}>23</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '24' %} selected {% endif %}>24</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '25' %} selected {% endif %}>25</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '26' %} selected {% endif %}>26</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '27' %} selected {% endif %}>27</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '28' %} selected {% endif %}>28</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '29' %} selected {% endif %}>29</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '30' %} selected {% endif %}>30</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '31' %} selected {% endif %}>31</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '32' %} selected {% endif %}>32</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '33' %} selected {% endif %}>33</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '34' %} selected {% endif %}>34</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '35' %} selected {% endif %}>35</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '36' %} selected {% endif %}>36</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '37' %} selected {% endif %}>37</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '38' %} selected {% endif %}>38</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '39' %} selected {% endif %}>39</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '40' %} selected {% endif %}>40</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '41' %} selected {% endif %}>41</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '42' %} selected {% endif %}>42</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '43' %} selected {% endif %}>43</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '44' %} selected {% endif %}>44</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '45' %} selected {% endif %}>45</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '46' %} selected {% endif %}>46</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '47' %} selected {% endif %}>47</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '48' %} selected {% endif %}>48</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '49' %} selected {% endif %}>49</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '50' %} selected {% endif %}>50</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '51' %} selected {% endif %}>51</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '52' %} selected {% endif %}>52</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '53' %} selected {% endif %}>53</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '54' %} selected {% endif %}>54</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '55' %} selected {% endif %}>55</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '56' %} selected {% endif %}>56</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '57' %} selected {% endif %}>57</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '58' %} selected {% endif %}>58</option>
|
||||
<option {%if scheduler_settings.reboot.minute == '59' %} selected {% endif %}>59</option>
|
||||
</select>
|
||||
<label for="inputTransitionZ" class="col-form-label">Enable</label>
|
||||
<input class="scheduler-hour-select" type="checkbox" value="" id="reboot-enabled"
|
||||
{% if stocks_settings.logos%} checked {%endif%}/>
|
||||
{% if scheduler_settings.reboot.enabled %} checked {%endif%}/>
|
||||
</div>
|
||||
|
||||
<p id="reboots-p">Timezone:</p>
|
||||
<div class="col-auto">
|
||||
<select class="form-select timezone-select" id="timezone-select">
|
||||
<option {%if stocks_settings.animation == 'down' %} selected {% endif %}>US/Eastern</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>US/Central</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>US/Pacific</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>GMT</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>CET</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>GB</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>NZ</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>Australia/ACT</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>Japan</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>Asia/Singapore</option>
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>Asia/Dubai</option>
|
||||
<option {%if scheduler_settings.timezone == 'US/Eastern' %} selected {% endif %}>US/Eastern</option>
|
||||
<option {%if scheduler_settings.timezone == 'US/Central' %} selected {% endif %}>US/Central</option>
|
||||
<option {%if scheduler_settings.timezone == 'US/Pacific' %} selected {% endif %}>US/Pacific</option>
|
||||
<option {%if scheduler_settings.timezone == 'GMT' %} selected {% endif %}>GMT</option>
|
||||
<option {%if scheduler_settings.timezone == 'CET' %} selected {% endif %}>CET</option>
|
||||
<option {%if scheduler_settings.timezone == 'GB' %} selected {% endif %}>GB</option>
|
||||
<option {%if scheduler_settings.timezone == 'NZ' %} selected {% endif %}>NZ</option>
|
||||
<option {%if scheduler_settings.timezone == 'Australia/ACT' %} selected {% endif %}>Australia/ACT</option>
|
||||
<option {%if scheduler_settings.timezone == 'Japan' %} selected {% endif %}>Japan</option>
|
||||
<option {%if scheduler_settings.timezone == 'Asia/Singapore' %} selected {% endif %}>Asia/Singapore</option>
|
||||
<option {%if scheduler_settings.timezone == 'Asia/Dubai' %} selected {% endif %}>Asia/Dubai</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user