Fixed #68 - Option "Use trends from" at configuration page don't work

This commit is contained in:
Alexander Zobnin
2015-08-14 19:44:45 +03:00
parent cda2636ad7
commit 877cadecae

View File

@@ -42,7 +42,7 @@
</li>
<li ng-if="current.jsonData.trends">
<input type="text" class="tight-form-input input-small"
ng-model='current.basicAuthUser'
ng-model='current.jsonData.trendsFrom'
placeholder="7d">
</li>
</ul>