hide unimplemented API endpoints in account view
This commit is contained in:
parent
4e7f7a1d0e
commit
4e33f1e706
1 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@
|
|||
</button>
|
||||
%= end
|
||||
</td>
|
||||
</tr>
|
||||
</tr><!--
|
||||
<tr>
|
||||
<th scope="row">History</th>
|
||||
<td>
|
||||
|
@ -139,7 +139,7 @@
|
|||
</button>
|
||||
%= end
|
||||
</td>
|
||||
</tr>
|
||||
</tr> -->
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -185,7 +185,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<h3>History</h3>
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
|
@ -203,7 +203,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
-->
|
||||
<h2>Export</h2>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue