[admin] Improve interface
This commit is contained in:
parent
24cbed411e
commit
c0c6762313
7 changed files with 420 additions and 13 deletions
9
admin/static/views/home.html
Normal file
9
admin/static/views/home.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<div class="well well-lg">
|
||||
<h3>Interface d'administration du challenge</h3>
|
||||
<p>
|
||||
Sélectionnez une action dans le menu ci-dessus.
|
||||
</p>
|
||||
<p ng-controller="VersionController">
|
||||
Version de l'API : {{ v.version }}
|
||||
</p>
|
||||
</div>
|
||||
Reference in a new issue