[admin] Improve interface
This commit is contained in:
parent
017adfb2b1
commit
347f317dd9
7 changed files with 421 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