adding back fa- to icons so can more easily find them in code and removing helper function that added fa- automatically
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "users",
|
||||
icon: "fa-users",
|
||||
title: window.$gz.translation.get("UserList"),
|
||||
helpUrl: "form-adm-users"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user