Skip to content

Commit

Permalink
Update action_admin.html
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Dec 15, 2018
1 parent 4543ea1 commit b899182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/camshoter/action_admin.html
Expand Up @@ -26,6 +26,7 @@

<br>
<li [#if TAB=="" || TAB=="config" #] class="active" [#endif#]><a href="?data_source=<#DATA_SOURCE#>&view_mode=&id=<#ID#>&tab=config"><span class="glyphicon glyphicon-list-alt"></span> Камеры</a></li>
<li [#if TAB=="preview" #] class="active" [#endif#]><a href="?data_source=<#DATA_SOURCE#>&view_mode=&id=<#ID#>&tab=preview"><span class="glyphicon glyphicon-list-alt"></span> Просмотр</a></li>
<li [#if TAB=="users" #] class="active" [#endif#]><a href="?view_mode=&tab=users"><span class="glyphicon glyphicon-cog"></span> Пользователи</a> </li>
<li [#if TAB=="faces" #] class="active" [#endif#]><a href="?view_mode=&tab=faces"><span class="glyphicon glyphicon-cog"></span> Лица</a> </li>
<li [#if TAB=="settings" #] class="active" [#endif#]><a href="?view_mode=&tab=settings"><span class="glyphicon glyphicon-cog"></span> Настройки</a> </li>
Expand All @@ -41,4 +42,4 @@
[#if TAB="settings"#] [#inc settings.html#] [#endif#]
[#if TAB="users"#] [#inc users.html#] [#endif#]
[#if TAB="faces"#] [#inc faces.html#] [#endif#]

[#if TAB="preview"#] [#inc faces.html#] [#endif#]

0 comments on commit b899182

Please sign in to comment.