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 -1
View File
@@ -206,7 +206,7 @@ function populateUsers() {
<td nowrap="nowrap" class="align-middle">${generateEmail(id, name, email)}</td>
<td nowrap="nowrap" class="align-middle">${lastActive}</td>
<td nowrap="nowrap" class="align-middle">${isAdmin}</td>
<td nowrap="nowrap" class="align-middle"><i class="fa fa-eye icon-button" id="viewConfig_${id}"></i></td>`;
`;
};
let req = new XMLHttpRequest();