-> make camera frames positions configurable
-> hide horrible 404 image on cameras
-> prevent Request closed errors by stopping mjpg clients before stopping motion
--> network server storage should only be enabled on special devices (rpi)
-> camera not available background and icon design
-> remove current snapshot GET logs
-> add a motion running status indicator (and maybe a start/stop button)
-> add a motioneye.svg icon
-> other todos
-> add a messaging mechanism
+-> add other options applicable only to special devices (rpi): wifi settings, notifications
\ No newline at end of file
<div class="settings-section-title advanced-setting">File Storage</div>
<table class="settings advanced-setting">
- <tr class="settings-item advanced-setting">
+ <tr class="settings-item advanced-setting rpi">
<td class="settings-item-label"><span class="settings-item-label">Storage Device</span></td>
<td class="settings-item-value">
<select class="styled storage" id="storageDeviceSelect">
</td>
<td><span class="help-mark" title="indicates the storage device where the image and video files will be saved">?</span></td>
</tr>
- <tr class="settings-item advanced-setting">
+ <tr class="settings-item advanced-setting rpi">
<td class="settings-item-label"><span class="settings-item-label">Network Server</span></td>
<td class="settings-item-value"><input type="text" class="styled storage" id="networkServerEntry"></td>
<td><span class="help-mark" title="the address of the network server (IP address or hostname)">?</span></td>
</tr>
- <tr class="settings-item advanced-setting">
+ <tr class="settings-item advanced-setting rpi">
<td class="settings-item-label"><span class="settings-item-label">Share Name</span></td>
<td class="settings-item-value"><input type="text" class="styled storage" id="networkShareNameEntry"></td>
<td><span class="help-mark" title="the name of the network share">?</span></td>
</tr>
- <tr class="settings-item advanced-setting">
+ <tr class="settings-item advanced-setting rpi">
<td class="settings-item-label"><span class="settings-item-label">Share Username</span></td>
<td class="settings-item-value"><input type="text" class="styled storage" id="networkUsernameEntry"></td>
<td><span class="help-mark" title="the username to be supplied when accessing the network share (leave empty if no username is required)">?</span></td>
</tr>
- <tr class="settings-item advanced-setting">
+ <tr class="settings-item advanced-setting rpi">
<td class="settings-item-label"><span class="settings-item-label">Share Password</span></td>
<td class="settings-item-value"><input type="password" class="styled storage" id="networkPasswordEntry"></td>
<td><span class="help-mark" title="the password required by the network share (leave empty if no password is required)">?</span></td>
</tr>
</table>
- <div class="settings-section-title"><input type="checkbox" class="styled section notifications" id="motionNotificationsSwitch">Motion Notifications</div>
+ <div class="settings-section-title rpi"><input type="checkbox" class="styled section notifications" id="motionNotificationsSwitch">Motion Notifications</div>
<table class="settings">
- <tr class="settings-item">
+ <tr class="settings-item rpi">
<td class="settings-item-label"><span class="settings-item-label">Email Addresses</span></td>
<td class="settings-item-value"><input type="text" class="styled notifications" id="emailAddressesEntry" placeholder="email addresses..."></td>
<td><span class="help-mark" title="email addresses (separated by comma) that are added here will receive notifications whenever a motion event is detected (leave empty to disable email notifications)">?</span></td>