Atualizar web/admin/index.html
This commit is contained in:
@@ -19,6 +19,17 @@
|
||||
<h2>Selected User</h2>
|
||||
<div id="user-details"></div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Planos</h2>
|
||||
<div id="plans"></div>
|
||||
<button onclick="createPlan()">Criar novo plano</button>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Assinaturas</h2>
|
||||
<div id="subscriptions"></div>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user