mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Remove view settings button
i doubt there's much use for it.
This commit is contained in:
parent
6b81358cd2
commit
35a0be6a2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ mail/*.html
|
|||||||
scss/*.css*
|
scss/*.css*
|
||||||
scss/bs4/*.css*
|
scss/bs4/*.css*
|
||||||
scss/bs5/*.css*
|
scss/bs5/*.css*
|
||||||
|
data/static/*.css
|
||||||
data/config-base.json
|
data/config-base.json
|
||||||
data/config-default.ini
|
data/config-default.ini
|
||||||
data/*.html
|
data/*.html
|
||||||
|
@ -206,7 +206,7 @@ function populateUsers() {
|
|||||||
<td nowrap="nowrap" class="align-middle">${generateEmail(id, name, email)}</td>
|
<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">${lastActive}</td>
|
||||||
<td nowrap="nowrap" class="align-middle">${isAdmin}</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();
|
let req = new XMLHttpRequest();
|
||||||
|
@ -400,7 +400,7 @@
|
|||||||
<div>Accounts</div>
|
<div>Accounts</div>
|
||||||
<div class="ml-auto">
|
<div class="ml-auto">
|
||||||
<button type="button" class="btn btn-secondary" id="accountsTabAddUser">Add User</button>
|
<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>
|
<button type="button" class="btn btn-danger unfocused" id="accountsTabDelete"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -413,7 +413,6 @@
|
|||||||
<th scope="col">Email Address</th>
|
<th scope="col">Email Address</th>
|
||||||
<th scope="col">Last Active</th>
|
<th scope="col">Last Active</th>
|
||||||
<th scope="col">Admin?</th>
|
<th scope="col">Admin?</th>
|
||||||
<th scope="col"><i>View settings</i></th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="accountsList">
|
<tbody id="accountsList">
|
||||||
|
Loading…
Reference in New Issue
Block a user