mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Remove experimental from Facebook and Scripts
This commit is contained in:
parent
6731c44541
commit
c45a488962
2 changed files with 13 additions and 14 deletions
|
@ -1110,12 +1110,12 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<tr>
|
||||
<td><strong>YYYY</strong></td>
|
||||
<td>Numeric, four digits</td>
|
||||
<td>Eg., 1999, 2003</td>
|
||||
<td>E.g. 1999, 2003</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>YY</strong></td>
|
||||
<td>Numeric, two digits</td>
|
||||
<td>Eg., 99, 03</td>
|
||||
<td>E.g. 99, 03</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -1193,7 +1193,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<tr>
|
||||
<td><strong>Do</strong></td>
|
||||
<td>Numeric, with suffix</td>
|
||||
<td>Eg., 1st, 2nd ... 31st.</td>
|
||||
<td>E.g. 1st, 2nd ... 31st.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -1329,12 +1329,12 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<tr>
|
||||
<td><strong>ZZ</strong></td>
|
||||
<td>UTC offset</td>
|
||||
<td>Eg., +0100, -0700</td>
|
||||
<td>E.g. +0100, -0700</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Z</strong></td>
|
||||
<td>UTC offset</td>
|
||||
<td>Eg., +01:00, -07:00</td>
|
||||
<td>E.g. +01:00, -07:00</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -1350,7 +1350,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<tr>
|
||||
<td><strong>X</strong></td>
|
||||
<td>Unix timestamp</td>
|
||||
<td>Eg., 1456887825</td>
|
||||
<td>E.g. 1456887825</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue