Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
227 changes: 227 additions & 0 deletions data/docs/log/docs.log

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions docs-web/src/main/webapp/src/partial/docs/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
ng-attr-placeholder="{{ 'login.validation_code' | translate }}" ng-model="user.code" />
</div>

<div class="checkbox text-muted">
<!-- <div class="checkbox text-muted">
<label>
<input type="checkbox" ng-model="user.remember" name="remember" /> {{ 'login.remember_me' | translate }}
</label>
</div>
</div> -->

<div class="row">
<div class="col-md-6">
Expand Down