Remove view settings button

i doubt there's much use for it.
This commit is contained in:
Harvey Tindall
2020-09-18 22:06:28 +01:00
parent 6b81358cd2
commit 35a0be6a2c
3 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -400,7 +400,7 @@
<div>Accounts</div>
<div class="ml-auto">
<button type="button" class="btn btn-secondary" id="accountsTabAddUser">Add User</button>
<button type="button" class="btn btn-primary unfocused" id="accountsTabSetDefaults">Set Defaults</button>
<button type="button" class="btn btn-primary unfocused" id="accountsTabSetDefaults">Modify Settings</button>
<button type="button" class="btn btn-danger unfocused" id="accountsTabDelete"></button>
</div>
</div>
@@ -413,7 +413,6 @@
<th scope="col">Email Address</th>
<th scope="col">Last Active</th>
<th scope="col">Admin?</th>
<th scope="col"><i>View settings</i></th>
</tr>
</thead>
<tbody id="accountsList">